v0.9.8.beta-1
Pre-release
Pre-release
·
61 commits
to master
since this release
What's Changed
Other Changes
Heat Pump (one switch heat/cool) mode
This setup allows you to use a single switch for both heating and cooling. To enable this mode you define only a single switch for the heater and set the set youer heat pump's current state (heating or cooling) as for the heat_pump_cooling
attribute. This must be an entity id of a sensor that has a state of heating
or cooling
.
The entity can be an input buulean for manual control or an entity that provided by the heat pump.
heater: switch.study_heat_pump
target_sensor: sensor.study_temperature
heat_pump_cooling: sensor.study_heat_pump_state
Heat Pump Hvac Modes
Heat-Cool Mode
heater: switch.study_heat_pump
target_sensor: sensor.study_temperature
heat_pump_cooling: sensor.study_heat_pump_state
heat_cool_mode: true
heating (heat_pump_cooling: false):
- heat/cool
- heat
- off
cooling (heat_pump_cooling: true):
- heat/cool
- cool
- off
Single mode
heater: switch.study_heat_pump
target_sensor: sensor.study_temperature
heat_pump_cooling: sensor.study_heat_pump_state
heat_cool_mode: false # <-- or not set
heating (heat_pump_cooling: false):
- heat
- off
cooling (heat_pump_cooling: true):
- cool
- off
Full Changelog: v0.9.7...v0.9.8.beta-1