Search found 44 matches

by madweazl
Tue May 07, 2019 3:58 am
Forum: Standard
Topic: T5 dimming
Replies: 2
Views: 4309

Re: T5 dimming

rimai wrote:I am pretty sure you can.
The only problem is really when you are using low power LEDs connected directly to the channels without a driver.
Guess we'll find out :)
by madweazl
Mon May 06, 2019 5:01 am
Forum: Standard
Topic: T5 dimming
Replies: 2
Views: 4309

T5 dimming

Can I dim three, 2x54w ballasts (HEP SD254-58) from a single channel on the older relay box? Box has the analong/PWM jumper. I have both channels available and assume I can operate two ballast from a single channel (cant remember the limitation here) but I was hoping to leave one free for different ...
by madweazl
Thu Jul 05, 2018 7:36 am
Forum: Addons
Topic: Cloud Wifi Attachment
Replies: 53
Views: 136201

Re: Cloud Wifi Attachment

Would I be able to use this without grabbing an Expansion Hub (currently running an expansion relay plus the original relay)?
by madweazl
Thu Aug 31, 2017 8:25 am
Forum: Standard
Topic: Reef Angel Star Controller
Replies: 116
Views: 96400

Re: Reef Angel Star Controller

I have the old relay expansion; would this just connect to the RA* USB and then the normal 25pin cable from the expansion to the old relay or would this require the Expansion Hub as well? No, you need one of the old Relay expansion modules. I don't have them in the webstore anymore as I'm in the pr...
by madweazl
Wed Aug 30, 2017 5:07 am
Forum: Standard
Topic: Reef Angel Star Controller
Replies: 116
Views: 96400

Re: Reef Angel Star Controller

I have the old relay expansion; would this just connect to the RA* USB and then the normal 25pin cable from the expansion to the old relay or would this require the Expansion Hub as well?
by madweazl
Mon Jun 19, 2017 5:40 pm
Forum: Apps
Topic: Client Suite 3.0
Replies: 109
Views: 158714

Re: Client Suite 3.0

How does this work. Is it connected via ttl/usb to windows 10? I want to get a windows 2 in 1 or a full windows tablet and connect to it will this work? I have it connected to my desktop (works on Windows 7 and 10) via USB/TTL. In the Settings, Notifications tab, you must check the "send param...
by madweazl
Mon Jun 19, 2017 5:14 pm
Forum: My PDE/INO file
Topic: Kessil Code
Replies: 1
Views: 6186

Re: Kessil Code

Hi Friends, sorry for that but somebody could share with me your Kessil code? I would like see how are using this device with Reef Angel. I'm one new user. Now I'm using one Parabola configuration from the RA Wizard. ReefAngel.PWM.SetDaylight( PWMParabola(10,0,20,0,15,40,15) ); ReefAngel.PWM.SetAct...
by madweazl
Tue Sep 27, 2016 3:36 pm
Forum: Portal
Topic: USB connection no longer updating portal
Replies: 4
Views: 6420

Re: USB connection no longer updating portal

You must have been using the Reef Angel Client then. You need to install it in your new computer. I was and I still have it but apparently I've done something differently. The client pulls the labels from portal without issue but doesnt seem to push data. Edit: "Send parameters to Reef Angel.....
by madweazl
Tue Sep 27, 2016 2:52 am
Forum: Portal
Topic: USB connection no longer updating portal
Replies: 4
Views: 6420

Re: USB connection no longer updating portal

No, I dont have the WiFi module (dragging my feet because I need the expansion module too).
by madweazl
Mon Sep 26, 2016 5:59 pm
Forum: Portal
Topic: USB connection no longer updating portal
Replies: 4
Views: 6420

USB connection no longer updating portal

I had to reinstall Windows about a week ago and I havent been able to get the portal to update since. I'm connected via USB. Not sure what I did before that I'm not doing now (migrated from Windows 7 to 10). I have connectivity to the controller and have pushed updated sketches without issue. Any id...
by madweazl
Wed Sep 07, 2016 3:56 pm
Forum: How do I code ...
Topic: Skimmer coding
Replies: 4
Views: 3879

Re: Skimmer coding

