Search found 12 matches

by pyroboy1der
Thu Aug 11, 2016 7:50 pm
Forum: How do I code ...
Topic: Cloud and Lightning Code for Dimming Expansion
Replies: 106
Views: 292590

Re: Cloud and Lightning Code for Dimming Expansion

Right now the clouds dim my white all the way down to 0. Is there a way to make it only dim to a set point or to have it dim as a given percentage of the previous value, such as 1/2?
by pyroboy1der
Thu Aug 11, 2016 1:43 pm
Forum: How do I code ...
Topic: Sunrise and Clouds
Replies: 2
Views: 3357

Re: Sunrise and Clouds

Ok so I've got Colins Cloud and storm code up and running on my system. I have it working using PWMSlope but I'd much prefer to use PWMParabola for the dimming. Is this possible? Every time I try to swap Parabola Dimming in for the Slope my Whites just sit at their minimum value and don't dim at all...
by pyroboy1der
Thu Aug 04, 2016 9:25 pm
Forum: How do I code ...
Topic: Sunrise and Clouds
Replies: 2
Views: 3357

Sunrise and Clouds

Hi all, I"m looking to do location based sunrise sunset and cloud simulation with 3 fixtures with white and blue channels on each. I've got the RA+ and will be using the current version Dimming Expansion. Reading around the forums it seems that this is a project that has been tacked by more tha...
by pyroboy1der
Sun Jun 08, 2014 7:09 pm
Forum: Standard
Topic: Daylight PWM port not working
Replies: 8
Views: 5714

Re: Daylight PWM port not working

Thanks for the info guys. I haven't gotten around to replacing the amp but today it just started working again. Does this change offer any clues that it might be something else? Nothing else changed Code is the same. Cables still plugged in the same ways. It hasn't even been touched in several weeks...
by pyroboy1der
Wed May 07, 2014 6:15 pm
Forum: Standard
Topic: Daylight PWM port not working
Replies: 8
Views: 5714

Re: Daylight PWM port not working

No way I can do the repair myself?
by pyroboy1der
Wed May 07, 2014 5:18 pm
Forum: Standard
Topic: Daylight PWM port not working
Replies: 8
Views: 5714

Re: Daylight PWM port not working

Yup it's still broken. Now what?
by pyroboy1der
Sun May 04, 2014 8:14 pm
Forum: Standard
Topic: Daylight PWM port not working
Replies: 8
Views: 5714

Daylight PWM port not working

So I've been running my lights on PWM for about a month now and just noticed that my Daylight PWM port isn't working. Actinic works fine and I switched the control cables and the day driver dims fine on the ACT port just fine, so it must be the port and not the driver. Any suggestions on how to test...
by pyroboy1der
Sat Apr 12, 2014 2:18 pm
Forum: Development Libraries
Topic: Sketch too large with PWM Controlls
Replies: 3
Views: 11081

Re: Sketch too large with PWM Controlls

Here's the code that works with 1.0.7 #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 <...
by pyroboy1der
Sun Mar 23, 2014 8:58 pm
Forum: Development Libraries
Topic: Sketch too large with PWM Controlls
Replies: 3
Views: 11081

Sketch too large with PWM Controlls

I'm sure you've heard it all before but here's my story: I've had my RA for a little over 2 years (Back before the Plus was available) and been running my lights on just the standard timed outlets. Well I got bored over the weekend so I re-wired my light fixture with new drivers so I could PWM dim m...
by pyroboy1der
Thu Sep 20, 2012 12:48 pm
Forum: Standard
Topic: Heater Issue
Replies: 4
Views: 3410

Re: Heater Issue

If anybody knows how to pull the variables from the internal memory that would be awesome otherwise i can just re-generate the code with the variables in the code for now.
by pyroboy1der
Wed Sep 19, 2012 3:09 pm
Forum: Standard
Topic: Heater Issue
Replies: 4
Views: 3410

Re: Heater Issue

Its the code generated by the wizard. Goal temps of 78 on, 79 off on port 6. I'll post the specific code later tonight. :EDIT: Here's 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> #i...
by pyroboy1der
Wed Sep 19, 2012 2:05 pm
Forum: Standard
Topic: Heater Issue
Replies: 4
Views: 3410

Heater Issue

Every time I try and set the "Heater On" temp to anything above 76.7F it auto-sets to 102.2F and causes the Heater port to toggle on and off every couple of seconds as the temp in my sump fluctuates around my Heater Off Temp. I've tried updating temps via the web portal and I uploaded new ...