Releases: swingerman/ha-dual-smart-thermostat
v0.9.10-beta-2
What's Changed
Other Changes
- fix: thermostat turn off after restart HA in some conditions by @swingerman in #335
- fix: avoids controlling hvac while off by @swingerman in #336
Full Changelog: v0.9.10-beta-1...v0.9.10-beta-2
v0.9.10-beta-1
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
What's Changed
- fix: ensures supported features are never zero by @swingerman in #331
- fix: logs warning if sensor recovers by @swingerman in #332
- feat: log message for stall recovery by @swingerman in #310
- fix: respects min_cycle_duration while switching to fan by @swingerman in #329
Full Changelog: v0.9.8.3...v0.9.9
v0.9.8.4beta-1
What's Changed
Other Changes
- feat : log message for stall recovery by @swingerman in #310
Full Changelog: v0.9.8.3...v0.9.8.4beta-1
v0.9.8.3
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
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
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
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
- feat: heat pump mode (dual with only one switch) by @swingerman in #246
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
- feat: provides power level and power per cent by @swingerman in #250
Other Changes
- Fix heater controller warning on reload by @duddi in #260
- Bump HA version to 2024.8.4 by @swingerman in #277
- fix: hvac_action set to fan when active by @swingerman in #248
- fix: adds support opening-closing valve entity by @swingerman in #249
- Fix small typo in README.md by @thurstylark in #254
- fix: rounds percentage by @swingerman in #258
- feat: expose fan_hot_tolerance as a switch to enable/disable on frontend by @swingerman in #259
- fix: properly restores preset modes and temps by @swingerman in #262
- fix: toggling fan_hot_tolerance malfunction by @swingerman in #265
- fix: picks temp if set n presets by @swingerman in #273
- sets hvac_power_level to when off and ensures the values are rounded by @swingerman in #280
- fix: sets proper power levels if device state changes by @swingerman in #282
- fix: rounds percentage proper by @swingerman in #283
New Contributors
- @thurstylark made their first contribution in #254
- @duddi made their first contribution in #260
Full Changelog: v0.9.7...v0.9.8
v0.9.8.beta-9
What's Changed
Other Changes
- fix: rounds percentage proper by @swingerman in #283
Full Changelog: v0.9.8.beta-8...v0.9.8.beta-9
v0.9.8.beta-8
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