5 hours ago5 hr Hi - Dug through the forum posts and did not find my issue.I have an EISY with a device that cycles the power 1/week on Sunday at 12:05 AM - off, and 12:10 - on (currently - can be scheduled). I have a program that turns lights on at Sundown - 20 minutesThe program was set to run at startup, so it ran at at 12:12 AM,, then set the next run time at Monday at 8:05 PM. This SKIPPED the Sunday 8:5-ish run and my lights didn't turn on.Call me puzzled.Thoughts from the experts?
4 hours ago4 hr @JimTurner would you mind posting a copy of the program that you thought would run? Please select the program, right click on it and select the last menu item "COPY to Clipboard". Then paste the program in your reply. Do NOT post screen shots. This will make it easy for people offering help to edit/comment directly in the program.Do you have 2 programs with the same name? Why does the top line of your image above not have any time associated with it?
3 hours ago3 hr Author The "turn on" is actually 2 programs: the second is run with no conditions but executed from the "Run Then" in the first (which is scheduled). I used a "Repeat 3 times" in the second as some of my devices didn't respond correctly / consistently. That solved it. (may be overkill, but it worked).There are no other folder conditions. The governing triggers are the generator switch and the sunset time - 20 minutes. It's the first program that shows the messed up times in the screen snippet above (new snippet attached showing complete line...). I would have expected that the next run should have been Sunset on SUNDAY not Sunset on MONDAY...First Program (controlling):NighttimeLightsOnAtSunset - [ID 0054][Parent 0026]If$GeneratorInUse is 0And Time is Sunset - 20 minutesThenRun Program 'NighttimeLightsOn' (Then Path)Else- No Actions - (To add one, press 'Action')Second Program (does the work):NighttimeLightsOn - [ID 0053][Parent 0026]If- No Conditions - (To add one, press 'Schedule' or 'Condition')ThenRepeat 3 timesSet 'ButterflyLamp' OnWait 2 secondsSet 'Dining Room Chandelier' On 35%Wait 2 secondsSet 'Front Porch' OnWait 2 secondsSet 'Front Porch Plug Top' OnWait 2 secondsSet 'Front Up Lights' OnWait 2 secondsSet 'Garage Outside Lights' OnWait 2 secondsSet 'Kitchen Und Cab Fridge' OnWait 2 secondsSet 'Kitchen Und Cab Stove' OnWait 2 secondsSet 'Living Room Floor Lamp' On 50%Wait 2 secondsSet 'Media Room inner wall' On 50%Wait 2 secondsSet 'Media Room outer wall' On 50%Wait 2 secondsSet 'Shop Front Lights' OnWait 2 secondsSet 'Shop Side Lights' OnWait 2 secondsSet 'Virtual Device Controller / GoodNightControl' OnElse- No Actions - (To add one, press 'Action')Uploading Attachment... Edited 3 hours ago3 hr by JimTurner
Create an account or sign in to comment