Page 1 of 1

How to avoid alarm trigger with lost of sensor's signal (Push Service)

Posted: Fri Jun 12, 2020 12:07 pm
by Wessel
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".

Re: How to avoid alarm trigger with lost of sensor's signal (Push Service)

Posted: Fri Jun 12, 2020 7:07 pm
by admin
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.