What's Changed
- #806 - Add trigger for central boiler on total power activated by @jmcollin78 in #1377
- #1015 - Add configuration delay before central boiler activation by @jmcollin78 in #1380
- Improve auto fan mode to work with any fan_modes values. by @Gamso in #1378
π Release 8.3 new features - Improvement for central boiler
- #1015 - Addition of a configurable delay for activating the central boiler. This allows to delay the boiler activation and let the eventual valves to be fully open before.
- #806 - Addition of a trigger for the central boiler when the total activated power exceeds a threshold. To make this feature work you must:
- Configure the power threshold that will trigger the boiler. This is a new entity available in the
central configurationdevice. - Configure the power values of the VTherms. This can be found on the first configuration page of each VTherm.
- Check the
Used by central boilerbox.
- Configure the power threshold that will trigger the boiler. This is a new entity available in the
Each time a VTherm is activated, its configured power is added to the total and, if the threshold is exceeded, the central boiler will be activated after the delay configured in item 1.
The previous counter for the number of activated devices and its threshold still exist. To disable one of the thresholds (the power threshold or the activated-devices count threshold), set it to zero. As soon as either of the two non-zero thresholds is exceeded, the boiler is activated. Therefore a logical "or" is applied between the two thresholds.
π Other changes and bug fixes
- fix #1354 Device registry "entry_type" should not be tagged as a "ser⦠by @KipK in #1358
- Fix #1363 - Locked state is not restored by @jmcollin78 in #1364
- feat #1032: implement swing_horizontal_mode/swing_horizontal_modes by @Gamso in #1372
- fix warning when centralboiler is not configured by @KipK in #1386
π Documentation
- Change TPI Parameters by @Krzysztonek in #1336
- Fix typo by @RichardIstSauer in #1374
- Typo correction by @apiard in #1393
- update german translation by @FMainz in #1389
- Translation v.8.3 Update and Improvement by @Krzysztonek in #1376
New Contributors
- @RichardIstSauer made their first contribution in #1374
- @Gamso made their first contribution in #1372
- @apiard made their first contribution in #1393
A bug thanks for all the contributors and beta testers !
Full Changelog: 8.2.0...8.3.0