Skip to content

Releases: DevOldSchool/powermeter_hub_server

v1.3.0

18 Jan 03:36
774d37b

Choose a tag to compare

Important

  1. 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 }}"
  1. 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
  1. 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

11 Jan 03:18
cb8e19d

Choose a tag to compare

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

09 Jan 03:07
302530c

Choose a tag to compare

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

30 Dec 04:38
c1d2c38

Choose a tag to compare

What's Changed

  • Unify power unit of measurement by @WarpPL in #9

Full Changelog: v1.2.1...v1.2.2

v1.2.1

28 Dec 07:20
91abe0b

Choose a tag to compare

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

28 Dec 03:06
4147ee5

Choose a tag to compare

What's Changed

New Contributors

  • @WarpPL made their first contribution in #5

Full Changelog: v1.1.4...v1.2.0

v1.1.4

27 Nov 11:30

Choose a tag to compare

What's changed

  • Fixed incorrect default port.

Full Changelog: v1.1.3...v1.1.4

v1.1.3

27 Nov 11:21

Choose a tag to compare

What's changed

  • Moved MQTT device discovery into config.

Full Changelog: v1.1.2...v1.1.3

v1.1.2

23 Nov 09:04

Choose a tag to compare

What's changed

  • Added SID into power usage sensor name.

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

v1.1.1

23 Nov 07:39

Choose a tag to compare

What's Changed

  • Added device name for MQTT integration.

Full Changelog: v1.1.0...v1.1.1