Search found 4 matches
- Mon Dec 02, 2013 6:01 pm
- Forum: How do I code ...
- Topic: ATO with I/O expansion
- Replies: 5
- Views: 2733
Re: ATO with I/O expansion
Had to change it to this to get it to compile // ATO timeout static time_t ATOtimeout=millis(); if(ReefAngel.Relay.Status(Box1_Port6)==true && ReefAngel IO.GetChannel(0)) ATOtimeout=millis(); if(millis()-ATOtimeout>60000) ReefAngel.Relay.Off (Box1_Port6); That should turn the pump off after ...
- Mon Dec 02, 2013 1:31 pm
- Forum: How do I code ...
- Topic: ATO with I/O expansion
- Replies: 5
- Views: 2733
Re: ATO with I/O expansion
lastATO is whatever value millis() is whenever the switches are triggered, and millis() just keeps increasing, so we just keep comparing millis() and lastATO until the difference is greater than 60000? Why do we need to know if its greater that 100? I have my relay On/Off in the wrong place above. I...
- Sun Dec 01, 2013 7:29 am
- Forum: How do I code ...
- Topic: ATO with I/O expansion
- Replies: 5
- Views: 2733
ATO with I/O expansion
So I picked up a couple of wp25s and decided to change things up a bit and picked up a few more things. Now I'm stuck. What I have: AI cable on ATO low dimming expansion for wp25s water level expansion for ATO reservoir old RA moonlights on day/act ports I/O expansion with 2 float switches ;set up f...
- Sat Nov 30, 2013 11:17 pm
- Forum: Addons
- Topic: Bluetooth Attachment
- Replies: 199
- Views: 320110
Re: Bluetooth Attachment
Do you have any more of these? And the multi channel water level expansion? When will they be in the store?