Search found 214 matches

by ReEfnWrX
Sat Jan 25, 2014 11:54 am
Forum: How do I code ...
Topic: Jebao Issue on Daylight/Actinic Channel
Replies: 21
Views: 12177

Re: Jebao Issue on Daylight/Actinic Channel

I switched the Function order to MediaFilter(); LEDschedule(); DCPumpRandMode(); And when I turn on the Relay port for the LED's it still overrides the Daylight channel to internal memory. Maybe this is because the random mode selected was Else mode... and not one of the other's that are defined in ...
by ReEfnWrX
Sat Jan 25, 2014 11:24 am
Forum: How do I code ...
Topic: Jebao Issue on Daylight/Actinic Channel
Replies: 21
Views: 12177

Re: Jebao Issue on Daylight/Actinic Channel

Yes, but I really like the DCPump screen that I now do not get :(

As well as the DCPump screen in the portal
by ReEfnWrX
Sat Jan 25, 2014 11:20 am
Forum: How do I code ...
Topic: Jebao Issue on Daylight/Actinic Channel
Replies: 21
Views: 12177

Re: Jebao Issue on Daylight/Actinic Channel

BTW, this: int heaterOn=InternalMemory.read_int(Mem_I_HeaterTempOn); int heaterOff=InternalMemory.read_int(Mem_I_HeaterTempOff); ReefAngel.StandardHeater( Port1,heaterOn,heaterOff ); is the same as this: ReefAngel.StandardHeater( Port1 ); Lol.... thank you. I knew there was a simpler way to do it. ...
by ReEfnWrX
Sat Jan 25, 2014 11:19 am
Forum: How do I code ...
Topic: Jebao Issue on Daylight/Actinic Channel
Replies: 21
Views: 12177

Re: Jebao Issue on Daylight/Actinic Channel

Yeah, I tried to switch back to using DCPump class and use the other random wave mode in another thread for DCPump wave modes... However, I could never get it to select Else mode, it would only choose DCPump modes... Reason I want else mode is I like that I am able to adjust the delay range and the ...
by ReEfnWrX
Sat Jan 25, 2014 11:12 am
Forum: How do I code ...
Topic: Jebao Issue on Daylight/Actinic Channel
Replies: 21
Views: 12177

Re: Jebao Issue on Daylight/Actinic Channel

What if I just swapped the order that the functions are called in my loop? Since my randmode function is called first... if I move that function after the LEDschedule function would that provide the same result?
by ReEfnWrX
Sat Jan 25, 2014 10:59 am
Forum: How do I code ...
Topic: Jebao Issue on Daylight/Actinic Channel
Replies: 21
Views: 12177

Re: Jebao Issue on Daylight/Actinic Channel

Excuse my bootleg Random Wave mode code... As I could not get the other Random wave mode code to use Else mode I put something together really quickly. #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307R...
by ReEfnWrX
Sat Jan 25, 2014 10:48 am
Forum: How do I code ...
Topic: Jebao Issue on Daylight/Actinic Channel
Replies: 21
Views: 12177

Re: Jebao Issue on Daylight/Actinic Channel

I use Daylight for Jebao, Actinic is not used. I use dimming expansion channels 0,1,2 for my LED's.

I chose to keep my LED drivers plugged into the relay so I could have the option to force my lights on at any time of the day
by ReEfnWrX
Sat Jan 25, 2014 10:43 am
Forum: How do I code ...
Topic: Jebao Issue on Daylight/Actinic Channel
Replies: 21
Views: 12177

Re: Jebao Issue on Daylight/Actinic Channel

Is it something simple to change in the library, so I can manual do it until you push out a new version of libraries?
by ReEfnWrX
Sat Jan 25, 2014 9:00 am
Forum: How do I code ...
Topic: Jebao Issue on Daylight/Actinic Channel
Replies: 21
Views: 12177

Jebao Issue on Daylight/Actinic Channel

So my Jebao is hooked up to my Daylight channel. Every time I force my Light Relay Ports on through Android App, the RA automatically pulls the default Value for Daylight/Actinic. This in turn affects my Jebao which I have running random custom modes through out the day/night. Is there a way for me ...
by ReEfnWrX
Mon Jan 20, 2014 7:50 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 627058

Re: Android Reef Angel Status

Definitely not the App... My IP changed... which is weird, it typically changes two or 3 times max a year... and it just changed a month and a half ago... strange.. Maybe I need to figure out a good dyn DNS service
by ReEfnWrX
Mon Jan 20, 2014 7:35 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 627058

Re: Android Reef Angel Status

I've been using the App with no issues at all for about a month. I had increased the timeouts about two weeks ago to try to decrease the frequency of timeouts occurring... Also, I just got an email from reeftronics. it is not getting a response from my Wifi either, they stopped logging so it is not ...
by ReEfnWrX
Mon Jan 20, 2014 4:06 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 627058

Re: Android Reef Angel Status

So today all of a sudden I was unable to update my Controller status on my app... I logged into the portal and was able to connect and receive updated information... I got home, via the local IP I can update the app... Via my external IP I cannot, whether connected to my home wifi or through 4G. I h...
by ReEfnWrX
Mon Jan 20, 2014 3:11 pm
Forum: Ask anything here
Topic: Website pH plot reverse peaks
Replies: 6
Views: 4057

Re: Website pH plot reverse peaks

Are your probes very close to the surface? Might your water level be dropping below them before your ATO kicks on? I turned my ATO off for a day and noticed the same thing happening and that is what caused it
by ReEfnWrX
Mon Jan 20, 2014 3:03 pm
Forum: Ask anything here
Topic: WP25 or WP40?
Replies: 5
Views: 3701

Re: WP25 or WP40?

I have a 90Gal 48"L, 18"W, 24"T and I have one WP40 and Nutrient transport mode at 70% moves EVERYTHING.... I am considering going to two wp25's or 1 wp25 and 2 wp10's since I want to start utilizing sync/antisync and use tidal modes. I would say 1 wp40 and a wp25 or two wp25's would ...
by ReEfnWrX
Mon Jan 20, 2014 5:01 am
Forum: Addons
Topic: Unreachable Address
Replies: 18
Views: 6678

Re: Unreachable Address

It is also referred to as reserving an IP address.. Typically in a DHCP tab or wireless network settings tab where you should see the IP address of all the devices connected.
by ReEfnWrX
Sun Jan 19, 2014 12:21 am
Forum: Addons
Topic: Unreachable Address
Replies: 18
Views: 6678

Re: Unreachable Address

That is correct as far as port forwarding goes. The issue you are having is the Wifi unit is being assigned random IP addresses. You need to assign a static IP address to the wifi units mac address in your DHCP settings so it will always have the same IP address...
by ReEfnWrX
Fri Jan 17, 2014 9:41 am
Forum: Tutorials
Topic: RA Wizard - No Night Mode?
Replies: 19
Views: 18664

Re: RA Wizard - No Night Mode?

The code I listed is based off of DC pump codes the wizard has generated, and I did not mention the other DCPump lines because eh was already using the DCPump class and they should be there.

You seem to be using a different method than what the wizard generates
by ReEfnWrX
Fri Jan 17, 2014 6:36 am
Forum: Ask anything here
Topic: Jebao Wp10 Anyone?
Replies: 12
Views: 8955

Re: Jebao Wp10 Anyone?

Fish-Street is selling them with the magnet mount
by ReEfnWrX
Fri Jan 17, 2014 6:33 am
Forum: Tutorials
Topic: RA Wizard - No Night Mode?
Replies: 19
Views: 18664

Re: RA Wizard - No Night Mode?

Now all of those patterns have been implemented into the DCPump classes which you are currently using. So if you want to continue using the DC pump mode you do not need to copy and paste that code. If you want to see the code used for each of those in DC pump mode. Just launch the wizard and select ...
by ReEfnWrX
Fri Jan 17, 2014 6:10 am
Forum: Ask anything here
Topic: Jebao Wp10 Anyone?
Replies: 12
Views: 8955

Re: Jebao Wp10 Anyone?

Wow.... The size difference is absurd... I run max 80% on my wp40 which is ~2750 gph... I was going to get a wp25 for anti sync but I think I may look into 2 wp 10's and 1 wp25 and get rid of the wp40... Fish-street advertises the same 12 different operating modes so I would imagine they are control...
by ReEfnWrX
Wed Jan 15, 2014 12:29 pm
Forum: Ask anything here
Topic: Jebao Wp10 Anyone?
Replies: 12
Views: 8955

Re: Jebao Wp10 Anyone?

if wp40 is 20% and wp25 is 30% then wp10 should be 40% eh? lol
by ReEfnWrX
Mon Jan 13, 2014 7:11 am
Forum: Tutorials
Topic: Controlling Jebao/Tunze/Speedwave pumps
Replies: 66
Views: 62073

Re: Controlling Jebao/Tunze/Speedwave pumps

I believe this happens when the dimming % drops below 30% on the wp25's. My guess is you are using the DCPump class.. You could try this instead and set it so your offset does not drop your wave speed below 30%.. 55-25=30 ReefAngel.PWM.SetDaylight( ReefCrestMode(55,25,true); // (byte waveSpeed, byte...
by ReEfnWrX
Sun Jan 12, 2014 9:21 pm
Forum: For New Members
Topic: RapidLed 29g Bio
Replies: 5
Views: 3665

Re: RapidLed 29g Bio

You can always buy new analog LED drivers....
by ReEfnWrX
Sun Jan 12, 2014 7:51 pm
Forum: For New Members
Topic: RapidLed 29g Bio
Replies: 5
Views: 3665

Re: RapidLed 29g Bio

You will have to buy the PWM expansion... Cannot run PWM on an analog signal.
by ReEfnWrX
Sat Jan 11, 2014 11:31 am
Forum: Tutorials
Topic: RA Wizard - No Night Mode?
Replies: 19
Views: 18664

Re: RA Wizard - No Night Mode?

Only returning the favor, I just started in december... I am amazed at what you can accomplish with the RA
by ReEfnWrX
Sat Jan 11, 2014 11:04 am
Forum: Tutorials
Topic: RA Wizard - No Night Mode?
Replies: 19
Views: 18664

Re: RA Wizard - No Night Mode?

http://forum.reefangel.com/viewtopic.php?f=14&t=3353

There is a post where someone took some basic Wizard generated code and explained it bit by bit. That is a good start, after that I would say look at threads where people ask how to do code... Will take time...
by ReEfnWrX
Sat Jan 11, 2014 10:56 am
Forum: Tutorials
Topic: RA Wizard - No Night Mode?
Replies: 19
Views: 18664

Re: RA Wizard - No Night Mode?

I gave you the option to edit your code or just replace it all together :)
by ReEfnWrX
Sat Jan 11, 2014 9:38 am
Forum: Tutorials
Topic: RA Wizard - No Night Mode?
Replies: 19
Views: 18664

Re: RA Wizard - No Night Mode?

Lets say you want to set Longpulse during the day and constant mode at night In your void loop() remove this line ReefAngel.DCPump.SetMode( LongPulse,100,60 ); then in the void loop() custom code area put this if (hour()>=22 || hour()<11) { // if hour is >=10pm or hour is <11am ReefAngel.DCPump.SetM...
by ReEfnWrX
Sat Jan 11, 2014 9:18 am
Forum: Tutorials
Topic: RA Wizard - No Night Mode?
Replies: 19
Views: 18664

Re: RA Wizard - No Night Mode?

Are you trying to keep the longpulse mode at a lower speed or change to a constant low speed at night?
by ReEfnWrX
Sat Jan 11, 2014 8:41 am
Forum: Tutorials
Topic: RA Wizard - No Night Mode?
Replies: 19
Views: 18664

Re: RA Wizard - No Night Mode?

Can you copy and paste the code you are using. The code the Wizard generates for you at the end.

paste it inbetween [ code] paste it here [ /code] without the spaces in the brackets.