• 28 Posts
  • 486 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle














  • I’m trying to use the generic thermostat:

    climate:
      - platform: generic_thermostat
        name: termostato_raffreddamento
        heater: switch.valvola_climatizzazione
        target_sensor: sensor.aqara_temp_sala_temperature
        min_temp: 24
        max_temp: 28
        ac_mode: true
        target_temp: 26 
        cold_tolerance: 0.1
        hot_tolerance: 0.1
        min_cycle_duration:
          seconds: 300
        keep_alive:
          minutes: 3
        initial_hvac_mode: "off"
        away_temp: 28
        precision: 0.1
    

    But I only have the button to turn it off:

    If I click it nothing happens. What have I done wrong?