Skip to content

Releases: swingerman/ha-dual-smart-thermostat

0.5.2 Fix floor sensor related errors

21 Dec 11:10
Compare
Choose a tag to compare

In this release, we fixed errors caused by improper Null type handling of floor temperature sensors.

0.5.1 Readme update and reload fix

21 Nov 14:24
Compare
Choose a tag to compare
  • Update readme with more details about openings and floor temperature gap
  • Fix floor sensor on reload if not floor sensor set

0.5.0 Floor temperature limit

20 Nov 23:16
Compare
Choose a tag to compare

In this release I implemented floor temperature limiting in order to protect the structural integrity of the floor heating.

To use it you need to set the floor temperature sensor and the max floor temperature setting:

floor_sensor: sensor.floor_temp
max_floor_temp: 28

This will be taken into account when the climate entity is set to heat_cool or heat mode.

0.4.0 Multiple openings support

25 Oct 20:43
Compare
Choose a tag to compare

In this release, I changed the opening variable (single entity) to openings (entity list). This will allow you to just put a list of opening entity_id's and the dual smart thermostat will go idle until any of the openings are open.

0.3.1 Hotfix - Handling opening state if no opening entity

25 Oct 19:52
Compare
Choose a tag to compare

In this release, I handled when no opening entity is set and we check opening's state

0.3.0 Add support for opening entity

25 Oct 14:17
Compare
Choose a tag to compare

In this release, I added support or opening entity that if set it keeps the heater or cooler entity off while open.
Also fixed a bug that prevented updating and setting the target temperature if in single (default) mode.

0.2.0 All three HVAC modes work

16 Sep 12:51
Compare
Choose a tag to compare

In this release, I fixed all three HVAC modes (heat_cool, heat, cool, and off).

Works with HA 0.114

16 Sep 07:39
Compare
Choose a tag to compare
Works with HA 0.114 Pre-release
Pre-release

This release works with HA 0.114.4

Initial release

15 Sep 15:40
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Minimal MVP that can safely work in heat_cool mode.