Releases: jmcollin78/versatile_thermostat
Community fixes - 6.8.4
What's Changed
- [feature] for 'It's not possible to set regulation mode to Expert using Automations' by @Edwintenhaaf in #718
- [feature] Add attribute with active underlyings for easier tracking and setup by @s256 in #658
- Issue #698 nb device active for boiler not updating by @jmcollin78 in #728
- [feature] #722 - Add a minimum opening degree for valve regulation by @jmcollin78 in #729
- Issue #690 - VTherm don't follow underlying change with lastSeen activated by @jmcollin78 in #732
- issue #683 - incorrect temperature reversion on window close (*) by @jmcollin78 in #734
- issue #733 - VTherm over_climate not following TRV device setpoint when step if < 1 by @jmcollin78 in #736
- issue #713 - config_entry is deprecated by @jmcollin78 in #738
- issue #702 - crash after 2024.12 Attribute error
(*) the open window detection behavior have been changed: now if you try to change the preset or the target temperature while the window is open (and window action is configured to Anti-fronzen), VTherm will keep the froze temperature. The new preset or temperature will be applied when the window will be detected as closed.
New Contributors
- @Edwintenhaaf made their first contribution in #718
- @s256 made their first contribution in #658
Full Changelog: 6.8.3...6.8.4
6.8.4.beta3
What's Changed
- Add attribute with active underlyings for easier tracking and setup by @s256 in #658
- Issue #698 nb device active for boiler not updating by @jmcollin78 in #728
- Feature #722 - Add a minimum opening degree for valve regulation by @jmcollin78 in #729
- Issue #690 - VTherm don't follow underlying change with lastSeen activated by @jmcollin78 in #732
- issue #683 - incorrect temperature reversion on window close by @jmcollin78 in #734
- issue #733 - VTherm over_climate not following TRV device setpoint when step if < 1 by @jmcollin78 in #736
- issue #713 - config_entry is deprecated by @jmcollin78 in #738
New Contributors
Full Changelog: 6.8.4.beta1...6.8.4.beta3
6.8.4.beta2
What's Changed
- Add attribute with active underlyings for easier tracking and setup by @s256 in #658
- Try to fix #698 - nb_device_active don't work for climate without hvac_action
You have a new attrbutes in the nb_device_active entities which lists the active entities. Thank to @s256
New Contributors
- @Edwintenhaaf made their first contribution in #718
- @s256 made their first contribution in #658
Full Changelog: 6.8.3...6.8.4.beta2
6.8.4.beta1
What's Changed
- fix for 'It's not possible to set regulation mode to Expert using Automations' by @Edwintenhaaf in #718
- Try to fix Issue #702 (2nd try)
New Contributors
- @Edwintenhaaf made their first contribution in #718
Full Changelog: 6.8.3...6.8.4.beta1
6.8.3
What's Changed
- issue #702 - migrate to HA 2024.12 by @jmcollin78 in #708
Full Changelog: 6.8.2...6.8.3
6.8.2
What's Changed
- Issue #696 - follow underlying doesn't work anymore by @jmcollin78 in #701
Maybe this fixes also the #690 issue which looks like #696.
Full Changelog: 6.8.1...6.8.2
Try to fix #683
6.8.1 - community fixes
What's Changed
- Issue #157 - coefficient for external temp doesn't accept decimals by @jmcollin78 in #691
- Issue #662 - disabling auto-start/stop when VTherm is off due to auto-start/stop should turn on the VTherm by @jmcollin78 in #692
- Issue #625 - auto-start/stop change sometimes too fast by @jmcollin78 in #693
Full Changelog: 6.8.0...6.8.1
6.8.0 - Add direct valve regulation feature (Sonoff TRVZB)
What's Changed
- 🎉 Issue #645 add valve regulation (tested with Sonoff trvzb) by @jmcollin78 in #651
- Fix side effect of out-of-range temperature filtering by @gpayer in #635
- Fixed and extended unit test for out-of-range temp filtering by @gpayer in #637
- Issue #602 - Implementing max_on_percent setting by @ms5 in #632
- Issue #655, #267 - combine motion and presence
- Issue #661 - central boiler doesn't starts with Sonoff TRVZB
- Issue #669 - issue in configuration when unselecting valve_regulation
Documentation
Documentation has been totally rewrite for this release. This is in FR only for now but will be soon translated to EN also. See the FR documentation here
❤️ A big, big thanks to all contributors for this big release (see: #645) 👏
New Contributors
Full Changelog: 6.7.0...6.8.0
Beta12
Do not install this release if you are not invited to do so.
Content
- Fix number of active device should be wrong for central boiler activation. Reported by @jiquem (I don't find anything in the logs but I improve the calculation method and the logs
- Fix when you deselect the valve regulation, an error occurs saying "The number of valve entities for valve regulation should be equal to the number of underlyings".