Jump to content

Why would I get a notification if the Then should not run?


arw01

Recommended Posts

Posted

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

Posted

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.

Posted

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?

Posted

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.

Guest
This topic is now closed to further replies.

×
×
  • Create New...