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