Search found 71 matches

by 805reefer
Wed Jun 12, 2013 9:37 pm
Forum: Apps
Topic: Did someone say iPhone app?
Replies: 354
Views: 343689

Re: Did someone say iPhone app?

Sounds good guys can't wait
by 805reefer
Wed Jun 12, 2013 8:43 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

ok cool that fixed it i really appreciate all you help and time you spent with me on this thanks again im sure there will be more to come :mrgreen:
by 805reefer
Tue Jun 11, 2013 8:50 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

ya im tying to learn but im just having so many different problems trying to figure this stuff out im glad we have some pros on here thats for sure
by 805reefer
Tue Jun 11, 2013 8:40 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

when i push water change the pump does turn off..... as far as the wave patterns they all work each time the mode changes the flow is changing... what are you seeing
by 805reefer
Tue Jun 11, 2013 8:02 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

wow just saw that so i removed one of the water changes and still nothing heres the 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> #inc...
by 805reefer
Tue Jun 11, 2013 7:15 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

ok thanks to binder and his tutorial i got my screen to show the whole mode now and not only half... now another issue so i put it in feeding mode for the first time today and noticed that my pump didnt shut off which i have it set to 0 what do i need to do here ////// Place your custom code below h...
by 805reefer
Tue Jun 11, 2013 3:35 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

Ok will do I'm going to start working on it in about an hour I really appreciate all the help
by 805reefer
Mon Jun 10, 2013 9:47 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

oh got you so thats because i changed some of the modes around right?
by 805reefer
Mon Jun 10, 2013 9:38 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

////// Place your custom code below here static time_t feeding; // Time schedule first if (hour()>=6 && hour()<11) { //ReefAngel.PWM.SetDaylight( TidalSwellMode(45,true) ); // TidalSwell at 45% on sync mode ReefAngel.PWM.SetActinic( TidalSwellMode(30,true) ); // TidalSwell at 30% on sync mo...
by 805reefer
Mon Jun 10, 2013 9:37 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

ok that sounds good to me so it showing its in tidal swell mode but is should be in sine mode? so whats showing on the screen is what mode its in right
by 805reefer
Mon Jun 10, 2013 9:25 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

wow thanks for the site roberto.....i did what you said and everything is good i uploaded the code now it shows the mode under my channel 5 is there away to center it under the channel two and five or no it has to stay on one side thank you guys for helping me out with this...it gets really frustrat...
by 805reefer
Mon Jun 10, 2013 9:12 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

so if i changed it to lets say v and w would that work
by 805reefer
Mon Jun 10, 2013 9:07 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

Code: Select all

Either rename one or make sure you coordinate what the numbers do and you can share the same variable for what you are already doing and what you are adding.

alright see what your talking about.... so how would i do this can you show me an example
by 805reefer
Mon Jun 10, 2013 8:34 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

#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> #include <RA_TempSensor.h> #in...
by 805reefer
Mon Jun 10, 2013 8:33 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

i see so i cant have my light channels and the modes on the same screen? i tried adding it and got this error code jebo_mix_mode.cpp: In function 'void DrawCustomMain()': jebo_mix_mode:156: error: redeclaration of 'int x' jebo_mix_mode:140: error: 'int x' previously declared here jebo_mix_mode:156: ...
by 805reefer
Mon Jun 10, 2013 8:12 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

right on man thank you so much you are the man.....but my only question is im not seeing what mode its in on the screen how do i fix this? thank you again i really appreciate your help..
by 805reefer
Mon Jun 10, 2013 7:48 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

right on man thank you so much you are the man.....but my only question is im not seeing what mode its in on the screen how do i fix this? thank you again i really appreciate your help..
by 805reefer
Sun Jun 09, 2013 10:13 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

oh ok i see what your saying.... so i made the changes and know im getting an error when i check the code im not sure how to fix this here is my code #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC...
by 805reefer
Sun Jun 09, 2013 9:09 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

ok so i did some changes to the code that would work a little better for my tank can you look through it and see what you think, thanks alot again i really appreciate it ////// Place your custom code below here static time_t feeding;static byte wpMode; if (ReefAngel.DisplayedMenu==WATERCHANGE_MODE) ...
by 805reefer
Sun Jun 09, 2013 8:44 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

ok now i see.....so what mode will this run from 12am to 6am i dont see that time in the code? also how would i add to make the pump shut off when in water change mode and thank you again i really want to learn this whole coding stuff its just taking me for ever i really appreciate all the help
by 805reefer
Sun Jun 09, 2013 6:02 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

hey guys i was wondering if someone can kind of explain what the bold sections i made mean, i like the way this works but i want to make some changes to the different modes i just do not understand the whole feeding setup at all thanks ////// Place your custom code below here static time_t feeding ;...
by 805reefer
Sat Jun 08, 2013 11:22 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

oh ok now i see what it means thank you im sure there will be more to come
by 805reefer
Sat Jun 08, 2013 9:36 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

//Night Mode
if (hour()>=23 || hour()<7)
{
ReefAngel.PWM.SetActinic(30);
ReefAngel.PWM.SetDaylight(30);
}

im trying to figure out how the hole setting time thing works can some one explain this to me please thank you for everything
by 805reefer
Sat Jun 08, 2013 7:25 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

i have one more question if i was to use this code how would i make it work with only one pump I'm using my actinic port to control it i tried erasing just the day lights but it says error on mode 1 ////// Place your custom code below here static time_t feeding; // Time schedule first if (hour()>=6 ...
by 805reefer
Sat Jun 08, 2013 6:47 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

Re: jebo wp40

thanks roberto you are the man this is why i sold my apex and got an RA now if i only can learn how to code lol
by 805reefer
Sat Jun 08, 2013 4:09 pm
Forum: Standard
Topic: jebo wp40
Replies: 49
Views: 50177

jebo wp40

hey guys im not very good at this but is there away anyone can help me with coding what I'm looking for is to have my jebo turn off during feeding and water change mode and im using the short pulse mode right now what i want to do is at 11pm to 7am make it to where the pump is in a more calmer mode ...
by 805reefer
Fri Jun 07, 2013 1:44 pm
Forum: Standard
Topic: Jebo wp40?
Replies: 9
Views: 5578

Jebo wp40?

Hey guys I have a question I bought the wp40 and as of right now I am using the stock controller that it came with, the pump is way to powerful for my 65gal is there a way to turn down the flow on it with the stock controller or do I need to get the attachment cable that goes to my RA to make this h...
by 805reefer
Sun May 12, 2013 9:37 am
Forum: Apps
Topic: Does your iPhone app work on cellular data?
Replies: 14
Views: 13146

Does your iPhone app work on cellular data?

You need to set up port forwarding in your router then you will be able to access your Ra over the 3G network
by 805reefer
Tue May 07, 2013 5:21 pm
Forum: Apps
Topic: Did someone say iPhone app?
Replies: 354
Views: 343689

Did someone say iPhone app?

I would like to be able to change my pwm led drivers percentage
by 805reefer
Mon May 06, 2013 8:47 pm
Forum: Apps
Topic: Did someone say iPhone app?
Replies: 354
Views: 343689

Did someone say iPhone app?

So is there anyone willing to update the iPhone app I see a lot of android app updates and kind of sucks that there are still no iPhone updates or changes to the app, it would be really appreciated