Skip to content

Releases: swingerman/ha-dual-smart-thermostat

v0.9.10-beta-2

11 Dec 10:29
7e4e702
Compare
Choose a tag to compare
v0.9.10-beta-2 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.9.10-beta-1...v0.9.10-beta-2

v0.9.10-beta-1

10 Dec 13:14
Compare
Choose a tag to compare
v0.9.10-beta-1 Pre-release
Pre-release

What's Changed

Other Changes

  • feat - avoids controlling hvac when themrostat is off by @swingerman in #334

Full Changelog: v0.9.9...v0.9.10-beta-1

v0.9.9

06 Dec 11:21
2374af6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.8.3...v0.9.9

v0.9.8.4beta-1

29 Oct 21:00
Compare
Choose a tag to compare
v0.9.8.4beta-1 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.9.8.3...v0.9.8.4beta-1

v0.9.8.3

18 Oct 09:05
Compare
Choose a tag to compare

What's Changed

Other Changes

  • fix: don't send target temp range from old state if heat cool mode is off by @swingerman in #304
  • fix: oly applies max_floor_temp old state if not set from config by @swingerman in #305

Full Changelog: v0.9.8.2...v0.9.8.3

v0.9.8.2

12 Sep 08:35
9e1f9bc
Compare
Choose a tag to compare

What's Changed

  • fix: sets missing HVAC action for heat pump device by @swingerman in #294

Full Changelog: v0.9.8.1...v0.9.8.2

v0.9.8.1

09 Sep 10:20
Compare
Choose a tag to compare

What's Changed

Other Changes

  • chore: improves logging by @swingerman in #285
  • chore: warning containes both the climate id and the sensor id by @swingerman in #287
  • feat: ensures temperature is not null when changing hvac mode in dual mode by @swingerman in #290

Full Changelog: v0.9.8...v0.9.8.1

v0.9.8

02 Sep 11:33
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Heat Pump Mode

Yes, it's here. This component can now be set up to control a heat pump with only one switch but can do cooling and heating using that lonely switch. Dual Smart Thermostat can now control it by providing a new input for the current mode of the heat pump (heating or cooling). This input can hook up a boolean sensor provider by the heat pump or with an input boolean for a manual switch to switch between heating and cooling.

heater: switch.study_heat_pump
target_sensor: sensor.study_temperature
heat_pump_cooling: sensor.study_heat_pump_state

Suggested Power Level

If the feature is enabled, the component can provide two new state attributes: hvac_power_level and hvac_power_percent. These attributes are helpful if you can and want to control the speed or power of your devices.
To enable you need to add these to your config:

hvac_power_levels: 5 # <--- set this and/or
hvac_power_tolerance: 0.1 # <-- this to enable
hvac_power_min: 1  # <-- optional
hvac_power_max: 5 # <-- optional

Other Changes

New Contributors

Full Changelog: v0.9.7...v0.9.8

v0.9.8.beta-9

02 Sep 08:46
Compare
Choose a tag to compare
v0.9.8.beta-9 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.9.8.beta-8...v0.9.8.beta-9

v0.9.8.beta-8

30 Aug 10:25
Compare
Choose a tag to compare
v0.9.8.beta-8 Pre-release
Pre-release

What's Changed

Other Changes

  • fix: sets proper power levels if device state changes by @swingerman in #282

Full Changelog: v0.9.8.beta-7...v0.9.8.beta-8