Releases: jmcollin78/versatile_thermostat
Release 2.2.0 - enhance the security
The release focuses on security management with some majors improvements:
- Rename None preset to Manual #3
- Support Fahrenheit #38 thanks to @kadaan
- Enhancing Security mode #42 thanks to @adi90x
- Notify (send event messages) when something important happens #43
- Add new service to change security parameters #47 thanks to @adi90x
This release also contains those bug fix:
- Set preset internal #45 thanks to @adi90x
- Missing translations for preset mode Power and Security #46
The documentation have been updated in README. Please read carefully the "Advanced parameters" and "Notifications" section to have a good understanding of what have been done in this release.
No special instructions for installation.
Enjoy !
Add set_security service
Add a set_security service which aims to change the security parameters without having to reconfigure the thermostat.
FIX security mode when hvac_mode is off
When hvac_mod is off, the thermostat should never go in security mode but can leave the security mode.
Fix security mode corner cases
When power mode is on this should not reset the last temperature datetime.
Security mode enhancements and translations
Reduce security mode false positive
This release contains this fix:
- Reset security mode when preset or hvac_mode change #41
This will drastricaly reduce the case where a thermostat goes to security mode after a long stable duration.
Thanks to https://forum.hacf.fr/u/frankb/summary !
Enjoy !
Thermostat over climate and configuration enhancements
This second major release is composed of the following enhancements:
- Add a thermostat over a climate mode in addition to the thermostat over switch mode #5
- Suggest/select entity in a list on the configuration screens #16
- Simplify the configuration by adding a checkbox for feature which should be configured #21
- Rework: simplify the entity update when config have change #26
And the following bug fixes:
- If temperture is stable, the heater goes in security mode even if the heating percent is low #30
- Error with Fan Modes on thermostat over climate type #32
- Error at initialisation #36
- Failure to initialize #39
- Some switch are not visible in the list of radiators #40
Enjoy !
FIX initialisation errors
Bug fixes :
Failure to initialize #39
Fixes initialisation errors and fan mode
FIX thermostat over climate type
Error with Fan Modes on thermostat over climate type #32