Search found 59 matches
- Fri Nov 29, 2013 11:53 am
- Forum: Standard
- Topic: Dimming feature inop
- Replies: 2
- Views: 3391
Re: Dimming feature inop
Does this test the ports on the controller or the relay box?
- Fri Nov 29, 2013 8:16 am
- Forum: Standard
- Topic: Dimming feature inop
- Replies: 2
- Views: 3391
Dimming feature inop
Last night I noticed that my lights were off early for some reason. I didnt have time to check it out. I looked at the tank this morning and noticed that the lights did not come on. I have three sets of lights with different ballasts and none of them have come on. I will assume it's the dimming sign...
Re: WIFI inop
Beta software from the reef angel site?
Re: WIFI inop
Has there been any resolution to this issue? I occasionally follow this thread to see if the manufacturer has solved the issue with the wifi module. I've had the wifi module disconnected from the reef angel for quite some time and havent had any issues with the ports arbitrarily turning on and off. ...
Re: WIFI inop
no the blue light is out
So if the blue light is not blinking it's connected to my network?
So if the blue light is not blinking it's connected to my network?
Re: WIFI inop
Shouldnt the authentication,associated and DHCP fields read true?
Re: WIFI inop
9 out of 10 times I get an error after I enter the SSID and passphrase. Thats where I'm stuck now
Re: WIFI inop
okay, got a little farther that time. when I get to the wifi status screen on the utility it shows associated - false authenticated- false DHCP - false I checked my port forwarding and it is set to 192.168.1.180:2000 I checked the port and it is open I also have the wifi attachment set up with a sta...
WIFI inop
My wifi attachment was blinking blue so I decided to reconfigure it. I tried to an hour with no success. I decided to uninstall the reef angel controller. I downloaded the latest windows installer and went through the setup. I get to the point where you plug in the cable. I wait for windows to advis...
- Sun Aug 26, 2012 6:23 am
- Forum: How do I code ...
- Topic: New Menu Item
- Replies: 1
- Views: 1689
New Menu Item
Hi Roberto, How could I add a new function to the menu? For example, my current menu has water change, feeding etc. I wanted to add a lights on function. Many times I need to look at something in the tank and it's after the lights have gone out. Unplugging something from the relay box and plugging i...
- Mon Aug 13, 2012 4:14 pm
- Forum: How do I code ...
- Topic: Overheat code
- Replies: 16
- Views: 11792
Re: Overheat code
I got home today and found the tank temp above 83.... not good. The chiller was not running yet the head unit display showed the socket active. I unplugged the chiller from the relay box and plugged in a small air pump and it didnt run. I tried the chiller directly into the wall socket and it works....
- Sat Aug 11, 2012 10:12 am
- Forum: How do I code ...
- Topic: Overheat code
- Replies: 16
- Views: 11792
Re: Overheat code
ok hold on, noob here. This line in the setup tells the controller that probe 3 is the tank water temp... ReefAngel.TempProbe = T3_PROBE; ReefAngel.OverheatProbe = T3_PROBE; So the controller should turn on the chiller based on the following... ReefAngel.StandardFan( Box1_Port5,790,815 ); This is th...
- Sat Aug 11, 2012 9:12 am
- Forum: How do I code ...
- Topic: Overheat code
- Replies: 16
- Views: 11792
Re: Overheat code
Thats exactly how I want it to work. I noticed the fans running this morning when the lights first came on. The temp never had a chance to reach 85. I didn't know if the code was correct or if the line of code for the hood fan was interfering somehow with the code for the chiller
- Sat Aug 11, 2012 7:38 am
- Forum: How do I code ...
- Topic: Overheat code
- Replies: 16
- Views: 11792
Re: Overheat code
Roberto, Benn doing a little tweeking. So far everything works except the hood fan. I wanted the fans to come on at 85 degrees and off at 79. I noticed they were on and the temp of the lights was only 80. Here is what I have so far... #include <ReefAngel_Features.h> #include <Globals.h> #include <RA...
- Mon Aug 06, 2012 4:47 pm
- Forum: Addons
- Topic: Probe Extension cable
- Replies: 2
- Views: 1744
Re: Probe Extension cable
Took a picture and double checked. The cable uses different color wires but they seem to be oriented the same. Found the black wire in one of the plugs pulled out. You need a microscope to be able to see it, don't know how to go about fixing it.
- Sun Aug 05, 2012 1:13 pm
- Forum: Addons
- Topic: Probe Extension cable
- Replies: 2
- Views: 1744
Probe Extension cable
Roberto, I was getting a reading of 185 degrees on one of my probes. I removed the probe extension cable and plugged the probe directly into the head unit and it reads fine. I tried the extension cable on another probe and same result. I looked at the cable and it only plugs in one way on both the p...
- Sun Aug 05, 2012 6:26 am
- Forum: Addons
- Topic: Expansion Relay Box
- Replies: 7
- Views: 3279
Re: Expansion Relay Box
I might have figured it out. If the light schedule has the lights off then I can turn them on and off via the portal. If the lights are on following the programmed schedule and I try to turn them off via the portal, they go off then back on almost instantly (hence the blink). I'm thinking that since...
- Sun Aug 05, 2012 4:19 am
- Forum: Addons
- Topic: Expansion Relay Box
- Replies: 7
- Views: 3279
Re: Expansion Relay Box
I noticed that. I added an extension to the probe and I think that's when I started getting that reading. I was having the issue with the portal prior to adding the extension though.
- Sat Aug 04, 2012 7:48 pm
- Forum: How do I code ...
- Topic: Overheat code
- Replies: 16
- Views: 11792
Re: Overheat code
Thanks, I've been noticing the wavemaker ports have been cycling. I thought I selected constant when I used the wizard. Is that what the code shows? ReefAngel.Wavemaker( Port5,60 ); ReefAngel.Wavemaker( Port6,60 ); I'm wondering what the 60 stands for? Might I be better of setting port 5 and 6 for a...
- Sat Aug 04, 2012 6:54 pm
- Forum: How do I code ...
- Topic: Overheat code
- Replies: 16
- Views: 11792
Re: Overheat code
Does that go in the loop or setup section?
- Sat Aug 04, 2012 6:51 pm
- Forum: Addons
- Topic: Expansion Relay Box
- Replies: 7
- Views: 3279
Re: Expansion Relay Box
If I turn off a port via the portal that is connected to a light, I can hear the box click and the lights will blink. Its as if they turn off and back on.
- Sat Aug 04, 2012 6:27 pm
- Forum: How do I code ...
- Topic: Overheat code
- Replies: 16
- Views: 11792
Re: Overheat code
My heater is on port 1. The chiller is on Box 1 port 7. The fan hood I will put on Box 1 port 6.
- Sat Aug 04, 2012 6:19 pm
- Forum: Addons
- Topic: Expansion Relay Box
- Replies: 7
- Views: 3279
Re: Expansion Relay Box
I don't know, I dont have a smart phone
- Sat Aug 04, 2012 3:59 pm
- Forum: How do I code ...
- Topic: Overheat code
- Replies: 16
- Views: 11792
Overheat code
Here is what I am trying to do. I have temp probe 1 on my lights and temp probe 2 in my sump. I want to be able to turn on a fan to cool the lights when they reach a certain temp and turn on a chiller when the tank temp reaches a certain temp. Here is what I have so far. #include <ReefAngel_Features...
- Sat Aug 04, 2012 3:34 pm
- Forum: Addons
- Topic: Expansion Relay Box
- Replies: 7
- Views: 3279
Expansion Relay Box
I just added a relay expansion module and relay box. Got it working ok. The additional relays show up on the portal but if I try to turn them on and off via the portal it doesnt work. Ideas?
- Thu Jul 26, 2012 8:03 pm
- Forum: Addons
- Topic: Relay Expansion module
- Replies: 11
- Views: 5944
Re: Relay Expansion module
Roberto, I checked and yes the cable was in the bag with the module. I never noticed it, I was expecting a long cable for some reason. Thanks
- Wed Jul 25, 2012 8:41 pm
- Forum: Addons
- Topic: Relay Expansion module
- Replies: 11
- Views: 5944
Re: Relay Expansion module
No there was no USB cable in the box, just the power cord for the relay box and the SVGA cable.
- Wed Jul 25, 2012 8:13 pm
- Forum: Addons
- Topic: Relay Expansion module
- Replies: 11
- Views: 5944
Re: Relay Expansion module
The only two cables I received were the power cord and the SVGA cable. I assume the jumpers are in the head unit?
- Wed Jul 25, 2012 8:08 pm
- Forum: Addons
- Topic: Relay Expansion module
- Replies: 11
- Views: 5944
Re: Relay Expansion module
There is an SVGA cable which I would use to connect the new relay box to the module but how do you then connect the relay module??
- Wed Jul 25, 2012 7:32 pm
- Forum: Addons
- Topic: Relay Expansion module
- Replies: 11
- Views: 5944
Re: Relay Expansion module
Hi Roberto, Just received my relay expansion box. I have a question, I plug the communication cable from the new relay box to the module. What do I use to connect the module to the main relay box? Is the cable supposed to be included? I haven't opened the Reef Angel head unit yet but are the jumpers...