Skip to content

Releases: custom-components/climate.programmable_thermostat

5.0

08 Mar 13:38
0f3ea31
Compare
Choose a tag to compare
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 are heat and cool.

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

19 Jan 13:24
d1d8207
Compare
Choose a tag to compare
4.3

Release to fix a small bug! :)

4.2

04 Jan 15:47
56ff875
Compare
Choose a tag to compare
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

17 Nov 20:27
1a9093d
Compare
Choose a tag to compare
4.1

Improvement!
The latest function added in the 4.0 has been updated to make it work both way.

Be aware that master_climate is now related_climate to be more generic.

4.0

17 Nov 16:48
1f699ae
Compare
Choose a tag to compare
4.0

New function! :)
I've added the definition of master_climate that will manage the behaviour between 2 climates connected by the heater/cooler.

No breaking change!

3.0

03 Nov 14:44
58c9bd5
Compare
Choose a tag to compare
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

27 Oct 10:41
c888caf
Compare
Choose a tag to compare

Still some bug in evaluation of HVAC_ACTION (state of the climate object), but now it is for sure better than the previous version.

Probably the fix will come with a full recode since now it is too messy.

2.2.1

12 Oct 10:54
f865b19
Compare
Choose a tag to compare

Bug fixing for the case that you set only one between cool and heat entity.
This was causing an error when you try to set automatic mode.

2.2.0

28 Jul 13:44
1f71f3f
Compare
Choose a tag to compare

New version to fix all the changes introduces with latest versions of HA.
ATTENTION that there are some breaking changes. You have to update config file.

2.1.1

09 Jun 14:44
3ff3258
Compare
Choose a tag to compare

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.