Forum › Forum › Automatisierungen › Benachrichtigung wenn Temperaturvorhersage < 0°C › Antwort auf: Benachrichtigung wenn Temperaturvorhersage < 0°C
29. Februar 2020 um 22:04
#580

Moderator
So, hat relativ einfach geklappt. Alles über das GUI.
Zunächst habe ich die Min Temperatur auf die nä 12h geändert.
Trigger 1: Numeric State / Entity: Min Temp der nä 12h / Below: 4.0
Trigger 2: Time / At: 21:55:00
Action: Notify via Telegram
Hier der Code:
– id: '1583009478380' alias: Frostalarm description: '' trigger: – below: '4.0' entity_id: sensor.min_temp_next_36h platform: numeric_state – at: '21:55:00' platform: time condition: [] action: – data: message: Eiskratzen service: notify.ha_message_joe