ha-dual-smart-thermostat icon indicating copy to clipboard operation
ha-dual-smart-thermostat copied to clipboard

Troubleshooting heat pump cooling

Open dgoodwin430 opened this issue 5 months ago • 1 comments

I have not been able to get the heat pump cooling portion to work. I have a 2 stage heat pump with a switching valve. If I remove the heat pump cooling portion everything works as it should but of course I have to control the valve manually.

  - platform: dual_smart_thermostat
    name: HeatPump1
    heater: input_boolean.heatpump1heat
    #cooler: input_boolean.heatpump1cool
    #heat_cool_reverse_entity: switch.heatpump1valve
    secondary_heater: switch.heatpump1stage2
    secondary_heater_timeout: 00:00:30
    secondary_heater_dual_mode: true
    target_sensor: sensor.climate_average_1
    heat_pump_cooling: input_boolean.heatpump1cool
    min_temp: 40
    max_temp: 90
    heat_cool_mode: true # <-required
    #ac_mode: true
    initial_hvac_mode: "heat_cool"
    target_temp: 70
    target_temp_low: 65
    target_temp_high: 75
    cold_tolerance: 0.3
    hot_tolerance: 0
    min_cycle_duration:
      seconds: 5
    keep_alive:
      minutes: 3
    precision: 1.0

dgoodwin430 avatar Sep 05 '24 16:09 dgoodwin430