Eine weitere Automation zur Benachrichtigung wenn einer der 4 Sensoren ausfällt (schau mal nach ob die ID passen)
Code
alias: Überwachung der Temp Sensoren
description: ""
mode: single
trigger:
- platform: state
entity_id:
- sensor.heizmatten_v_r_temperature
to: unavailable
- platform: state
entity_id:
- sensor.heizmatten_v_l_temperature
to: unavailable
- platform: state
entity_id:
- sensor.heizmatten_h_r_temperature
to: unavailable
- platform: state
entity_id:
- sensor.heizmatten_h_l_temperature
to: unavailable
condition: []
action:
- service: notify.notify.mobile_app_23124ra7eo
data:
message: Ein Temperaturfühler ist nicht erreichbat !!
Alles anzeigen