lnevo wrote:Take a look at the function in my code, DelayedModeSkimmer I think its called, that does exactly what you want just change the float switch to be your relay status.
Duh, never thought about doing it that way. Thanks.
by madweazl
Tue Sep 06, 2016 2:23 pm
Forum: How do I code ...
Topic: Skimmer coding
Replies: 4
Views: 3879

Re: Skimmer coding

lnevo wrote:if (ReefAngel.Relay.Status(Port6)) {
ReefAngel.Relay.DelayedOn(Box1_Port3, 5);
} else {
ReefAngel.Relay.Off(Box1_Port3);
}
Is there a way to delay this after a power failure as well? Something with ReefAngel.Init(); ?
by madweazl
Tue Jul 12, 2016 10:34 am
Forum: Standard
Topic: 2nd Relay box
Replies: 5
Views: 4308

Re: 2nd Relay box

I saw that, do you know if it is available to buy the relay hub as a stand alone item? I'm keen on buying a second hand system (has dimming expansion etc. that I don't have) and it would be nice to add the relays if possible. PS.... the new boxes look great, I would migrate everything into that loo...
by madweazl
Tue Jul 12, 2016 4:42 am
Forum: My PDE/INO file
Topic: Lee's Feature Complete PDE
Replies: 241
Views: 209664

Re: Lee's Feature Complete PDE

If you have Channel 11 and 12 then I'm guessing you have a custom 16 channel module? If so then the correct function to use instead of: ReefAngel.PWM.Channel11PWMSlope(lightOffset,0); Use: ReefAngel.PWM.SIXTEENChannelPWMSlope(11, 0, 100, 60, lightOffset, 0); // Channel / Start % / End % / Duration ...
by madweazl
Mon Jul 11, 2016 1:52 pm
Forum: My PDE/INO file
Topic: Lee's Feature Complete PDE
Replies: 241
Views: 209664

Re: Lee's Feature Complete PDE

OK, new stumbling block. I have two lights with two channels each (SBReef 16"). I have channel 11 running the actinics and 12 running the whites off of the relay dimming ports. I'm not sure how to make the changes to adapt your code that uses the dimming expansion to the relay box dimming outpu...
by madweazl
Mon Jul 11, 2016 11:49 am
Forum: How do I code ...
Topic: Wave maker function question
Replies: 15
Views: 14155

Re: Wave maker function question

Alternates perfectly, was just hoping to have some overlap with both running for a short period so it would create a little more turbulence occasionally. Guess I can implement that once I get a dimming expansion and hook the pumps up to that.
by madweazl
Sun Jul 10, 2016 5:17 pm
Forum: My PDE/INO file
Topic: Lee's Feature Complete PDE
Replies: 241
Views: 209664

Re: Lee's Feature Complete PDE

I've been trying to adapt your code to my setup and am getting a "'class ReefAngelClass' has no member named 'LCD'" error in the validation process. Is this related to the NokiaLCD.h? I'm not sure how to continue from this point. Edit: reinstalled arduino software and it seems to be fine n...
by madweazl
Sun Jul 10, 2016 12:14 pm
Forum: How do I code ...
Topic: Wave maker function question
Replies: 15
Views: 14155

Re: Wave maker function question

rimai wrote:Remove this line:

Code: Select all

if (now()%90<5)
OK, but is there a way to accomplish what I'm after?
by madweazl
Sat Jul 09, 2016 3:39 pm
Forum: How do I code ...
Topic: Wave maker function question
Replies: 15
Views: 14155

Re: Wave maker function question

I'm trying to get this functionality working as well and am not seeming to have any luck. What I think was supposed to happen in the code was that there would be a 5 second overlap every 90 seconds but that doesnt seem to be the case. #include <ReefAngel_Features.h> #include <Globals.h> #include <RA...
by madweazl
Sat Jul 09, 2016 2:01 pm
Forum: How do I code ...
Topic: Alternating relays for wavemakers
Replies: 1
Views: 2488

Re: Alternating relays for wavemakers

Hmm, my confusion seems to stem from only certain ports being available for Wavemaker use; they're greyed out on everything but ports 5 and 6 on both relay boxes. How do I make them alternate (i.e. relay 5 on for 120s and then relay 6 on for 120s)?

Edit: got it figured out :)
by madweazl
Sat Jul 09, 2016 11:26 am
Forum: How do I code ...
Topic: Alternating relays for wavemakers
Replies: 1
Views: 2488

