Jump to content

Rain notification program


jmed999

Recommended Posts

I have a program that notifies me of the amount of rain has accumulated that day. It goes like this...

 

If
       Module 'Climate' Rain Today > 0 "
   And Time is 11:59:00PM

Then
       Send Notification to 'My e-mail' content 'Rain Today'
       Send Notification to 'Other e-mail' content 'Rain Today'

Else
  - No Actions - (To add one, press 'Action')


 

This has worked great until yesterday. We got 0.01" of rain yesterday and the program did not send a notification. Any idea why it would not send the notification? Is 0.01" to small? It's greater than 0 so it should have worked.

 

Any ideas?

 

Thanks!

Link to comment

I didn't verify the rain amount of 0.01" in the admin console, but I did verify it in weather underground. Since the program ran again last night I won't be able to verify if the program ran two days ago. Next time I will look to see the last program run time to see if it did indeed run before the next scheduled run. Thanks!

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...