Releases: DevOldSchool/powermeter_hub_server
Releases · DevOldSchool/powermeter_hub_server
v1.3.0
Important
- The H3 default power value template has changed to be more accurate.
You can keep the old template by setting your environment variable in docker-compose.yml to:
POWER_VALUE_TEMPLATE_H3_RAW: "{{ (value_json.value | float) / 10 }}"
- Optional unknown packet telemetry has been added to aid in reverse engineering. You can opt out by setting TELEMETRY_ENABLED to false:
TELEMETRY_ENABLED: false
- Instructions have been added to the readme to help users discover which hub version they have: https://github.com/DevOldSchool/powermeter_hub_server?tab=readme-ov-file#identifying-your-hub-version
What's Changed
- Mqtt version on Home Assistant and in MQTT DEVICES section by @HenJou in #15
- Add MQTT device firmware version by @DevOldSchool in #20
- Added optional Telemetry to aid in reverse engineering unknown packets. by @DevOldSchool in #21
Full Changelog: v1.2.4...v1.3.0
v1.2.4
What's Changed
- Fix for hub_server stop responding after 2 hours by @HenJou in #14
- Added logging for unknown packets to help reverse engineer by @DevOldSchool in #16
New Contributors
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- Added single connection with retry handling for the database. by @DevOldSchool in #12
Full Changelog: v1.2.2...v1.2.3
v1.2.2
v1.2.1
What's Changed
- Added energy monthly reset option and history retention. by @DevOldSchool in #8
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Add support for v1 engage hub by @WarpPL and @TWSheppard in #5
- Added tests for parsing payloads. by @DevOldSchool in #7
New Contributors
Full Changelog: v1.1.4...v1.2.0