How to send email alert when Davis Vantage Vue battery low
Posted: Sat Jun 11, 2016 10:02 pm
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:
Clear:
Template:
Its hard to check until the battery actually runs down.
Thanks
Tom
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
Code: Select all
[th0lowbat-avg5.0]==0&&[thb0lowbat-avg5.0]==0&&[rain0lowbat-avg5.0]==0
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#\
Thanks
Tom