Releases: jasper-seinhorst/homebridge-homewizard-power-consumption
1.6.2
Improved debug logging
1.6.3
1.6.1
The correct serial number and firmware version are now visible through the Home app
1.6.0
The correct serial number and firmware version are now visible through the Home app
1.5.0
Improved configuration validation
1.4.0
- Ip address of your P1 will be validated when plugins starts
1.3.0
Improved error handling & docs
1.2.0
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
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
v1.0.0 docs: add setup guide to readme