Hirdetés

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

  • vampire17

    addikt

    válasz Degeczi #16421 üzenetére

    Erre meg ra tudnal nezni? Nem igazan akar szinten vegrehajtodni... Gyanitom a triggerel lesz gond...

    - id: '1585267061853'
      alias: Fűtés válltás - kazán --> klíma
      description: ''
      trigger:
      - platform: template
      value_template: "{{ state_attr('climate.nappali', 'temperature') }} > {{ state_attr('climate.nappali', 'current_temperature') }}"
      condition:
      - condition: and
        conditions:
        - above: '10'
          condition: numeric_state
          entity_id: sensor.temperature_158d00027535bc
        - condition: state
          entity_id: group.stop_airing
          state: 'off'
        - after: 09:00
          before: '18:00'
          condition: time
      action:
      - data:
          hvac_mode: heat
        entity_id: climate.nappali_klima
        service: climate.set_hvac_mode
      - data: {}
        entity_id: climate.nappali
        service: climate.turn_off
      - data: {}
        entity_id: climate.haloszoba
        service: climate.turn_off
      - data: {}
        entity_id: climate.emelet
        service: climate.turn_off
      - data: {}
        entity_id: climate.emelet_gyerekszoba_elso
        service: climate.turn_off
      - data: {}
        entity_id: climate.emelet_gyerekszoba_hatso
        service: climate.turn_off

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