Skip to content

v0.9.7

Compare
Choose a tag to compare
@swingerman swingerman released this 22 Jul 11:10
· 49 commits to master since this release

What's Changed

Exciting New Features 🎉

  • Dry mode
    If the dryer entity is set the thermostat can switch to dry mode. The dryer will turn on when the humidity is above the target humidity and the moist_tolerance is not reached. If the humidity is above the target humidity and the moist_tolerance is reached the dryer will stop.
    adds support for dry mode by @swingerman in #206

  • Goes Idle if sensor got stale
    If you set sensor_stale_duration the thermostat will go to idle to avoid unwanted circumstances.
    Safety disables the thermostat (set to idle) if sensor unavailable or not updated by @swingerman in #197

  • Now you can set outside temperature sensor (outside_sensor) that will enable interesting new possibilities.
    For now it enables/disables fan_hot_tolerance based on outside air temperature by @swingerman in #198

  • sets target temps from saved temps from heat-cool by @swingerman in #209

  • picks target temperature from preset range if target temp is not set by @swingerman in #210

Bug Fixes

  • fix: preset reselection should reset environment targets by @swingerman in #208
  • fix: component won't run on Core v2024.3.1 - config warns about exception by @swingerman in #214
  • fix: ignores min_cycle_duration to avoid gaps in cooling when using fan_hot_tolerance by @swingerman in #233
  • fix: avoids setting target temperature as a dictionary by @swingerman in #242

Other Changes

New Contributors

Full Changelog: v0.9.6...v0.9.7