Releases: jmcollin78/versatile_thermostat
FIX when my climate is not found on startup
3.0.0.beta2 FIX error on startup when my_climate is not found
Use devices and entities
This draft release is a functional preview of the enhancement detailed here:
- Use Device and multiple entities to conform with HA philosophy - #54
No change on configuration is needed. New entities will be available upon restart.
The pre-release should be fully retro-compatible with 2.3.0. Attributes are kept temporary in the climate entity but in deprecated mode.
They will be remove in the 4.0.0 release.
Release 2.3.0 - Heater energy calculation
This release implements the following new features:
- Add the device power and device energy into attributes - #25
- Power of the heater should be accessible event if power management is not selected - #53 (thanks to @WarC0zes)
And also the following bugs:
- Datetime in extra attributes are in UTC - #51
- In certain case, temperature event are registred with an offset of one hour - #52 (thanks to @franckb)
- Documentation is wrong - #55 (thanks to @impuR_Shozz)
No special things have to be done for installation.
Enjoy !
Fix Timezone temperature event
This pre-release fix the following issue:
- In certain case, temperature event are registred with an offset of one hour - #52
Release 2.3.0.beta2
This release contains:
- Datetime in extra attributes are in UTC - #51
- Adding unit tests
Add energy and power consumption
This pre-release tries to implement:
- Add the device power and device energy into attributes #25
2.2.1
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.