Skip to content

v1.1.2

Choose a tag to compare

@yellowcooln yellowcooln released this 13 May 16:22
173eb6c

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_packets buffer

  • 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_type
  • get_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

Full Changelog: v1.1.1...v1.1.2