Search found 8 matches

by peitro
Wed Dec 07, 2011 3:27 pm
Forum: Apps
Topic: Status App + ATO Timeout
Replies: 10
Views: 9872

Re: Status App + ATO Timeout

On the next version of the libraries, would it be possible to change the ATO function to allow a fraction of an hour for the ATO Timeout Interval? Or to choose minutes instead of hours? Not a biggie since I can work around it by only activating the ATO on minutes % 15 == 0, but it would be nice to b...
by peitro
Sun Dec 04, 2011 7:55 pm
Forum: Tutorials
Topic: Custom Main Screens
Replies: 166
Views: 171602

Re: Custom Main Screens

Here is another display based off of Marcelo's, It adds status of the two float switch relays under the big temperature value. I have my head unit in an area that I cannot get a picture. Feel free to comment or improve on this. #include <ReefAngel_Features.h> #include <ReefAngel_Globals.h> #include ...
by peitro
Sun Dec 04, 2011 12:04 pm
Forum: How do I code ...
Topic: Topping Off
Replies: 3
Views: 2824

Re: Topping Off

It is working correctly as is. I forgot I had the ATO set so it will wait an hour before it goes on again. That was why it looked like it didn't work when I tested it.

Thanks,
by peitro
Sun Dec 04, 2011 11:13 am
Forum: How do I code ...
Topic: Topping Off
Replies: 3
Views: 2824

Re: Topping Off

I had downloaded the code a few minutes after 12. I thought it would be able to trigger the top off through the entire 12 o-clock hour? Wasn't sure if HIGH was the proper word to use?
by peitro
Sun Dec 04, 2011 10:31 am
Forum: Apps
Topic: Status App + ATO Timeout
Replies: 10
Views: 9872

Re: Status App + ATO Timeout

Moving the wavemaker from port 4 to port 6 seems to have made a difference so far.

Thanks!
by peitro
Sun Dec 04, 2011 10:29 am
Forum: How do I code ...
Topic: Topping Off
Replies: 3
Views: 2824

Topping Off

I am planning on using the two float switches independently (ATO High and ATO Low). The High switch is mounted in my sump. The low switch is mounted in my water reservoir. If the High switch is not triggered (water is low in sump) and the Low switch is triggered (water in reservoir) I want the top o...
by peitro
Sun Dec 04, 2011 7:40 am
Forum: Apps
Topic: Status App + ATO Timeout
Replies: 10
Views: 9872

Re: Status App + ATO Timeout

It is almost as if there is some kind of interference, when I try to wake up the screen it is either all white and blank or blank with flickering lines running across it. // Autogenerated file by RAGen (v1.1.0.127), (10/22/2011 09:08) // Modified to add moonlight control, light control, heater contr...
by peitro
Sat Dec 03, 2011 10:07 pm
Forum: Apps
Topic: Status App + ATO Timeout
Replies: 10
Views: 9872

Status App + ATO Timeout

Is it possible to reset the ATO Timeout Alarm using the ReefAngel Status App? For some reason when my controller LCD goes into sleep mode, it does not wake up. All I get is a blank screen. The controller works fine, I just can't do anything that need me to look at the menu's (although pushing the bu...