Search found 262 matches

by alexwbush
Tue Jul 31, 2012 5:26 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 627050

Re: Android Reef Angel Status

Genius! I get it now. Luckily the portal will tell me the IP address of the controller. Thanks Curt!!
by alexwbush
Mon Jul 30, 2012 11:20 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 627050

Re: Android Reef Angel Status

Curt, The app works remotely (not within the same network), right? I setup a temporary tank at my girlfriend's place and was able to use the app there, but now that I am back at my place, it keeps timing out.
by alexwbush
Sun Jul 29, 2012 11:29 pm
Forum: Standard
Topic: SingleATOLow not working properly
Replies: 6
Views: 3913

Re: SingleATOLow not working properly

awesome! I updated the memory using the Android app... THANKS!
by alexwbush
Sun Jul 29, 2012 2:47 pm
Forum: Standard
Topic: SingleATOLow not working properly
Replies: 6
Views: 3913

Re: SingleATOLow not working properly

thanks for the code Roberto. The ATO switches are working great and accurate. For some reason it's not triggering the relay to turn on. Could it be there is something wrong with the timer being reset? It seems that it only does it once, then never again right after I load the code.
by alexwbush
Sun Jul 29, 2012 2:23 pm
Forum: Standard
Topic: SingleATOLow not working properly
Replies: 6
Views: 3913

Re: SingleATOLow not working properly

Is there an easy code I can add to see the up to the minute status of the ATOs on the display? Maybe to replace the graphs. I think my 2 wire plug in port may be malfunctioning or loose.
by alexwbush
Sun Jul 29, 2012 1:55 pm
Forum: Standard
Topic: SingleATOLow not working properly
Replies: 6
Views: 3913

Re: SingleATOLow not working properly

And it really doesn't make sense because the portal is showing my ATOLow as active (green), so why isn't it triggering?
by alexwbush
Sun Jul 29, 2012 1:36 pm
Forum: Standard
Topic: SingleATOLow not working properly
Replies: 6
Views: 3913

SingleATOLow not working properly

I am not sure what I am doing wrong here. I have a set of float switches wired in series (for redundancy) plugged into ATOLow that controls my ATO (port 8). Thoughts? It works when I hard code ATOLow to turn on/off port 8, but I don't get the 60 second timeout: #include <ReefAngel_Features.h> #inclu...
by alexwbush
Sat Jul 28, 2012 1:01 pm
Forum: Tutorials
Topic: Custom Main Screens
Replies: 166
Views: 157470

Re: Custom Main Screens

DrewPalmer04 wrote:My custom main:
If anyone wants my PDE let me know.

Image
I'd be interested in looking at your code :D
by alexwbush
Sat Jul 28, 2012 10:00 am
Forum: How do I code ...
Topic: How do I see if a relay port is on or off
Replies: 3
Views: 2297

Re: How do I see if a relay port is on or off

this is extremely helpful for moonlights programmed on the same PWM as actinics!

I'm going to try this later:

Code: Select all

if(!ReefAngel.Relay.Status(Port2))
{
    ReefAngel.PWM.SetActinic(MoonPhase());
}
else ReefAngel.PWM.ActinicPWMParabola();
by alexwbush
Fri Jan 13, 2012 12:00 am
Forum: Tutorials
Topic: Ph cal
Replies: 66
Views: 77126

Re: Ph cal

mine was weird in that my numbers were:
211 (7.0)
523 (10.0)

Right now reads 7.82
by alexwbush
Mon Dec 19, 2011 12:27 pm
Forum: How do I code ...
Topic: Add/change menu items to Simple Menu
Replies: 6
Views: 4951

Re: Add/change menu items to Simple Menu

your main displayed cloud and thunderstorm status?

man... I need to get back into messing with my controller
by alexwbush
Sat Dec 03, 2011 5:48 pm
Forum: Ask anything here
Topic: Black Friday Sale?
Replies: 13
Views: 5971

Re: Black Friday Sale?

aww, that's what I get for going home for thanksgiving!
by alexwbush
Sun Nov 13, 2011 12:50 am
Forum: Ask anything here
Topic: Ethernet port
Replies: 8
Views: 5712

Re: Ethernet port

I doubt there is anything you can want your Apex to do that the RA can't already do
by alexwbush
Thu Nov 10, 2011 4:05 pm
Forum: Development Libraries
Topic: Values passed to Relay.DelayedOn
Replies: 9
Views: 6364

Re: Values passed to Relay.DelayedOn

couldn't you just enclose this in an if statement based on the hour?
by alexwbush
Wed Nov 09, 2011 6:39 pm
Forum: Ask anything here
Topic: How accurate is the temp probe?
Replies: 3
Views: 3495

Re: How accurate is the temp probe?

I didn't do anything special with mine, but I think my temp is pretty accurate. To think of it, I haven't really checked. I keep my tank between 77.8-78.2 and everything seems pretty happy. I might check it vs another thermometer this weekend. I also use one of the wire extenders Roberto sells on th...
by alexwbush
Wed Nov 09, 2011 6:36 pm
Forum: Ask anything here
Topic: New To ReefAngel
Replies: 2
Views: 2665

Re: New To ReefAngel

