这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: CJNE/ha-myenergi

Beta 0.1.14

15 Sep 08:05
Compare
Choose a tag to compare
Beta 0.1.14 Pre-release
Pre-release

Use a numeric unit for experimental sensors

Beta 0.1.13

14 Sep 19:50
Compare
Choose a tag to compare
Beta 0.1.13 Pre-release
Pre-release

Adds new experimental sensors to Zappi

Beta 0.1.12

14 Sep 19:33
Compare
Choose a tag to compare
Beta 0.1.12 Pre-release
Pre-release

Added experimental sensors to zappi to try and figure out what they are

Version 0.0.12

13 Sep 08:01
Compare
Choose a tag to compare

Changes:

  • Added two new sensors to the hub device: voltage_grid and frequency_grid
  • Updated pymyenergi version

Version 0.0.11

08 Sep 13:56
Compare
Choose a tag to compare

Changes:

  • Changed units of power sensors from Wh to kWh
  • Changed the term diverted to green (existing sensors will become stale, remove them manually)
  • Added CT group power sensors (for 3 phase installs)

Version 0.0.10

07 Sep 12:48
Compare
Choose a tag to compare

Bugfix: tried to access eddi ct's that don't exist

Version 0.0.9

07 Sep 12:30
Compare
Choose a tag to compare

Changes:

  • Fetch history data from local day start (previously it was UTC day start)

Version 0.0.8

07 Sep 10:36
Compare
Choose a tag to compare

Bugfix, fixed eddi bug.
New since 0.0.6:
This release brings in energy sensors that are directly useable in the energy dashboard!
For the hub device the following sensors has been added:

grid import today
grid export today
energy generated today
energy diverted today
For eddi and zappi the following sensors has been added:

energy used today
energy diverted today
for each CT attached that are not set to None there will be an energy sensor created
About the energy today sensors and how they work:
Theses sensors are reset every midnight at 00:00 UTC. This will work fine with the energy dashboard, it will keep track of counter reset for long term statistics.

Version 0.0.7

07 Sep 08:43
Compare
Choose a tag to compare

This release brings in energy sensors that are directly useable in the energy dashboard!
For the hub device the following sensors has been added:

  • grid import today
  • grid export today
  • energy generated today
  • energy diverted today

For eddi and zappi the following sensors has been added:

  • energy used today
  • energy diverted today
  • for each CT attached that are not set to None there will be an energy sensor created

About the energy today sensors and how they work:
Theses sensors are reset every midnight at 00:00 UTC. This will work fine with the energy dashboard, it will keep track of counter reset for long term statistics.

Version 0.0.6

05 Sep 19:35
Compare
Choose a tag to compare

Changes:

  • Fixes a bug with eddi, status property was not defined (thanks @G6EJD )