New Features
RX_LOG Correlation
- Automatic RX_LOG parsing and decryption - RX_LOG_DATA events are now automatically parsed and decrypted when
GroupText payloads are detected - Multi-reception correlation - meshcore_message events now include rx_log_data with radio metrics (SNR, RSSI) and path
information from all mesh receptions - Path visualization - See which routes your messages took through the mesh network
Example rx_log_data includes:
- Signal quality (SNR/RSSI)
- Mesh path (hop nodes)
- Channel hash
- Multiple receptions from different routes
Contact Management
- Remove discovered contact service - New service to clean up discovered contacts from Home Assistant without removing from
node - Disable contact discovery toggle - New global setting to disable automatic contact sensor creation for large networks (500+
contacts)
Improvements
Performance & Reliability
- Rate limiting - Token bucket refill rate reduced from 180s to 120s (2 minutes instead of 3)
- Auto-disable inactive devices - Tracked repeaters/clients automatically disable after 5 days without successful
requests (120 hours) - Increased sensor timeout tolerance - Sensors now wait 3x the update interval before marking unavailable (previously
1.5x) - Event-driven contact updates - Removed contact refresh interval setting in favor of real-time NEW_CONTACT event handling
Bug Fixes
- Fixed service parameter types for change_contact_path and change_contact_flags methods