custom-components / climate.programmable_thermostat

Programmable thermostat that let you have a smart thermostat on budget.
The Unlicense
113 stars 35 forks source link

no heater activation #49

Closed jump396 closed 2 years ago

jump396 commented 2 years ago

hai all, i've some problem with heater activation. i tested the heater switch with generic_thermostat and it works well, but with this thermostat does nothing.

some ideas?

i tested only heater, i dont know if cooler part works proprely.

climate:
  - platform: programmable_thermostat
    name: termostato_pt_test
    heater: switch.swt_termostato_piano_terra_caldo
    cooler: switch.swt_termostato_piano_terra_freddo
    actual_temp_sensor: sensor.temp_termostato_piano_terra
    min_temp: 10
    max_temp: 30
    target_temp_sensor: sensor.target_temp_pt
    tolerance: 0.3
    hvac_options: 3
    min_cycle_duration:
      minutes: 1

thks in advance

jump396 commented 2 years ago

I understood that "min_cycle_duration" imposes a delay even on the first activation.

sorry me