Search found 121 matches

by modulok
Fri Dec 28, 2012 10:11 pm
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

Ok now moon phase is 72%. So yesterday was the first at 76%.

Sent from my SGH-I777 using Tapatalk 2
by modulok
Fri Dec 28, 2012 12:47 pm
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

I changed the MoonPhase amount to 76 and tested it...Seemed to work last night and it's off today. I am a bit confused though. This morning was the full moon, wouldn't the MoonPhase be 100 at that time? Edit: I just tested the overheat function. It worked, ports turned off like they should. But when...
by modulok
Thu Dec 27, 2012 12:43 pm
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

ok, great I will test to see if its working properly tonight.
by modulok
Thu Dec 27, 2012 12:26 pm
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18065

Re: Detecting Expansion Relays

I didn't copy the whole code and I think I missed a new DalayedPowerOutage line in this part. if (PowerOutage && ReefAngel.Relay.IsRelayPresent(EXP1_RELAY)) { PowerOutage=false; DelayedPowerOutage=false; LastStart=now(); } It's working now, thanks for the continued assistance with this.
by modulok
Wed Dec 26, 2012 11:05 pm
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

I've got the MoonPhase line working now with the other 2 lines commented out. Now the PWM is 73%, so I guess in a few nights it will be at 100%? (This will be my first full moon with the controller setup, so I am assuming that's the case.) Well I would still like to keep the Morning and Evening sche...
by modulok
Wed Dec 26, 2012 10:59 pm
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18065

Re: Detecting Expansion Relays

ok, the delay seems to be triggering now...but when the exp1 relay's power is restored the ports that were shut off do not come back on.
by modulok
Wed Dec 26, 2012 8:28 pm
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

While testing I modified the hours so it would work.

Sent from my SGH-I777 using Tapatalk 2
by modulok
Wed Dec 26, 2012 6:38 pm
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

Yeah I did try a lower value and it didn't help.

Sent from my SGH-I777 using Tapatalk 2
by modulok
Wed Dec 26, 2012 4:14 pm
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

Here is my current Stock LED setup if (hour()<11) ReefAngel.StandardLights( Box1_Port4,8,0,11,0 ); //RSMLED Morning 8a-11a else ReefAngel.StandardLights( Box1_Port4,19,0,22,0 ); //RSMLED Evening 7p-10p Here is the line I added. if (MoonPhase())>=100) ReefAngel.StandardLights( Box1_Port4,22,0,8,0 ); ...
by modulok
Wed Dec 26, 2012 3:06 pm
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

Is there a way to detect which moonphase is active? I would like to switch on my stock (non dimmable) LEDs on when the moonphase is Full Moon.
by modulok
Wed Dec 26, 2012 2:42 pm
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18065

Re: Detecting Expansion Relays

Excellent! Delayed ports now being delayed when power is restored. I don't know why, but now the delay after the exp1 relay loses power is just 2 seconds instead of the 3-4 sec I had the other day. I think it would be best to add a 10 second delay. Can we revisit adding a timer delay before turning ...
by modulok
Wed Dec 26, 2012 1:08 pm
Forum: Ask anything here
Topic: Wifi question
Replies: 6
Views: 2604

Re: Wifi question

I believe you can setup alerts on the portal. The portal has a good amount of useful items. Also with the Android app you can control ports, toggle feed/water change modes, and set parameters with the internal memory. I agree the wifi unit is a little pricey, but it never said it would upload code. ...
by modulok
Mon Dec 24, 2012 12:56 pm
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

Yeah, that looks better. Thanks
by modulok
Mon Dec 24, 2012 8:44 am
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

I just noticed that the moonlights are still on at 10:30am. Without specifying the minute, I changed it to this: if (hour()>=22 || hour()<=9) // Turn Moonlights on/off Use this: if (hour()>=22 || hour()<=10) // Turn Moonlights on/off { ReefAngel.PWM.SetActinic(MoonPhase()); ReefAngel.PWM.SetDaylight...
by modulok
Sun Dec 23, 2012 11:02 pm
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18065

Re: Detecting Expansion Relays

Delayed ports still coming on with always on ports.
by modulok
Sun Dec 23, 2012 8:56 pm
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18065

