Hallo.
Ich habe ab und zu das Problem das verschiedene Rolladen manchmal nicht mitmachen. Relais sind über zigbee eingebunden. Und wenn ich dann mal schaue ist das relais was spinnt auch immer verfügbar.
Mein Vorgehen wäre jetzt in die automation das einzubauen das er das immer wieder wiederholt bis es unten ist.
Wäre das möglich? Und wenn ja, wie?
Hier mal meine automation:
alias: Rollo Test Wohnzimmer groß
description: ""
triggers:
- trigger: sun
event: sunset
offset: + 00:30:00
id: Rollo-Zu
- trigger: time
at: "21:00:00"
id: Rollo-Zu-21:00
- trigger: time
at: "06:30:00"
id: Rollo-Auf-6:30
- trigger: time
at: "08:00:00"
id: Rollo-Auf-8:00
conditions: []
actions:
- choose:
- conditions:
- condition: trigger
id:
- Rollo-Zu
sequence:
- device_id: f54be19c1fac1a20f2fbf333ce5438cc
domain: cover
entity_id: 950f6ed3325b000b4e674da11ed824fe
type: close
- action: notify.mobile_app_iphone_von_sandro
metadata: {}
data:
title: "Rollo Test:"
message: Wohnzimmerrollo wird geschlossen
- conditions:
- condition: trigger
id:
- Rollo-Zu-21:00
- condition: state
entity_id: cover.rollo_wohnzimmer_gross
state: open
sequence:
- device_id: f54be19c1fac1a20f2fbf333ce5438cc
domain: cover
entity_id: 950f6ed3325b000b4e674da11ed824fe
type: close
- conditions:
- condition: trigger
id:
- Rollo-Auf-6:30
- condition: state
entity_id: binary_sensor.workday_sensor
state: "on"
- condition: state
entity_id: input_select.urlaubsmodus
state: Kein Urlaub
sequence:
- device_id: f54be19c1fac1a20f2fbf333ce5438cc
domain: cover
entity_id: 950f6ed3325b000b4e674da11ed824fe
type: open
- conditions:
- condition: trigger
id:
- Rollo-Auf-8:00
- condition: device
device_id: f54be19c1fac1a20f2fbf333ce5438cc
domain: cover
entity_id: 950f6ed3325b000b4e674da11ed824fe
type: is_closed
sequence:
- device_id: f54be19c1fac1a20f2fbf333ce5438cc
domain: cover
entity_id: 950f6ed3325b000b4e674da11ed824fe
type: open
mode: single
by HarryP: Codezeilen formatiert