Skip to content

Releases: jasper-seinhorst/homebridge-homewizard-power-consumption

1.6.2

24 Mar 12:06
Compare
Choose a tag to compare

Improved debug logging

1.6.3

24 Mar 19:03
Compare
Choose a tag to compare

Fixes issue where devices could have duplicate serial numbers

1.6.1

23 Mar 10:20
Compare
Choose a tag to compare

The correct serial number and firmware version are now visible through the Home app

1.6.0

23 Mar 10:15
Compare
Choose a tag to compare

The correct serial number and firmware version are now visible through the Home app

1.5.0

10 Mar 14:37
Compare
Choose a tag to compare

Improved configuration validation

1.4.0

07 Mar 08:11
0980c4b
Compare
Choose a tag to compare
  • Ip address of your P1 will be validated when plugins starts

1.3.0

06 Mar 17:33
Compare
Choose a tag to compare

Improved error handling & docs

1.2.0

03 Mar 17:25
Compare
Choose a tag to compare

This version adds the ability to disable single sensors. If you don't have solar panels you can disable the power return sensor. If you only want to know the power return, you can disable the power consumption sensor. By default both sensors are activated.

Use this example to disable or enable sensors;

"hidePowerConsumptionDevice": false,
"hidePowerReturnDevice": true

1.1.0

03 Mar 16:22
Compare
Choose a tag to compare

This version adds the pollInterval setting. The poll interval setting allows you to adjust the API polling interval - in seconds. The defalt value is 60 seconds. Accepted values are >= 5 and <= 3600

V1

03 Mar 13:40
Compare
Choose a tag to compare
V1
v1.0.0

docs: add setup guide to readme