Search found 15 matches

by hous0067
Fri Nov 27, 2020 11:18 am
Forum: Standard
Topic: Memory Error
Replies: 5
Views: 3716

Re: Memory Error

Compiler says, "no matching function" when I change that.
by hous0067
Fri Nov 27, 2020 8:41 am
Forum: Standard
Topic: Memory Error
Replies: 5
Views: 3716

Re: Memory Error

Yeah, I can overwrite the values with the app. The numbers I write are the same ones it reads back. But, they aren't getting used or aren't getting used right. I have heater on temp at 730, heater off temp at 740, T3 is 76.4 and the heater port is on. I'm just relying on the heater's thermostat for ...
by hous0067
Thu Nov 26, 2020 6:55 pm
Forum: Standard
Topic: Memory Error
Replies: 5
Views: 3716

Memory Error

Hi Guys, RA Plus running the same code since July without issue until yesterday when I randomly noticed the heater was on when it shouldn't be (i.e. heater off temp < T3). I tried rebooting it, checking the memory settings, and even re-uploaded the code but it's ignoring the uploaded settings and co...
by hous0067
Wed Mar 20, 2019 2:46 pm
Forum: Addons
Topic: Jebao OW dimming issue
Replies: 8
Views: 8645

Re: Jebao OW dimming issue

https://www.ebay.com/itm/NEW-JEBAO-JECO ... 2749.l2649

I just got this one and it works. YMMV.
by hous0067
Sun Mar 17, 2019 8:26 am
Forum: Addons
Topic: Jebao OW dimming issue
Replies: 8
Views: 8645

Re: Jebao OW dimming issue

Jebao changed their controllers/pumps. The pulses come from the controllers now (instead of the motor) so a simple steady control voltage does nothing. There are boxes like the aqualink a1 that may work, they can control the DC return pumps, but I'm not sure if anyone has tried them with the wavemak...
by hous0067
Sat Mar 16, 2019 7:23 pm
Forum: Addons
Topic: Jebao OW dimming issue
Replies: 8
Views: 8645

Re: Jebao OW dimming issue

Did you ever get this figured out? I have a new PP-15 doesn't work with the RA/Jebao cable an older PP-15 was using until it died this week. I expected the swap to be plug and play but, nope. There is no change in the connectors, pump cable is female, controller is male. Like you said, the PP-15 wor...
by hous0067
Fri Jul 27, 2018 7:07 am
Forum: Standard
Topic: Float Switch Specs
Replies: 0
Views: 7684

Float Switch Specs

Hello, Does anyone know the ratings for the float switches that were included with the RA Plus in like 2013? These are the simple float switches is white with yellow leads. I'm making a DIY ATO with a little peristaltic pump and need to know if they can handle 12v @ 80mA or if I need a relay. I gues...
by hous0067
Fri Aug 26, 2016 9:32 pm
Forum: How do I code ...
Topic: WP40 ATO Control
Replies: 5
Views: 4829

Re: WP40 ATO Control

lol, well, that's simple.
Things just get easier and easier with the new libraries. I like it. :D
Thanks!
by hous0067
Fri Aug 26, 2016 8:55 pm
Forum: How do I code ...
Topic: WP40 ATO Control
Replies: 5
Views: 4829

Re: WP40 ATO Control

Thanks guys!
I think Roberto fixed the cable for me...how do I code it?

//WP40 Moonlight Output
pinMode(highATOPin,OUTPUT)
analogWrite(highATOPin, ????)
by hous0067
Tue Aug 23, 2016 11:29 am
Forum: How do I code ...
Topic: WP40 ATO Control
Replies: 5
Views: 4829

WP40 ATO Control

Gentlemen, Has anyone run a WP40 (sync) on a dimming channel on the relay box and another as anti-sync on an ATO port? I did try searching the forum but didn't find anything definitive. Sounds like people are using ATO ports, but not sure if you can blend them with the relay. I want to continue to u...
by hous0067
Tue May 21, 2013 10:23 pm
Forum: Ask anything here
Topic: ATO PWM Boost and Dimming Port Questions
Replies: 1
Views: 2091

ATO PWM Boost and Dimming Port Questions

Gentlemen, I've been pondering a few upgrades to my 90 gal reef and I'm wondering which direction to take, and/or if they are feasible. I have an RA+ with the salinity expansion and analog dimming in the relay for my Apollo LEDs. Overall, I've been very happy with its performance and everything is r...
by hous0067
Tue Aug 28, 2012 7:54 pm
Forum: How do I code ...
Topic: ato port to pwm
Replies: 10
Views: 4636

Re: ato port to pwm

I actually changed the code to always be at 100%, just to see if I could get the fans to respond (they didn't).

My meter says 2.5v AC across the atolow. (1.85+/-.01 DC)
by hous0067
Tue Aug 28, 2012 7:21 pm
Forum: How do I code ...
Topic: ato port to pwm
Replies: 10
Views: 4636

Re: ato port to pwm

Thanks, Roberto, that code compiled and loaded perfectly! One more question; I have an analog dimming controller (apollo lights), will it make a pwm signal for the atolow port? ...just curious...my fans are still just idling like they aren't getting a signal, but it could be the fans...or my solderi...
by hous0067
Mon Aug 27, 2012 8:40 pm
Forum: How do I code ...
Topic: ato port to pwm
Replies: 10
Views: 4636

Re: ato port to pwm

Thanks for the fast reply, Roberto! Compiler crashed, I'm not sure what I'm doing wrong... "Error: 'BlowerSpeed' was not declared in this scope" ? I have Library version 1.0.1 Here's the code I tried to compile, Wizard code and added those lines to the custom loop. #include <ReefAngel_Feat...
by hous0067
Sun Aug 26, 2012 10:02 pm
Forum: How do I code ...
Topic: ato port to pwm
Replies: 10
Views: 4636

Re: ato port to pwm

Hi, Noob question: I'm trying to get pwm fans (not led) to dim using the ato low port as a 0-5v pwm driver. I wired up the fans with a separate 12v power supply, I just want a control signal from the ato + port. I've read enough to think I need the codes below...can someone also help me with exactly...