Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] 2 Stage Cooling #237

Open
dgoodwin430 opened this issue Jul 12, 2024 · 2 comments
Open

[feat] 2 Stage Cooling #237

dgoodwin430 opened this issue Jul 12, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@dgoodwin430
Copy link

@swingerman thanks for building this integration!

Is it possible to run 2 stage cooling just like you have implemented 2 stage heating?

Below is my code and I am using a an automation to control the switching valve until the heat_cool_reverse_entity is implemented.

climate:
  - platform: dual_smart_thermostat
    name: Study
    heater: input_boolean.heatpump1heat
    cooler: switch.heatpump1
    #heat_cool_reverse_entity: switch.heatpump1valve
    secondary_heater: switch.heatpump1stage2
    secondary_heater_timeout: 00:00:30
    secondary_heater_dual_mode: true
    target_sensor: sensor.apollo_msr_1_974fdc_bme280_temperature
    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
@swingerman
Copy link
Owner

swingerman commented Jul 12, 2024

Yes, it's possible. We will see when I will have time for it.

@swingerman swingerman self-assigned this Jul 12, 2024
@swingerman swingerman added the enhancement New feature or request label Jul 12, 2024
@swingerman swingerman changed the title 2 Stage Cooling [feat] 2 Stage Cooling Jul 22, 2024
@swingerman
Copy link
Owner

We will not have heat_cool_reverse_entity. This thermostat already supports heat_pump mode. You can set the heat_pump_cooling setting to an entity that changes when the heat pump switches to cooling.

But this probably doesn't mean that 2 stage cooling will work. I need to look into that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants