gtdiehl / iotawatt_ha

IoTaWatt for Home Assistant
Apache License 2.0
16 stars 16 forks source link

Add high resolution energy sensors. #25

Closed jyavenard closed 3 years ago

jyavenard commented 3 years ago

When declaring outputs relying on a mathematical expression (using other than + and - operator), the default energy sensors can't be used

While the integration integration could be used, the advantage of those sensors is that they won't lose data if the connection to the iotawatt is lost or if rebooting the HA instance. In these cases, the sensor will fetch the data from when it last stopped or when connection with the iotawatt will resume.

This change requires iotawattpy 0.1.0

Fixes #18

wishie commented 3 years ago

This is not yet in the release version, correct?

jyavenard commented 3 years ago

This is not yet in the release version, correct?

It will be in 2021.9 ; so soon.

jyavenard commented 3 years ago

Will continue in the one the does the merge with HA code. It's more up to date.