Releases: custom-components/climate.programmable_thermostat
5.0
Time for a new release! :)
New functions:
- option to define which modes you want to activate and which not
- option to limit the automatic mode (
heat_cool
) just for heating or cooling in order to have something more useful and preserve energy! (in this way you can can avoid to cool a room that has just been heated) - switched automatic and manual mode in order to have a better integration with Alexa and other vocal assistant. Now automatic is
heat_cool
, manual areheat
andcool
.
Breaking change:
- modes have been swapped between automatic and manual as per bullets above.
Attention:
Setting of HVAC_ACTION in automatic mode is not perfectly updated. I will update in nexts release when I will have an idea of how to fix it. Suggestions are welcome! :)
4.3
4.2
New version here! :)
Big thanks to @tubededentifrice that make this new release.
- Now the component will always start, even if the sensors are missing or badly initialised.
- Multiple heaters and coolers can be defined as a list. No breaking change. Old version still working.
Hope you like it.
4.1
4.0
3.0
Here a new version that include a good recode that remove some redundant function. In this way future update should be easier.
Now the HVAC_ACTION is computed correctly. There is only a mis calculation on the manual mode (heat_cool) when both heater and cooler are off.
No breaking change.
Guys, if you have ideas of new functions to include just let me know.
MapoDan
2.2.2
2.2.1
2.2.0
2.1.1
Here we are with a new update.
This will make this work with HA version > 91.x
I've also added the the management of cooling system in parallel to heating one. Now you can have 2 different systems (one for heating and one for cooling) and make them follow your profiles.
Of course they will work one at a time! :)
BREAKING CHANGE:
entity state now is set equal to the operation mode. This to allow use of Lovelace cards that can change icon/picture according to entity state.