Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
condition:
- condition: state
entity_id: timer.fenster
state: "open"
for:
seconds: 60
seconds: "{{ states('input_number.roto_rollo_auf_position') | int }}"
alias: Dachfenster auf Positon
description: ""
trigger:
- platform: device
type: turned_on
device_id: 67c51a14c8bf6370e9ecd7eee8264872
entity_id: switch.sonoff_10015bce45_4
domain: switch
condition: []
action:
- type: turn_on
device_id: 67c51a14c8bf6370e9ecd7eee8264872
entity_id: switch.sonoff_10015bce45_1
domain: switch
- delay:
hours: 0
minutes: 0
seconds: 30
milliseconds: 0
- type: turn_on
device_id: 67c51a14c8bf6370e9ecd7eee8264872
entity_id: switch.sonoff_10015bce45_3
domain: switch
- delay:
hours: 0
minutes: 0
seconds: "{{ states('input_number.roto_rollo_auf_position') | int }}"
milliseconds: 0
- type: turn_on
device_id: 67c51a14c8bf6370e9ecd7eee8264872
entity_id: switch.sonoff_10015bce45_2
domain: switch
mode: single
type: opened
platform: device
device_id: 6382e7add88ab80d16c5e2d5b3d3458a
entity_id: binary_sensor.lumi_lumi_sensor_magnet_aq2_opening
domain: binary_sensor
for:
hours: 0
minutes: "{{ states('input_number.fenstertimer') | int }}"
seconds: 0
Also ahnungslos wie ich bin, aber... vllt einfach mal das "int" in "float" umschreiben? Bzw... ist der Schieberegler auch so konfiguriert, dass er nur "ganze" Zahlen als Schritte nutzt? Wenn "int" für Ganzzahlen steht und Du mit dem Schieberegler irgendwas in Richtung 5,3812 (float) erzeugst, wirst Du vermutlich diesen Fehler kriegen.Ich hab das jetzt beim Auslöser so erstellt, aber ich krieg die Fehlermeldung "Message malformed: expected float for dictionary value"YAML:minutes: "{{ states('input_number.fenstertimer') | [B]int[/B] }}" seconds: 0
action:
- service: notify.mobile_app_<dein Gerät>
alias: Fenster Offen Küche Nachricht
description: ""
mode: single
trigger:
- platform: state
entity_id:
- binary_sensor.signify_netherlands_b_v_sml004_b692d10b_on_off
to: "on"
from: "off"
for:
hours: 0
minutes: 5
seconds: 0
condition:
- condition: time
after: "06:00:00"
before: "22:00:00"
weekday:
- mon
- tue
- wed
- thu
- fri
- sat
- sun
action:
- service: notify.notify
data:
message: Fenster ist Offen
title: Fenster Küche
Den Wert wollte ich ja mit dem Schieberegler steuern und das funktioniert bei mir nicht.minutes: 5