What's Changed
- (chore) Lint base_* files by @cova-fe in #769
- Issue #770 - Change percent_open calculation method by @zepala in #772
- Issue #766 - enhance_power_management by @jmcollin78 in #778
New Contributors
Full Changelog: 7.0.0...7.1.0
- because the power management is now centralized, you should have a central configuration with the power feature activated and configured,
- the non-central power sensor parameters are removed,
- a delay of 20 sec is possible between the last power measurement is received and the load-shedding run.
In case of power exceeded, Versatile Thermostat will now do shedding for all the VTherm with power management activated. It will set to overpowering VTherms at first with the one which current temperature is near the target temperature, until the power is reach.
If power comes available, the un-overpowering is done in reverse order (the more far away for the target first).
Regularly, the active Vtherm may change following the preceding rules.
To add debug logs you should add this lines into your logger.yaml:
custom_components.versatile_thermostat.feature_power_manager: debug
custom_components.versatile_thermostat.central_feature_power_manager: debug