Rollosteuerung mit Rademacher Gurtwickler
Hier die die Links zu den von mir verwendeten Produkten:
Rademacher Set 23mm: https://t.ly/4Mo7
Rademacher Bridge (im Set enthalten): https://amzn.to/3CVOPBw
Rademacher 23mm: https://amzn.to/3NABKlO
Rademacher 23mm - große Rollos: https://amzn.to/3psCkdk
Automation
Rollo schließen
alias: Rollo schließen
description: ""
trigger:
- platform: state
entity_id:
- sensor.beispiel
to: "on"
action:
- service: cover.close_cover
data: {}
target:
entity_id:
- cover.wohnzimmer
mode: single
Rollo öffnen (wenn Schlafzimmertür auf)
alias: Modus Schlafend deaktivieren
description: ""
trigger:
- type: opened
platform: device
device_id: 1b3ae56f2a41e4894088ec6db7c70fdb
entity_id: binary_sensor.fenster_schlafzimmertur_contact
domain: binary_sensor
condition:
- condition: time
after: "05:30:00"
before: "09:00:00"
action:
- service: cover.open_cover
data: {}
target:
entity_id: cover.wohnzimmer
- service: cover.set_cover_position
data:
position: 60
target:
entity_id: cover.buro
mode: single
No Comments