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

All about the standard Meteobridge devices based on mobile routers from TP-Link, D-Link, ASUS

Moderator: Mattk

Post Reply
User avatar
Wessel
Senior Boarder
Senior Boarder
Posts: 61
Joined: Fri May 06, 2011 1:14 am

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

Post 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".
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7874
Joined: Mon Oct 01, 2007 10:51 pm

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

Post 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.
Post Reply