How to avoid a trigger when there is lost of sensor's signal?
Raise: ([th0temp-act=c.1:0] <= 5.0)
Clear: ([th0temp-act=c.1:0] > 6.0)
Messagem: FRIO | Temperatura atual em Westfália, já está abaixo dos [th0temp-act.1:--] °C.
Sometimes it happen, and shows "--°C".
How to avoid alarm trigger with lost of sensor's signal (Push Service)
Moderator: Mattk
Re: How to avoid alarm trigger with lost of sensor's signal (Push Service)
Works as designed
When no sensor data is there your raise copndition fires and the the message with the missing data ist sent.
When you change raise condition to "([th0temp-act=c.1:10] <= 5.0)" it should work as intended.

When no sensor data is there your raise copndition fires and the the message with the missing data ist sent.
When you change raise condition to "([th0temp-act=c.1:10] <= 5.0)" it should work as intended.