Search found 188 matches

by Reefology
Sun Jan 20, 2019 10:16 pm
Forum: How do I code ...
Topic: Ramping leds up multiple times a day
Replies: 3
Views: 4984

Re: Ramping leds up multiple times a day

fyi, heres my latest 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> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #inc...
by Reefology
Sun Jan 20, 2019 2:48 pm
Forum: How do I code ...
Topic: Ramping leds up multiple times a day
Replies: 3
Views: 4984

Re: Ramping leds up multiple times a day

Hey Curt, no rush at all and thanks a bunch.

correct not related to seasonal temps but would still like to control max intensity via the portal as I'm doing now.

Thanks
by Reefology
Sun Jan 20, 2019 10:39 am
Forum: How do I code ...
Topic: Ramping leds up multiple times a day
Replies: 3
Views: 4984

Ramping leds up multiple times a day

Thanks to Curt, I've been using seasonal temps flawlessly for a while now, and love it! https://forum.reefangel.com/viewtopic.php?f=12&t=6622 However, I'd now like to ramp my lights several times a day so my corals don't get blasted with max light intensity all day long. can either be randomly (...
by Reefology
Tue Jan 15, 2019 1:31 pm
Forum: Ask anything here
Topic: adding 2nd board to arduino platform
Replies: 1
Views: 3366

adding 2nd board to arduino platform

Hi, wanted to play around with programming so I bought a mega board. the problem I'm having is the platform won't allow me to select a regular arduino board, I can only choose RA or RA+ under Tools/Boards. Do I have to download another platform? if I use this one, will it mess up my libraries or fol...
by Reefology
Sat Oct 14, 2017 12:54 pm
Forum: How do I code ...
Topic: Seasonal Temperatures
Replies: 15
Views: 14419

Re: Seasonal Temperatures

that looks great Curt, I'll give it a try.

I do have a questions though:

how does the controller use the default month? and why do we need it?

Code: Select all


{774,778},// default in case of error in month=0 (May)
thanks a bunch!
by Reefology
Sat Oct 14, 2017 11:25 am
Forum: How do I code ...
Topic: Seasonal Temperatures
Replies: 15
Views: 14419

Re: Seasonal Temperatures

btw, thanks for helping me with this Curt, really appreciate it!
by Reefology
Sat Oct 14, 2017 11:23 am
Forum: How do I code ...
Topic: Seasonal Temperatures
Replies: 15
Views: 14419

Re: Seasonal Temperatures

binder wrote:
I would suggest testing out setting the pwm value to 0 for the channels
I think I've been doing that all along, the portal indicates 0%, but the lights stay very low when plugged into regular outlet.
by Reefology
Sat Oct 14, 2017 10:26 am
Forum: How do I code ...
Topic: Seasonal Temperatures
Replies: 15
Views: 14419

Re: Seasonal Temperatures

I have one set of lights. I use pwm channels for the same lights because they dim down low but won't shut down completely unless they are plugged into the relay box. I would like to use those ports for something else, is there a way to shut them down with the pwm alone?
by Reefology
Sat Oct 14, 2017 5:43 am
Forum: How do I code ...
Topic: Seasonal Temperatures
Replies: 15
Views: 14419

Re: Seasonal Temperatures

