How to send email alert when Davis Vantage Vue battery low

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

Moderator: Mattk

Post Reply
frogfoot
Senior Boarder
Senior Boarder
Posts: 43
Joined: Thu Feb 25, 2016 11:06 am

How to send email alert when Davis Vantage Vue battery low

Post by frogfoot »

Hi,
a question for Boris...

Is this the correct syntax to send and email alert when the Vantage Vue battery is running low

One time alarm

Raise:

Code: Select all

[th0lowbat-avg5.0]!=0||[thb0lowbat-avg5.0]!=0||[rain0lowbat-avg5.0]!=0
Clear:

Code: Select all

[th0lowbat-avg5.0]==0&&[thb0lowbat-avg5.0]==0&&[rain0lowbat-avg5.0]==0
Template:

Code: Select all

Meteobridge low battery alert#\
[DD]/[MM]/[YYYY] [hh]:[mm]:00\r\n\
Check Vantage Vue for low battery.\r\n\

#if#{*[rain0lowbat-act.]!=0*}#then#Vantage Vue reporting rain0lowbat Warning\r\n\n#else##fi#\
#if#{*[thb0lowbat-act.]!=0*}#then#Vantage Vue reporting thb0lowbat Warning\r\n\n#else##fi#\
#if#{*[th0lowbat-act.]!=0*}#then#Vantage Vue reporting th0lowbat Warning\r\n\n#else##fi#\
Its hard to check until the battery actually runs down.

Thanks
Tom
Post Reply