🚀 New Features
- Network Topology Sensors: Added routing path and hop count sensors for all tracked nodes
- See real-time mesh routing paths and network topology
- Track how messages route through intermediate nodes
- Auto Path Reset: Automatically resets stale routing paths after 5 consecutive failures
🔧 Improvements
- Binary Packet Support: Updated telemetry and status requests to use binary packets for improved
stability - Smarter Failure Handling:
- Backoff delays now capped at configured update intervals
- Increased failure threshold from 3 to 5 attempts before re-login
- Removed unnecessary periodic logins, reducing network traffic
📚 Documentation
- Added path sensor documentation
- Updated failure handling descriptions