arw01 Posted April 28, 2013 Posted April 28, 2013 If Time is 3:00:00PM And $iEvery.Other.Day.Counter is 0 Then Set 'EzFlora - 6 Greenhouse' On Wait 15 minutes Set 'EzFlora - 6 Greenhouse' Off Send Notification to 'Alan_Only.email' content 'Irrigation Cycle' Else - No Actions - (To add one, press 'Action') Greenhouse should be Valve 5, run for 15 minutes every other day I get a notification every day instead of every other day. There is no reason the Then should run every day. I get the Notification at 3:00 if it does not run, and 3:15 if it does. Alan
LeeG Posted April 28, 2013 Posted April 28, 2013 There is some other Program that is producing the 3 PM Notify or perhaps this Program Else clause from a variant that has not been overlaid with a Save of the posted version.
oberkc Posted April 28, 2013 Posted April 28, 2013 I agree. This program cannot, in my mind, produce a notification at 3pm, as written, regardless of which day it is. Another program notification? Another program calling this one then path at 2:45?
apostolakisl Posted April 28, 2013 Posted April 28, 2013 It sounds like ievery.other.day.counter is working correctly since it sounds like it is only irrigating every other day. You might just check to be certain that indeed the variable is alternating 0/1 at midnight every day. Check your program summary page for any programs that run or are running at 3:00 and 3:15. This should narrow done the potential culprit.
Recommended Posts