Alternating relays for wavemakers

I have a pair of Jebaos (WP25 and a PP8) but dont have the module to control them or the cables yet. In the meantime, I'd like to have them come on at alternating intervals (every two minutes they switch or something similar). How would I go about doing this? Right now, they're on relay 8 and box 1 ...
by madweazl
Tue Jul 05, 2016 2:11 pm
Forum: Portal
Topic: Portal not working
Replies: 3
Views: 5599

Re: Portal not working

Went offline around 6pm (est) for me yesterday.

Edit: logging out and back in worked for me.
by madweazl
Wed Jun 29, 2016 5:37 am
Forum: Standard
Topic: Suction cup for temp probes?
Replies: 0
Views: 3686

Suction cup for temp probes?

Anyone found a suction cup that is the right size for the temp probes? I had a bunch on hand but nothing has been close so far.
by madweazl
Sun Jun 26, 2016 5:49 am
Forum: How do I code ...
Topic: Sunlocation?
Replies: 17
Views: 14180

Re: Sunlocation?

Here is the excerpt from my code that references SunLocation. I think it's pretty self explanatory. One thing to keep in mind is that if sun.UseMemory==true, which is the default, then it will write the Daylight on/off times each day. $ egrep -i 'SunLocation|sun\.' Wizard65.ino #include <SunLocatio...
by madweazl
Fri Jun 24, 2016 2:27 pm
Forum: Addons
Topic: Evergrow/Reefbreeders LED 0-10v expansion dimming
Replies: 145
Views: 110731

Re: Evergrow/Reefbreeders LED 0-10v expansion dimming

http://www.amazon.com/Monoprice-100645-12-Feet-3-5mm-Stereo/dp/B004ICOV6K?ie=UTF8&psc=1&redirect=true&ref_=oh_aui_detailpage_o01_s00 http://www.amazon.com/uxcell-Plastic-Stereo-Socket-Connector/dp/B00GLQAF7A?ie=UTF8&psc=1&redirect=true&ref_=oh_aui_detailpage_o01_s00 http://w...
by madweazl
Fri Jun 24, 2016 6:11 am
Forum: Standard
Topic: ATO Timeout issue (SingleATOlow)
Replies: 6
Views: 4953

Re: ATO Timeout issue (SingleATOlow)

cosmith71 wrote:Switches don't have polarity.

What he means is one float switch is off in the up position, and the other one is on in the up position. Solved by turning the float over. :D
So I could have both switches mounted in the down position and just flip the drum (float)? That would make my OCD happy LOL.
by madweazl
Fri Jun 24, 2016 5:58 am
Forum: Standard
Topic: ATO Timeout issue (SingleATOlow)
Replies: 6
Views: 4953

Re: ATO Timeout issue (SingleATOlow)

Inverted? You can swap the polarity (if that is an issue); you can use a pin/xacto knife or any other narrow item to gently push down on the lead in the connector (visible from the top of the connector). The leads will slide right out with almost no resistance (if there is resistance, don't pull). C...
by madweazl
Tue Jun 21, 2016 6:24 pm
Forum: How do I code ...
Topic: Sunlocation?
Replies: 17
Views: 14180

Re: Sunlocation?

When you run the Init function you set the coordinates. If you don't specify it will use GBR coordinates by default I see reference to Great Barrier Reef in there but nothing else; is that just a reference? I dont have any issues using that lat/long, I was just curious. I'm not even going to try an...
by madweazl
Tue Jun 21, 2016 7:10 am
Forum: How do I code ...
Topic: Sunlocation?
Replies: 17
Views: 14180

Re: Sunlocation?

Where are the sunrise/sunset times coming from? I see GPS mentioned but don't understand where the information is being pulled from in the code.
by madweazl
Tue Jun 21, 2016 4:35 am
Forum: Requests
Topic: stray voltage
Replies: 2
Views: 7803

Re: stray voltage

It's sounds like a good idea, but what happens if the stray voltage is your return pump and it shut that port off then a back siphon starts and your sump overflows. Or your heater or chiller shuts off and the tank gets to the improper temp. If the sump overflows during a back siphon, the sump needs...