jmed999 Posted January 8, 2013 Posted January 8, 2013 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!
Michel Kohanim Posted January 8, 2013 Posted January 8, 2013 Hi jmed999, Is the 0.01 value what was reported in the Admin Console? Also, can you verify last program runtime? It could be that the notification didn't go through even through the program ran. With kind regards, Michel
jmed999 Posted January 8, 2013 Author Posted January 8, 2013 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!
Michel Kohanim Posted January 8, 2013 Posted January 8, 2013 Hi jmed999, Weather Underground OR WeatherBug? With kind regards, Michel
Recommended Posts