Keresés

Hirdetés

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

  • spider23

    aktív tag

    válasz spider23 #23350 üzenetére

    Most tovább próbáltam és még a hőmérsékletet sem úgy állítja vissza ahogy kellene. Amikor nyílik az ajtó akkor nem a beállított hőmérsékletet menti el hanem éppen amit mér a termosztát és utána azt állítja be kívánt hőnek amikor bezárom az ajtót. Szóval ez így nem jó. :(
    Ez amikor megcsinálja a scenet.
    alias: Fűtés termosztát frissül
    description: ''
    trigger:
    - platform: state
    to: 'on'
    entity_id: binary_sensor.0x00158d00044fb450_contact
    - platform: state
    entity_id: binary_sensor.0x00158d00044dd087_contact
    to: 'on'
    - platform: state
    entity_id: binary_sensor.0x00158d00044b6daa_contact
    to: 'on'
    condition: []
    action:
    - service: scene.create
    data:
    scene_id: tado
    snapshot_entities:
    - climate.room_1
    mode: single

    És itt kapcsolja be a fűtést amikor zárjuk az ajtót és állítaná vissza a nyitás előtti állapotot.

    alias: Fűtés bekapcsol ajtó zárásra
    description: ''
    trigger:
    - platform: state
    entity_id: binary_sensor.0x00158d00044fb450_contact
    to: 'off'
    for: '00:00:30'
    - platform: state
    entity_id: binary_sensor.0x00158d00044dd087_contact
    to: 'off'
    for: '00:00:30'
    - platform: state
    entity_id: binary_sensor.0x00158d00044b6daa_contact
    to: 'off'
    for: '00:00:30'
    condition:
    - condition: state
    entity_id: binary_sensor.0x00158d00044fb450_contact
    state: 'off'
    - condition: state
    entity_id: binary_sensor.0x00158d00044dd087_contact
    state: 'off'
    - condition: state
    entity_id: binary_sensor.0x00158d00044b6daa_contact
    state: 'off'
    action:
    - service: scene.turn_on
    data:
    entity_id: scene.tado
    mode: single

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