Skip to content

Releases: swingerman/ha-dual-smart-thermostat

v0.9.40beta.0

24 Jan 13:47
Compare
Choose a tag to compare
v0.9.40beta.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.9.2...v0.9.4-beta.0

v0.9.3-beta.0

20 Dec 10:40
Compare
Choose a tag to compare
v0.9.3-beta.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.9.2...v0.9.3-beta.0

v0.9.2

11 Dec 08:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

11 Aug 21:04
Compare
Choose a tag to compare

What's Changed

openings:
  - sensor.window1
  - sensor.window2
  - entity_id: binary_sensor.window3
    timeout: 00:00:30 # cosnidered to be open if still open after 30 seconds
  • Tolerances

The dual_smart_thermostat has two tolerance variables: cold_tolerance and hot_tolerance. These variables are used to prevent the heater or cooler from switching on and off too frequently. For example, if the target temperature is 25 and the tolerance is 0.5 the heater will start when the sensor equals or goes below 24.5. The heater will stop when the sensor equals or goes above 25.5. This prevents the heater from switching on and off too frequently when the temperature is close to the target temperature.

If the thermosat is set to heat_cool mode the tolerance will work in the same way for both the heater and the cooler.

climate:
  - platform: dual_smart_thermostat
    name: Study
    heater: switch.study_heater
    cooler: switch.study_cooler
    target_sensor: sensor.study_temperature
    cold_tolerance: 0.3
    hot_tolerance: 0

Full Changelog: v0.9.0...v0.9.1

v0.9.0

07 Aug 20:44
Compare
Choose a tag to compare

What's Changed

Fixes

  • feat: "hot_tolerance" not woking as expected when in heat_cool mode by @swingerman in #58
  • fix: Switch gets randomly turned on and off by @swingerman in #59
  • Opening state unknown breaks is_opening_open logic by @swingerman in #64

Improvements

openings:
  - sensor.window1
  - sensor.window2
  - entity_id: binary_sensor.window3
    timeout: 00:00:30 # cosnidered to be open if still open after 30 seconds

Stability improvements

Donate coffee

Full Changelog: v0.8.0...v0.9.0

v0.9.0-beta.3

30 Jul 20:21
Compare
Choose a tag to compare
v0.9.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.9.0-beta.2...v0.9.0-beta.3

v0.9.0-beta.2

16 Jul 22:26
Compare
Choose a tag to compare
v0.9.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.0...v0.9.0-beta.2

v0.8.0

08 Dec 09:27
Compare
Choose a tag to compare

What's Changed

  • Fix inizialization after yaml reload by @ollo69 in #46
  • Do not allow cooler entity equal to heater entity by @ollo69 in #45
  • Minor fixes for "min_cycle_duration" by @ollo69 in #40

Full Changelog: v0.7.1...v0.8.0

v0.7.1

16 Nov 21:16
Compare
Choose a tag to compare

What's Changed

  • Add preset modes for heat_cool mode by @ollo69 in #38

Full Changelog: v0.7.0...v0.7.1

v0.7.0

13 Nov 21:27
Compare
Choose a tag to compare

What's Changed

  • Restore target temperatures and preset modes on startup by @ollo69 in #37

Full Changelog: v0.6.7...v0.7.0