Weekday brauch man nur, wenn es nicht jeder Wochentag ist.weekday:
- sun
- sat
- fri
- thu
- wed
- tue
- mon
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.
Weekday brauch man nur, wenn es nicht jeder Wochentag ist.weekday:
- sun
- sat
- fri
- thu
- wed
- tue
- mon
alias: Klima Schlafzimmer Automatik
description: ""
mode: single
trigger:
- platform: numeric_state
entity_id: sensor.fuhler_schlafzimmer_temperature
above: 24
id: einschalten
- platform: state
entity_id:
- binary_sensor.dachboden_fenster_state
from: "on"
to: "off"
id: einschalten
- platform: time
at: "21:00:00"
id: einschalten
- platform: numeric_state
entity_id: ssensor.fuhler_schlafzimmer_temperature
below: 23
id: ausschalten
- platform: state
entity_id:
- bbinary_sensor.dachboden_fenster_state
from: "off"
to: "on"
id: ausschalten
- platform: time
at: "05:00:00"
id: ausschalten
condition: []
action:
- choose:
- conditions:
- condition: trigger
id: einschalten
- condition: state
entity_id: binary_sensor.dachboden_fenster_state
state: "off"
- condition: time
after: "21:00:00"
before: "05:00:00"
- condition: numeric_state
entity_id: sensor.fuhler_schlafzimmer_temperature
above: 24
- condition: state
entity_id: switch.klima
state: "off"
sequence:
- service: switch.turn_on
data: {}
target:
entity_id: switch.klima
- conditions:
- condition: trigger
id: ausschalten
- condition: state
entity_id: switch.klima
state: "on"
sequence:
- service: switch.turn_off
data: {}
target:
entity_id: switch.klima