Skip to content

7.1.0.beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmcollin78 jmcollin78 released this 04 Jan 18:15

-- DO NO INSTALL. A BUG HAVE BEEN DETECTED --

What's Changed

  • implementation of the #766 issue - enhance the power management

See in the issue what have been done.

⚠️ Breaking change :

  1. because the power management is now centralized, you should have a central configuration with the power feature activated and configured,
  2. the non central power sensor parameters are still there but no more used (will be remove for the release).

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-powering is done in reverse order (the more far away for the target first).
Regularly, the active Vtherm may change following the preceeding 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

Full Changelog: 7.0.0...7.1.0.beta1