Jump to content

problem getting a simple program to work


ellisr63

Recommended Posts

Posted

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

aquarium bubbler settings.PNG

Posted

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.

  • Like 2
Posted

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?

bubbler 2.PNG

Posted (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 by jfai
  • Like 1
Posted

If you go over to the main tab and click on the device like this:

image.png.96b880a324cb9048027a4e8aec47dcd9.png

do the On and Off buttons at the bottom of the screen work?

image.png.dc52bfd8c49bc9ada6b26e73996ed49f.png

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

 

 

  • Like 1
Posted

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.

 

BUBBLER 3.PNG

Posted (edited)

Did you save the program? In the screen shot, it doesn't look like you pressed the 'Saved Changes' button...

Edited by jfai
  • Like 1
Posted (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

bubbles 5.PNG

Edited by ellisr63
Posted

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. 

  • Like 1
Posted (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 by ellisr63
Posted (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 by ellisr63
Posted

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?

  • Like 1
Posted
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?

 

  • Like 1
Posted

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.

  • Like 2
Guest
This topic is now closed to further replies.

×
×
  • Create New...