Keresés

Hirdetés

Új hozzászólás Aktív témák

  • Janaboy

    veterán

    válasz body007 #36382 üzenetére

    Nekem ez így néz ki:
    alias: "Klíma be 26 fok nappali felett "
    description: ""
    trigger:
      - platform: numeric_state
        entity_id: sensor.nappali_hofok
        above: 26
    condition:
      - condition: time
        after: "22:00:00"
        before: "04:00:00"
        weekday:
          - sun
          - sat
          - fri
          - thu
          - wed
          - tue
          - mon
    action:
    - device_id: db59a775f8bb602bac44xxxx
        domain: climate
      entity_id: climate.daikinap56xxx
        type: set_hvac_mode
        hvac_mode: cool
    mode: single

    Ki:
    alias: Klíma ki 25 fok alatt
    description: ""
    trigger:
      - platform: numeric_state
        entity_id: sensor.nappali_hofok
        below: 25.3
    condition:
      - condition: time
        after: "21:00:00"
        before: "06:00:00"
        weekday:
          - sun
          - sat
          - fri
          - thu
          - wed
          - tue
          - mon
    action:
    - device_id: db59a775f8bb602bac446bb67dxxxx
        domain: climate
      entity_id: climate.daikinap56xxx
        type: set_hvac_mode
        hvac_mode: "off"
    mode: single

    Janaboy

Új hozzászólás Aktív témák