Releases: jmcollin78/versatile_thermostat
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".
Republish release
Do not install this pre-release if you are not invited to do so
Content
- Fix exception when there is no offset configured
- Fix control of central boiler not working due to an incorrect number of valve
- (not finished) - complete rework of the documentation (fr only for the moment).
Fix central boiler not working with Sonoff TRVZB
Do not install this pre-release if you are not invited to do so.
Content
Fix #661 - central boiler is not working with Sonoff TRVZB
Final (really ?) beta release for TRV integration
Do not install this pre-release if you are not invited to do so.
Content
- Industrialization of the POC with Sonoff TRVZB,
- make offset_calibration and closing_degree optional,
- fix hvac_action and list of valves in the states of the Vtherm,
- add unit tests,
- change the "Sonoff TRVZB mode" to a new regulation mode named "valve regulation"
For people who have already installed the previous beta, you should edit the VTherm with Sonoff TRVZB and select the "Direct control of valve" ("Contrôle direct de la vanne" in FR) instead of the "Sonoff TRVZB mode" checkox.
So the pre-release should be compatible with other TRV. If someone can make me a feedback, it would be great (I have nothing to test in real life).
I just have to do a few documentation around this, and I will be able to release.
6.8.0.beta7
Content
- fix hvac_action
- fix offset_calibration as proposed by @tbrasser