Search found 16 matches

by SEANTADEZ
Thu Oct 09, 2014 7:56 pm
Forum: Apps
Topic: Comcast to Verizon Fios what a mess
Replies: 1
Views: 5243

Comcast to Verizon Fios what a mess

I change from Comcast to Verizon now i can't get the wifi attacment to connect to the router... green light is flashing slow but some how i can't get the port working i setup my router to the ip address and the 2000 port seems like everything is fine on the router but still no connection, i did the ...
by SEANTADEZ
Mon Mar 24, 2014 10:11 am
Forum: How do I code ...
Topic: ATO code ?
Replies: 11
Views: 7903

Re: ATO code ?

rimai wrote:Typo... :(
Should be HighATO instead of HightATO

LOL it's funny how a little thing can mess-up things...

BTW thanks Roberto i think this is the best customer service i ever had...
by SEANTADEZ
Sun Mar 23, 2014 7:39 pm
Forum: How do I code ...
Topic: ATO code ?
Replies: 11
Views: 7903

Re: ATO code ?

Should i add something else like #include <HightATO> ? cause i'm having this error:

error: 'class ReefAngelClass' has no member named 'HightATO'
by SEANTADEZ
Sun Mar 23, 2014 7:33 pm
Forum: How do I code ...
Topic: ATO code ?
Replies: 11
Views: 7903

Re: ATO code ?

rimai wrote:You can use something like this:

Code: Select all

ReefAngel.Relay.Set(Port1,ReefAngel.HightATO.IsActive()); // Turns Port1 when the HighATO float switch isn't floating

Awesome thanks a lot, I think I'm ready to order my wifi attachment, so excited about that option ...
by SEANTADEZ
Sat Mar 22, 2014 1:08 pm
Forum: How do I code ...
Topic: ATO code ?
Replies: 11
Views: 7903

Re: ATO code ?

Is your ATO a self contained ATO with its own float switches? Yes it works pretty good i just want to use the RA float switch as a backup for hight level, just in case mine fail basically ti works with air pressure in a tub so when the water level is low the pressure release the feed water and as i...
by SEANTADEZ
Fri Mar 21, 2014 9:37 pm
Forum: How do I code ...
Topic: ATO code ?
Replies: 11
Views: 7903

Re: ATO code ?

I'm looking for something similar, I already have a tsunami ATO so when water level is low it turn my pump on wich is on port 4 so I just want to know how can I setup my high level for protection just I case the Tzunami fail the RA ATO valve turn off the pump... I used the wizard and test it but the...
by SEANTADEZ
Thu Mar 20, 2014 10:16 am
Forum: Tutorials
Topic: Custom Main Screens
Replies: 166
Views: 155765

Re: Custom Main Screens

Great i figured it out it's working great for the last few days. thanks a lot. I'm learning
by SEANTADEZ
Tue Mar 18, 2014 11:04 am
Forum: Tutorials
Topic: Custom Main Screens
Replies: 166
Views: 155765

Re: Custom Main Screens

Can anybody help me with this code? I don't know what's wrong but i can't get the DrawHugeNumbers working, i don't get any error just no highlight and obviously doesn't work, also i have like a flashing display, very anoint... //CUSTOM SCREEM void DrawCustomMain() { byte x = 6; byte y = 2; byte t; R...
by SEANTADEZ
Mon Mar 17, 2014 11:29 pm
Forum: Tutorials
Topic: Custom Main Screens
Replies: 166
Views: 155765

Re: Custom Main Screens

http://dl.dropbox.com/u/1600831/Reef%20Photos/RACustomScreen.JPG Here's where my screen seems to have settled at during my first week of tinkering with my Reef Angel. The line that says "Lagoon" will eventually update with my Vortech status (when I save some coin for the RF adapter. The l...
by SEANTADEZ
Mon Mar 17, 2014 9:15 pm
Forum: Tutorials
Topic: Arduino Tutorial - How the code structure works
Replies: 19
Views: 28723

Re: Arduino Tutorial - How the code structure works

Very Helpful, thanks a lot
by SEANTADEZ
Mon Mar 17, 2014 1:22 pm
Forum: Ask anything here
Topic: Dosing Calcium and Alkalinity
Replies: 7
Views: 5969

Re: Dosing Calcium and Alkalinity

Sorry, I made some mistakes in the parenthesis if ((hour() >= 8) && (hour() < 20)) { // Between 8am and 8pm we will disable Port 2 ReefAngel.Relay.Off(Port2); } else { // At night we'll disable Port1 ReefAngel.Relay.Off(Port1); } Awesome that works great... I really appreciate it...
by SEANTADEZ
Mon Mar 17, 2014 12:14 pm
Forum: Ask anything here
Topic: Dosing Calcium and Alkalinity
Replies: 7
Views: 5969

Re: Dosing Calcium and Alkalinity

I was trying to add the code that you post for someone else about clear the overheat function and i got error too...
by SEANTADEZ
Mon Mar 17, 2014 12:13 pm
Forum: Ask anything here
Topic: Dosing Calcium and Alkalinity
Replies: 7
Views: 5969

Re: Dosing Calcium and Alkalinity

this is the whole code: #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #includ...
by SEANTADEZ
Mon Mar 17, 2014 12:12 pm
Forum: Ask anything here
Topic: Dosing Calcium and Alkalinity
Replies: 7
Views: 5969

Re: Dosing Calcium and Alkalinity

I got this error: The following features were automatically added: Watchdog Timer Version Menu The following features were detected: 2014 Main Screen Extra Font - Medium Size (8x8 pixels) Standard Menu basico_inicial.cpp: In function 'void setup()': basico_inicial:67: error: expected identifier befo...
by SEANTADEZ
Mon Mar 17, 2014 12:00 pm
Forum: Ask anything here
Topic: Dosing Calcium and Alkalinity
Replies: 7
Views: 5969

Re: Dosing Calcium and Alkalinity

great, so what i need to do is calculate the ml that can be dose in 12 hours to keep my level of dose and paste this code to split the dose (cal-Day, all-night) right?
by SEANTADEZ
Mon Mar 17, 2014 11:27 am
Forum: Ask anything here
Topic: Dosing Calcium and Alkalinity
Replies: 7
Views: 5969

Dosing Calcium and Alkalinity

Hello guys i'm new here... another wamas member, i just have a silly question about my dosing pumps: Before, i was using a timer schedule to add during the day the calcium and at nights the alkalinity solution, now i got my RA Controller and I'm not familiar with the code yet, my question is, the wi...