ellisr63 Posted November 3, 2021 Posted November 3, 2021 Hi, I have a ISY994i, and have had it for years, but this is the first time I have tried to program it. What I am trying to do is turn on the Aquarium Air pump at 10pm every day and turn it off the next morning at 9am. I tried setting it up, but it did not work so i tried a test with it going on during the day and then turning off a few minutes later...nothing happened. Can some one please assist me so i know what i am doing wrong? Thank you, Ron
jfai Posted November 3, 2021 Posted November 3, 2021 That program will turn the air bubbler on at 13:35 (only if the device status is off). After that, only the Else branch will evaluate. Suggestions: 1. Remove the status check - it's superfluous. If the device status is already ON, turning on again doesn't matter. 2. You need to add a TURN OFF command to the Else branch. Else will execute at 13:40. 2
ellisr63 Posted November 3, 2021 Author Posted November 3, 2021 I set the time to start and set as if, next I set to turn on...nothing happened when the time to start arrived. Shouldn't it start, and then I would have 2nd program to stop the next morning?
jfai Posted November 3, 2021 Posted November 3, 2021 (edited) Yes, it should have turned on exactly at the specified time (it won't turn on once the clock time has passed). You did click Save Changes, right? Can you turn the device on from the Main tab by selecting the device in the list and click the ON or FAST ON button? (the exact button label depends on the specific device). You don't need two programs: you can turn it on in the Then branch and turn it off in the Else branch as per my first response. But first, ensure that you can turn the device on and off using the Admin Console::Main tab. Edited November 3, 2021 by jfai 1
MrBill Posted November 3, 2021 Posted November 3, 2021 If you go over to the main tab and click on the device like this: do the On and Off buttons at the bottom of the screen work? If not, you need to solve that problem first. If so, then your program should look like this: aaa Test - [ID 00E6][Parent 0001] If From 10:00:00PM To 9:00:00AM (next day) Then Set 'Aquarium / Air Bubbler' On Else Set 'Aquarium / Air Bubbler' Off 1
ellisr63 Posted November 3, 2021 Author Posted November 3, 2021 I just verified that it turns on and off using on, off, fast on, or fast off I set up the program from scratch again, and still no go. If I can just get it to go on, then I can move on to get it to turn off with the program.
jfai Posted November 3, 2021 Posted November 3, 2021 (edited) Did you save the program? In the screen shot, it doesn't look like you pressed the 'Saved Changes' button... Edited November 3, 2021 by jfai 1
ellisr63 Posted November 3, 2021 Author Posted November 3, 2021 I tried this again the way you posted right before I posted...still nothing happens.
ellisr63 Posted November 3, 2021 Author Posted November 3, 2021 (edited) I just ran it again, and made sure i hit save and the little box popped up and showed it saving it. still nothing Edited November 3, 2021 by ellisr63
jfai Posted November 3, 2021 Posted November 3, 2021 Did you ensure that the ON time is in the future when you pressed the 'Save Changes' button? If the ON time has already passed when you save the program, nothing will happen. 1
ellisr63 Posted November 3, 2021 Author Posted November 3, 2021 Yes I set it 2 minutes in the future, and then waited for the time to pass.
ellisr63 Posted November 3, 2021 Author Posted November 3, 2021 (edited) I just set it for 4 minutes in the future., and then selected update, and then save.. I will wait and see again. Edited November 3, 2021 by ellisr63
ellisr63 Posted November 3, 2021 Author Posted November 3, 2021 (edited) nothing happened. i then went back to main and it still showed it was off (I did this just in case the pump was a problem), and i turned it on and off via the ISY9941 with no problem. Edited November 3, 2021 by ellisr63
jfai Posted November 3, 2021 Posted November 3, 2021 OK, there is something else going on. I noticed on your screen shot, that your ISY time is 16:14:08, yet you're testing with times in the 15th hour. Are your time zone settings correct, i.e., is the local time shown at the top of the Admin Console window correct? 1
ellisr63 Posted November 3, 2021 Author Posted November 3, 2021 i even synced the time in the software with my laptop, and no difference.
jfai Posted November 3, 2021 Posted November 3, 2021 Great - but why are you testing 15:xx times when your ISY thinks it's after 16:00? 1
Geddy Posted November 3, 2021 Posted November 3, 2021 2 minutes ago, ellisr63 said: i even synced the time in the software with my laptop, and no difference. Don't try to set the program to run at a specific time right now. With the program set right click on the program and should have an option "run then". Does the pump turn on? 1
MrBill Posted November 3, 2021 Posted November 3, 2021 @ellisr63 I think @jfai has identifed your problem... but to be more specific 3:00PM = 15:00 4:00PM = 16:00 Your ISY is showing on the top line that is after 4PM 1
ellisr63 Posted November 3, 2021 Author Posted November 3, 2021 OMG... I never looked at the top left to see the time was different. The time zone was not corrected...it is now and it works. Thank you very much for the help... I knew it had to be something simple! I am sorry iwasted everyones time over a incorrect time in the ISY. 2
Recommended Posts