Releases: jmcollin78/versatile_thermostat
6.8.0.beta7
Content
- fix hvac_action
- fix offset_calibration as proposed by @tbrasser
6.8.0.beta5: Calculate offset_calibration as room_temp - local_temp
Do not install this pre-release if you are not invited to do so
Content
- Calculate offset_calibration as
room_temp - local_temp
- Fix hvac_action calculation
Add a max_on_percent setting in 'expert mode'
Don't install this pre-release if you are not invited to do so.
Content
- Add a max_on_percent setting in 'expert mode'. Documentation have been updated. Thanks to @ms5.
Note: this is a complementary enhancement for Sonoff TRVZB tests but this is not mandatory. Now you can limit the on_percent calculated by the TPI algorithm and so limit what is sent to the TRV.
For testing with Sonoff TRVZB - preview
What's Changed
- preview of #645
Please do not install it, if you are not invited to do so.
To use it:
- create a VTherm
over_climate
, - set the Sonoff
climate
as underlying. You can also add manyclimate
(not tested yet), - check the "Sonoff TRVZB mode" checkbox. This will add a menu 'Sonoff TRVZB configuration',
- in this menu, add the 'offset calibration', 'opening_degree' and 'closing_degree' entities. You should add as many entities as underlying
climate
added in 2. - this will enable the TPI menu. You can check or adjust the TPI parameters or keep the default values first. Tuning will be done later.
Then you can use the VTherm as usual. You have more VTherm attributes (tpi, open_valve_percent, ...) if you want to check and to make some graph.
To be completed: the self-regulation is not used, please ignore the parameters
Note: all unit tests pass. So you should not have an impact on the others VTherm you could have. Despite I don't have any Sonoff TRVB at home, I will install this pre-release to check the non regression.
Comments are welcome in the #645 thread.
Full Changelog: 6.7.0...6.8.0.beta1
6.7.0
What's Changed
- Issue #619 - manual hvac_off should be prioritized over window and auto-start/stop hvac_off by @jmcollin78 in #622
- Issue #628 add follow underlying temp change entity by @jmcollin78 in #630
- Issue #552 - use central config without any central configuration by @jmcollin78 in #627
Full Changelog: 6.6.2...6.7.0
6.6.3.beta1
What's Changed
- Issue #619 - manual hvac_off should be prioritized over window and auto-start/stop hvac_off by @jmcollin78 in #622
Full Changelog: 6.6.2...6.6.3.beta1
This is beta release. Don't install it if you are not invited to do so.
6.6.2
What's Changed
- Issue #615 - VTherm switch to manual on its own by @jmcollin78 in #618
Full Changelog: 6.6.1...6.6.2
6.6.1
What's Changed
- Issue #552 - It is possible to validate a configuration over_switch without TPI parameters set by @jmcollin78 in #608
- Issue #600 - energy can be negative after configuration by @jmcollin78 in #614
- Issue #609 - Reconfiguring a vtherm while in mode heat sets all vtherms to mode heat by @jmcollin78
- Translation use_central_boiler_feature fix by @depuits in #604
- Fix typo by @lboue in #607
New Contributors
Full Changelog: 6.6.0...6.6.1
6.6.1.beta2
6.6.1.beta1
This is pre-release containing specific logs to diagnose the issue #600 (energy seems not restored or saved correctly).
Do not install if you don't have the #600 issue in your environment.
To activate the specific logs, you must add this line into the logger.yaml file:
default: warning
logs:
custom_components.versatile_thermostat.energy_debug: debug
After installing this beta release, you should update your logger.yaml file, restart and when you find the issue then send me the logs when the energy have changed (so around the time you change the configuration).
Full Changelog: 6.6.0...6.6.1.beta1