I know you do need the wifi unit to be able to more easily do this. I'm sure there are ways to do it if you setup a remote session and keep it plugged in 24/7 as well using the client software if you didn't want the wifi (but this would be a more difficult option I think). And a good basic setup wou...
by alexwbush
Wed Nov 09, 2011 6:31 pm
Forum: Development Libraries
Topic: v0.8.5.19
Replies: 7
Views: 5607

Re: v0.8.5.19

wolfador wrote:I think it should be used as:

Code: Select all

ReefAngel.Relay.DelayedOn(Box1_Port4, 1); //Skimmer Delayed on
excellent, thanks!
by alexwbush
Wed Nov 09, 2011 6:30 pm
Forum: Development Libraries
Topic: v0.8.5.19
Replies: 7
Views: 5607

Re: v0.8.5.19

also, for the next library push... can you add the moonphase calculation to ReefAngel_Globals.cpp? MoonPhase() is already a global function moonphase wouldn't work fro me until I pasted the code into the ReefAngel_Globals.cpp. Well I take that back... the file wouldn't compile until it did. I'm not...
by alexwbush
Wed Nov 09, 2011 12:30 am
Forum: Development Libraries
Topic: v0.8.5.19
Replies: 7
Views: 5607

Re: v0.8.5.19

also, for the next library push... can you add the moonphase calculation to ReefAngel_Globals.cpp? byte MoonPhase() { int m,d,y; int yy,mm; long K1,K2,K3,J,V; byte PWMvalue; m=month(); d=day(); y=year(); yy=y-((12-m)/10); mm=m+9; if (mm>=12) mm-=12; K1=365.25*(yy+4712); K2=30.6*mm+.5; K3=int(int((yy...
by alexwbush
Tue Nov 08, 2011 11:55 pm
Forum: Development Libraries
Topic: v0.8.5.19
Replies: 7
Views: 5607

Re: v0.8.5.19

thanks for the update. I didn't realize I needed it forthe custom menu, but apparently my library was outdated. I am just starting with it, but when I upgaded the delay function no longer worked.

Code: Select all

DelayedOn(Box1_Port4, 1); //Skimmer Delayed on
any ideas? Also... RA+ with built in wifi... jealous
by alexwbush
Thu Nov 03, 2011 9:19 am
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 627050

Re: Android Reef Angel Status

the ap and dp values are set to be added to the reefangel.com website values soon... i just have to add the sending of them to the web banner string. you will be able to modify memory values and trigger modes and toggle relays from the app eventually. i'm actually going to start working on that stu...
by alexwbush
Thu Nov 03, 2011 12:21 am
Forum: Ask anything here
Topic: Preliminary buying questions?
Replies: 27
Views: 15970

Re: Preliminary buying questions?

threads like this make my tank feel basic... I need to play some more with it all. I am running LEDs, but I stopped the lightning... kept the clouds. I think flashing 100% on my daylight LEDs killed some of the coraline (or maybe it was something else). Unfortunately my MP10 isn't wireless, so I can...
by alexwbush
Thu Nov 03, 2011 12:16 am
Forum: Ask anything here
Topic: Power outage alert
Replies: 47
Views: 33250

Re: Power outage alert

I wonder if the RA is capable for tracking when the power was out (like length of time and when it was restored).
by alexwbush
Thu Nov 03, 2011 12:15 am
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 627050

Re: Android Reef Angel Status

nice update. I haven't switched to wifi yet, so I am using the reefangel.com values. I guess it can't pull DP and AP percents from the website. I might play with putting wifi back in if you're going to work it such that we can modify from our phones. I've got it plugged in via USB to a stand alone c...
by alexwbush
Mon Oct 31, 2011 1:10 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 627050

Re: Android Reef Angel Status

are you able to see relay status? I don't have mine hooked up through wifi right now, but I keep debating switching back.
by alexwbush
Sun Oct 23, 2011 10:41 pm
Forum: Apps
Topic: Client Suite 2.2
Replies: 203
Views: 148510

Re: Client Suite 2.2

When you deleted the folder from program files, installstate files were removed that windows uses to complete the uninstall process. You're on the right track, trying to repair. Once repaired, windows should be able to uninstall. You will need to: -manually uninstall the services -run installer aga...
by alexwbush
Tue Sep 27, 2011 8:56 pm
Forum: Ask anything here
Topic: LED's?
Replies: 29
Views: 24409

Re: LED's?

I'm using a set I bought from someone else on reefcentral... it's a kit from rapidLED
by alexwbush
Tue Sep 27, 2011 4:40 pm
Forum: For New Members
Topic: For new members/buyers
Replies: 7
Views: 6628

Re: For new members/buyers

not to mention new capabilities are being developed daily. I believe the Vortech controller is almost done and a salinity probe is getting close.
by alexwbush
Tue Sep 27, 2011 4:37 pm
Forum: Tutorials
Topic: Custom Menus
Replies: 6
Views: 13562

Re: Custom Menus

nice work Curt. I'm going to play around with this a bit.
by alexwbush
Tue Sep 27, 2011 4:34 pm
Forum: Development Libraries
Topic: funny request for custom menu
Replies: 3
Views: 3315

Re: funny request for custom menu

exactly what I am looking to do next