Achsoooo?! Zu lange ![]()
Das kann sein:
Ich frage in der 1. Option max. 90 Minuten lang ab, ob die Heizung noch läuft.
Erst 5 Minuten lang jede Minute eine Info, dann nach weiteren 5 Minuten, nach 20 Minuten (Laufzeit 30 Min.), nach weiteren 15 Minuten, … bis max. 90 Minunten Laufzeit. Die Automation soll dann immer bei den Abfragen prüfen, ob die Heizung noch läuft. Wenn nein, keine weitere Ausführung der Benachrichtigungen.
choose:
- conditions:
- condition: trigger
id:
- Heizung_heizt
enabled: true
sequence:
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: 🔥 Heizung aktiv 🔥
- delay:
hours: 0
minutes: 0
seconds: 2
milliseconds: 0
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: >-
⚠️ Die Heizung heizt mit<b> {{ states("sensor.sh_k_hz_Leistung") }}
Watt ⚡
- delay:
hours: 0
minutes: 1
seconds: 0
milliseconds: 0
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: >-
⚠️ Die Heizung heizt mit<b> {{ states("sensor.sh_k_hz_Leistung") }}
Watt ⚡
- delay:
hours: 0
minutes: 1
seconds: 0
milliseconds: 0
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: >-
⚠️ Die Heizung heizt mit<b> {{ states("sensor.sh_k_hz_Leistung") }}
Watt ⚡
- delay:
hours: 0
minutes: 1
seconds: 0
milliseconds: 0
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: >-
⚠️ Die Heizung heizt mit<b> {{ states("sensor.sh_k_hz_Leistung") }}
Watt ⚡
- delay:
hours: 0
minutes: 1
seconds: 0
milliseconds: 0
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: >-
⚠️ Die Heizung heizt mit <b> {{ states("sensor.sh_k_hz_Leistung") }}
Watt ⚡
- delay:
hours: 0
minutes: 1
seconds: 0
milliseconds: 0
- condition: numeric_state
entity_id: sensor.sh_k_hz_leistung
above: 7.1
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: "⚠️ Die Heizung heizt <b> nach 5 Minunten immer noch </b> ⚠️ "
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: >-
⚠️ Die Heizung heizt mit<b> {{ states("sensor.sh_k_hz_Leistung") }}
Watt ⚡
- delay:
hours: 0
minutes: 5
seconds: 0
milliseconds: 0
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: "⚠️ Die Heizung heizt <b> nach 10 Minunten immer noch </b> ⚠️ "
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: >-
⚠️ Die Heizung heizt <b> nach 10 Minuten mit {{
states("sensor.sh_k_hz_Leistung") }} Watt </b>⚡
- condition: numeric_state
entity_id: sensor.sh_k_hz_leistung
above: 7.1
- delay:
hours: 0
minutes: 20
seconds: 0
milliseconds: 0
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: >-
⚠️ Die Heizung heizt <b>nach 30 Minuten mit {{
states("sensor.sh_k_hz_Leistung") }} Watt ⚡
- condition: numeric_state
entity_id: sensor.sh_k_hz_leistung
above: 7.1
- delay:
hours: 0
minutes: 15
seconds: 0
milliseconds: 0
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: >-
⚠️ Die Heizung heizt <b> nach 45 Minuten mit {{
states("sensor.sh_k_hz_Leistung") }} Watt ⚡
- condition: numeric_state
entity_id: sensor.sh_k_hz_leistung
above: 7.1
- delay:
hours: 0
minutes: 15
seconds: 0
milliseconds: 0
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: >-
⚠️ Die Heizung heizt <b> nach einer Stunde mit {{
states("sensor.sh_k_hz_Leistung") }} Watt ⚡
- condition: numeric_state
entity_id: sensor.sh_k_hz_leistung
above: 7.1
- delay:
hours: 0
minutes: 30
seconds: 0
milliseconds: 0
- device_id: 2c0ee1f50cb9802d3cc305e394428dcb
domain: mobile_app
type: notify
message: >-
⚠️ Die Heizung heizt <b> nach 90 Minuten mit {{
states("sensor.sh_k_hz_Leistung") }} Watt ⚡
Ich war in der Annahme, dass wenn währenddessen die Heizung wieder runterfährt, die 2. Option auslösen würde. Ist dem nicht so?