Thanks for your help Curt so something like this for daylight on port 2? void SeasonalDaylight () { static int heatArray[][2] = { {13,0,22,0},// default in case of error in month=0 (May) {15,0,22,0},//January (winter) {14,30,22,0},//February (winter) {14,0,22,0},//March (early spring) {13,30,22,0},/...
by Reefology
Fri Oct 13, 2017 6:40 pm
Forum: How do I code ...
Topic: Seasonal Temperatures
Replies: 15
Views: 14419

Re: Seasonal Temperatures

I don't want anything complicated so hard code would be just fine. I currently ramp my white leds from 0 to 65 on slope over 90 mins and my actinics from 0 to 80 over 90 mins as well.

how would I go about hard coding this?
by Reefology
Fri Oct 13, 2017 4:13 am
Forum: How do I code ...
Topic: Seasonal Temperatures
Replies: 15
Views: 14419

Re: Seasonal Temperatures

thats awesome, thanks Curt.

is there a way to do something similar with my lighting? i.e.. longer days when it's warmer and shorter days when the water is cooler.
by Reefology
Thu Oct 12, 2017 5:08 pm
Forum: How do I code ...
Topic: Seasonal Temperatures
Replies: 15
Views: 14419

Seasonal Temperatures

void SeasonalTemps () { static int heatArray[][2] = { {792,796},// default in case of error in month=0 (June) {770,774},//January (winter) {774,778},//February (winter) {775,779},//March (early spring) {779,783},//April (spring) {785,789},//May (spring) {792,796},//June (early summer) {799,803},//J...
by Reefology
Wed Oct 11, 2017 2:36 pm
Forum: Ask anything here
Topic: Reefology's code
Replies: 64
Views: 66826

Re: Reefology's code

Hoping someone can help with this. I'd like to add Seasonal changes to my code but can't get it to compile. void SeasonalTemps () { static int heatArray[][2] = { {782,786},// default in case of error in month=0 (June) {760,764},//January (winter) {764,768},//February (winter) {765,769},//March (earl...
by Reefology
Thu Feb 16, 2017 4:16 am
Forum: Ask anything here
Topic: Reefology's code
Replies: 64
Views: 66826

Re: Reefology's code

////// Place global variable code below here ////// Place global variable code above here void setup() { // This must be the first line InternalMemory.LCDID_write(255); //this line was added when i got a replacement RA+ board ReefAngel.Init(); //Initialize controller ReefAngel.Use2014Screen(); // L...
by Reefology
Wed Jan 11, 2017 11:20 pm
Forum: Ask anything here
Topic: help with jeabo rw-8 staying on
Replies: 3
Views: 5263

Re: help with jeabo rw-8 staying on

did you ever get help with this or figure it out? I haven't had any luck getting any of the RA gurus to respond to my threads??? I don't think it's the pump (gotta be something in the code/libraries). I had the same issue and did a lot of trouble shooting. for me, its just the antisync on highATO th...
by Reefology
Wed Jan 11, 2017 3:56 pm
Forum: Ask anything here
Topic: Reefology's code
Replies: 64
Views: 66826

Re: Reefology's code

void setup() { // This must be the first line ReefAngel.Init(); //Initialize controller ReefAngel.Use2014Screen(); // Let's use 2014 Screen // Ports toggled in Feeding Mode ReefAngel.FeedingModePorts = Port5Bit; // Ports toggled in Water Change Mode ReefAngel.WaterChangePorts = Port3Bit | Port4Bit ...
by Reefology
Sun Jan 08, 2017 7:00 pm
Forum: Addons
Topic: Dosing pump issue
Replies: 13
Views: 12447

Re: Dosing pump issue

sounds like the dosing pump head is mis-aligned. if the rollers are not completely compressing tube against wall, they will allow air in or out. who makes your dosing pump?
by Reefology
Sat Jan 07, 2017 9:05 pm
Forum: How do I code ...
Topic: Proofreading Jebao on ATO.....
Replies: 22
Views: 15848

Re: Proofreading Jebao on ATO.....

bump
by Reefology
Fri Jan 06, 2017 6:43 pm
Forum: Addons
Topic: Fish feeder
Replies: 14
Views: 13409

Re: Fish feeder

slm222 wrote:Is this something still being looked into?
wondering the same!?
by Reefology
Wed Jan 04, 2017 6:26 pm
Forum: How do I code ...
Topic: Proofreading Jebao on ATO.....
Replies: 22
Views: 15848

Re: Proofreading Jebao on ATO.....

bump

thanks
by Reefology
Tue Jan 03, 2017 7:15 am
Forum: How do I code ...
Topic: Proofreading Jebao on ATO.....
Replies: 22
Views: 15848

Re: Proofreading Jebao on ATO.....

fyi, both cables working on the ATO low, tried switching sync with antisync and it appears to be the ATO high pin just sending a constant 5v signal???

any input would be great.

thanks
by Reefology
Sun Jan 01, 2017 1:18 pm
Forum: How do I code ...
Topic: Proofreading Jebao on ATO.....
Replies: 22
Views: 15848

Re: Proofreading Jebao on ATO.....

happy new year Im having a similar problem as the original post except it just the antisync pump running full throttle and doesn't respond to commands such as feeding mode? void setup() { // This must be the first line ReefAngel.Init(); //Initialize controller ReefAngel.Use2014Screen(); // Let's use...
by Reefology
Thu Dec 29, 2016 10:04 pm
Forum: For New Members
Topic: RA portal charts does not have new data
Replies: 50
Views: 35999

Re: RA portal charts does not have new data

ok, thanks Roberto for putting up with my ignorance.
by Reefology
Thu Dec 29, 2016 8:18 pm
Forum: For New Members
Topic: RA portal charts does not have new data
Replies: 50
Views: 35999

Re: RA portal charts does not have new data

charts still showing data from 12/23
by Reefology
Thu Dec 29, 2016 8:15 pm
Forum: For New Members
Topic: RA portal charts does not have new data
Replies: 50
Views: 35999

Re: RA portal charts does not have new data

ok, got the new host ERR: ?-Cmd <4.41> get e wifly-GSX Ver: 4.41 Build: r1057, Jan 17 2014 10:26:29 on RN-131 SSID=WiFly-GSX-db Pass= Linkmon=3600 Beacon=102 Reboot=0 IF=UP DHCP=ON IP=192.168.0.34:2000 NM=255.255.255.0 GW=192.168.0.1 HOST=104.36.18.155:80 PROTO=TCP, MTU=1524 FLAGS=0x6 TCPMODE=0x0 BA...
by Reefology
Thu Dec 29, 2016 8:11 pm
Forum: For New Members
Topic: RA portal charts does not have new data
Replies: 50
Views: 35999

Re: RA portal charts does not have new data

CMD
set i h 104.36.18.155

AOK
<4.41>
save

Storing in config
<4.41>
reboot

*Reboot*.

I tried it again and now got this which looks right to me...which means absolutely nothing :)
by Reefology
Thu Dec 29, 2016 8:08 pm
Forum: For New Members
Topic: RA portal charts does not have new data
Replies: 50
Views: 35999

Re: RA portal charts does not have new data

sure I did something wrong but heres what I got. ‰ñúã6‘;öÇfiûÊÊ9ßã˝ª+ î˝¥lú>i.‘fi.¥—∆ãn˝ÏˆúãN‘;9&)Ê.»˝ßɲ{+.¨ˇ.|ú$$$ ERR: ?-Cmd <4.41> set i h 104.36.18.155 AOK <4.41> save Storing in config <4.41> reboot *Reboot*.HTTP/1.1 400 Bad Request Content-Type: text/html; charset=us-ascii Server: Microsoft...
by Reefology
Thu Dec 29, 2016 7:54 pm
Forum: For New Members
Topic: RA portal charts does not have new data
Replies: 50
Views: 35999

Re: RA portal charts does not have new data

heres what I got CMD get e wifly-GSX Ver: 4.41 Build: r1057, Jan 17 2014 10:26:29 on RN-131 SSID=WiFly-GSX-db Pass= Linkmon=3600 Beacon=102 Reboot=0 IF=UP DHCP=ON IP=192.168.0.34:2000 NM=255.255.255.0 GW=192.168.0.1 HOST=198.171.134.6:80 PROTO=TCP, MTU=1524 FLAGS=0x6 TCPMODE=0x0 BACKUP=0.0.0.0 OPEN=...
by Reefology
Thu Dec 29, 2016 7:48 pm
Forum: For New Members
Topic: RA portal charts does not have new data
Replies: 50
Views: 35999

Re: RA portal charts does not have new data

I typed "get e" and this was the response

<h1>Bad Request</h1><h1>Bad Request (Invalid URL)</h1>
by Reefology
Thu Dec 29, 2016 7:21 pm
Forum: For New Members
Topic: RA portal charts does not have new data
Replies: 50
Views: 35999

Re: RA portal charts does not have new data

thanks Roberto but the portal still has dec 23rd as the last data for relays and web charts?