Re: Detecting Expansion Relays

After messing with this for awhile, I think I am ok not using the timer function. Without it there is a 3-4 sec delay before ports shutdown. And for quick outages that just make the lights blink I think 3-4 secs is enough. The only thing I'd like to get working is LastStart=now(); Not sure where to ...
by modulok
Sun Dec 23, 2012 3:47 pm
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18065

Re: Detecting Expansion Relays

Nope...still nothing happening when pulling the cord to 2nd relay box. It doesn't like the timer addition, gotta be something with that part. This works, but there is no timer. // Power Outage - Shutdown all but 1 flow pump if (!ReefAngel.Relay.IsRelayPresent(EXP1_RELAY)) //if (!PowerOutage) //{ // ...
by modulok
Sun Dec 23, 2012 11:51 am
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18065

Re: Detecting Expansion Relays

Do you keep your RA all through the entire power outage? I'd like to keep the RA and main relay on for as long as the batteries will stay up. If that's what you are asking. I tried the code and the timer function is still not working. 2nd relay is not triggering powerout scenario. Shouldn't it be i...
by modulok
Sat Dec 22, 2012 9:59 pm
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18065

Re: Detecting Expansion Relays

Moving the ports always on into the loop worked when the exp relay power was restored. (The wizard put it outside of the loop) Without using the time part I did a little testing. Ports 1-6 come back on when power is restored, but ports4+5 (return+skimmer) do not obey their ReefAngel.Relay.DelayedOn ...
by modulok
Sat Dec 22, 2012 1:28 pm
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18065

Re: Detecting Expansion Relays

Yeah, its so useful. I haven't even hooked my RA up to my tank yet and I love it so much.

Can any of the other controllers do this?
by modulok
Fri Dec 21, 2012 3:47 pm
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18065

Re: Detecting Expansion Relays

#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> #include <RA_TempSensor.h> #in...
by modulok
Fri Dec 21, 2012 3:28 pm
Forum: Addons
Topic: Relay Expansion
Replies: 4
Views: 2099

Re: Relay Expansion

Yeah just got it last week.
by modulok
Fri Dec 21, 2012 2:36 pm
Forum: Addons
Topic: Relay Expansion
Replies: 4
Views: 2099

Re: Relay Expansion

This is a requirement? I didn't do anything with jumpers and my exp relay and relay box are working fine.
by modulok
Fri Dec 21, 2012 2:30 pm
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18065

Re: Detecting Expansion Relays

Is there a way to set a small delay before it turns off ports?

Example: Wait for power outage 2 minutes before shutting off return and skimmer pumps.

Also, when I restore power to the non-ups relay port 2 on the main relay isn't coming back.
by modulok
Thu Dec 20, 2012 8:42 pm
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

Awesome, thank you Roberto!
by modulok
Thu Dec 20, 2012 1:51 pm
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

Does everyone just leave dimmable moonlights (set to moonphase) on all the time? I think I would like to leave them off except from 10PM to 10AM.
by modulok
Wed Dec 19, 2012 8:28 pm
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

OK, moonlights are at 31% now. Looks like they are working. I also added a few feet of length to the moonlights. With the 2nd relay box, both of the pwm connections work, but it looks like the brightness is just 100%. Any chance those can be controlled, so I could have 4 moonlights without the expan...
by modulok
Mon Dec 17, 2012 6:33 pm
Forum: For New Members
Topic: IP Address
Replies: 5
Views: 3755

Re: IP Address

Yup, you need to setup port forwarding. If you did it might not be working.

Use this site to check. canyouseeme.org (change the port to 2000)
by modulok
Mon Dec 17, 2012 4:54 pm
Forum: For New Members
Topic: IP Address
Replies: 5
Views: 3755

Re: IP Address

You need your external IP. whatsmyip.org is a good place to find it.
by modulok
Sun Dec 16, 2012 6:34 pm
Forum: For New Members
Topic: Red Sea Max 500
Replies: 101
Views: 58275

Re: Red Sea Max 500

ok, I was thinking what a coincidence it would be that the moonphase was in fact 15%, the same as the initial low setting when I was testing the slope and parabola settings.