v1.1.2
v1.1.2
This release updates the Home Assistant integration for newer pyMC Repeater API changes and fixes the per-hour packet counters in Home Assistant.
Fixed
-
Packets received per hour no longer tops out around 50
-
Packets forwarded per hour no longer relies on repeater status counters backed by the capped
recent_packetsbuffer -
Both per-hour sensors now use:
/api/packet_stats?hours=1
-
This now tracks real last-hour packet totals much more accurately
Added
- Expanded GPS diagnostics support from newer repeater API updates
- GPS position source metadata
- GPS time sync state
- GPS time sync enabled status
New Home Assistant actions:
get_adverts_by_contact_typeget_adverts_count_by_contact_type
Changed
- Integration version bumped to
1.1.2 - Changelog updated to reflect newer release history
Notes
-
Based on pyMC Repeater API changes through commit:
e03174d
-
Includes the fix for issue #5:
- Home Assistant packet-per-hour values plateauing below repeater dashboard totals
What's Changed
Features
- Add updates for repeater API version 1.1.2 by @yellowcooln in #6
Full Changelog: v1.1.1...v1.1.2