Hi,
so with my Automation, I get a notification every time a certain temperature is reached, that part works.
But now and then the Temperature sensor loses its connection for a short period of time, let’s say for 1 minute. After connecting back, the Automation triggers again, which makes sense since there was no Temperature for a short time.
What could I do to prevent these messages?
- id: '1653289621162'
alias: Tempreture check
description: ''
trigger:
- platform: numeric_state
id: '1'
entity_id: sensor.fa_kuehlhaus_ds18b20_temperature
below: '10'
above: '0'
for:
hours: 0
minutes: 5
seconds: 0
- platform: numeric_state
id: '2'
entity_id: sensor.fa_kuehlhaus_ds18b20_temperature
below: '0'
for:
hours: 0
minutes: 5
seconds: 0
- platform: numeric_state
id: '3'
entity_id: sensor.fa_kuehlhaus_ds18b20_temperature
above: '10'
for:
hours: 0
minutes: 5
seconds: 0
condition: []
action:
- device_id: 2012d5f3253ac
domain: mobile_app
type: notify
message: {{states("sensor.fa_kuehlhaus_ds18b20_temperature")}}°C.
title: Kühlhaus Überwachung
mode: single