Search found 58 matches

by lmolenmaker
Thu Oct 01, 2015 4:06 pm
Forum: Standard
Topic: Buzzer interval when waterlevel is low
Replies: 7
Views: 8035

Re: Buzzer interval when waterlevel is low

Thank you Lee.

What does the %60<1 stand for?

Leslie
by lmolenmaker
Sat Sep 26, 2015 4:25 pm
Forum: Standard
Topic: Buzzer interval when waterlevel is low
Replies: 7
Views: 8035

Re: Buzzer interval when waterlevel is low

Anybody?
by lmolenmaker
Wed Sep 23, 2015 9:49 pm
Forum: Standard
Topic: Buzzer interval when waterlevel is low
Replies: 7
Views: 8035

Re: Buzzer interval when waterlevel is low

Sorry, for replying so late and for not being clear. I meant less than 20% and the power of my freshwater pump is connected to port 3. My freshwater pump switches on when the float switch is activated in my sump. This float switch is a stand alone and not connected to the ReefAngel. So basically it ...
by lmolenmaker
Sun Sep 20, 2015 5:46 pm
Forum: Standard
Topic: Buzzer interval when waterlevel is low
Replies: 7
Views: 8035

Buzzer interval when waterlevel is low

Hi guys, I would like some help from you. I have my water-level sensor in my freshwater reservoir. I would like to have my buzzer (connected to actinic channel) activated when the level reaches 20%. It needs to be an interval, not continuous, lets say every minute for 1 second at 100% loudness. It a...
by lmolenmaker
Thu May 28, 2015 5:41 am
Forum: Standard
Topic: How to activate buzzer when leak detector is active
Replies: 1
Views: 3412

How to activate buzzer when leak detector is active

Hi guys, I received the rope leak detector and installed it. it is working perfectly except the internal audio is not working. It is not a big deal as I have the external buzzer connected to the actinic dimming channel. Could somebody please let me know which line of code I need to make the external...
by lmolenmaker
Sat May 16, 2015 5:33 pm
Forum: Standard
Topic: Power supply Dimming expansion module died on me.
Replies: 1
Views: 2992

Power supply Dimming expansion module died on me.

Hi guys, I am not an electrician so I need your help. The Power supply of the Dimming expansion module died on me. I looked at the back and it says: Output 12V - 1 A. Now I found in my stash of adaptors and power supplies, I collected over the years a similar one, only it says: Output 12V - 3000 mA....
by lmolenmaker
Sat Apr 04, 2015 3:39 am
Forum: Standard
Topic: Dimming Expansion module not working properly
Replies: 14
Views: 12965

Re: Dimming Expansion module not working properly

Hi Roberto,

Sorry, was out of town for business.

I opened the dimming expansion and it says: Reef Angel Dimming Expansion 1.2

Hope this is what you are looking for.

I look forward to hearing from you.

Leslie
by lmolenmaker
Fri Mar 27, 2015 8:22 pm
Forum: Standard
Topic: Dimming Expansion module not working properly
Replies: 14
Views: 12965

Re: Dimming Expansion module not working properly

Open the case of the ReefAngel or open the case of the expansion module?

And where can I find the information, what do I need to look for?

Leslie
by lmolenmaker
Fri Mar 27, 2015 5:24 am
Forum: Standard
Topic: Dimming Expansion module not working properly
Replies: 14
Views: 12965

Re: Dimming Expansion module not working properly

Roberto, Sorry it took so long to reply, been away for a while. Yes, i tried different ports and cables, with no luck. What I noticed now is that port 5 is clicking on and off as soon as I switch on the power of the dimming expansion module. At the moment I have the following piece of code for my 3 ...
by lmolenmaker
Sat Mar 07, 2015 3:48 pm
Forum: How do I code ...
Topic: Assigning channels to different pumps.
Replies: 1
Views: 2934

Assigning channels to different pumps.

Hi guys, I have 3 WP25 pumps and I would like them to do 3 different things. For example pump 1 Gyre, pump 2 shortpulse and pump 3 constant. How do I let the RA know which channel is for which pump. I have the leads connected to the channels 0, 1 and 2. Also do I have to add a line of code in the se...
by lmolenmaker
Thu Mar 05, 2015 2:31 pm
Forum: Standard
Topic: Dimming Expansion module not working properly
Replies: 14
Views: 12965

Re: Dimming Expansion module not working properly

Roberto, I have a water level module as well. And an expansion hub. Only my Jebao wave maker is connected to the Dimming expansion. There is no salt creep or water damage, as my electrical cabinet is separate away from the tank and sump. The problem occurs randomly. Maybe twice, three times a week. ...
by lmolenmaker
Wed Mar 04, 2015 8:49 pm
Forum: Standard
Topic: Dimming Expansion module not working properly
Replies: 14
Views: 12965

Re: Dimming Expansion module not working properly

Roberto,

That is the other end of the power supply cord for the dimming expansion module.
by lmolenmaker
Wed Mar 04, 2015 5:31 am
Forum: How do I code ...
Topic: Float switch as a fail safe for the waterlevel expansion
Replies: 6
Views: 5502

Re: Float switch as a fail safe for the waterlevel expansion

Thank you Lee,

So the only difference is the exclamation mark in front of ReefAngel to do the reverse thing?
by lmolenmaker
Tue Mar 03, 2015 11:07 pm
Forum: Standard
Topic: Dimming Expansion module not working properly
Replies: 14
Views: 12965

Re: Dimming Expansion module not working properly

Roberto, This is what I noticed, very strange. When the problem occurs, I switch off the power of the dimming expansion module, result nothing happens. When I leave the power on and take the little power plug out of the expansion module, result things back to normal. Is something wrong with the modu...
by lmolenmaker
Tue Mar 03, 2015 2:18 pm
Forum: How do I code ...
Topic: Float switch as a fail safe for the waterlevel expansion
Replies: 6
Views: 5502

Re: Float switch as a fail safe for the waterlevel expansion

Thank you Lee. When I put the code at the end, I get the following error: sketch_Jan15_2015_A.cpp: In function 'void loop()': sketch_Jan15_2015_A:234: error: could not convert 'ReefAngel.ReefAngelClass::HighATO.RA_ATOHighClass::IsActive' to 'bool' sketch_Jan15_2015_A:234: error: in argument to unary...
by lmolenmaker
Mon Mar 02, 2015 11:00 pm
Forum: How do I code ...
Topic: Float switch as a fail safe for the waterlevel expansion
Replies: 6
Views: 5502

Float switch as a fail safe for the waterlevel expansion

Hi guys, I have the following code for my waterlevel expansion: // If waterlevel is below 94%, Freshwater ATO on until 99% or greater if (ReefAngel.WaterLevel.GetLevel()<=94) ReefAngel.Relay.On(Port5); if (ReefAngel.WaterLevel.GetLevel()>=99) ReefAngel.Relay.Off(Port5); Now, I noticed that sometimes...
by lmolenmaker
Sun Mar 01, 2015 1:36 pm
Forum: Standard
Topic: Dimming Expansion module not working properly
Replies: 14
Views: 12965

Re: Dimming Expansion module not working properly

No water damage Roberto.

How do I check a bad connection? Do you mean replacing the usb cable of the module?
by lmolenmaker
Sat Feb 28, 2015 9:23 pm
Forum: Standard
Topic: Dimming Expansion module not working properly
Replies: 14
Views: 12965

Dimming Expansion module not working properly

Hi Guys, I have my Reefangel for almost 2 years now. I have my WP25 hooked up to the dimming expansion for more than a year now, with no problems. Lately I have noticed that at random times the pump is on continuously when it suppose to pulse. I also noticed that the pump didn't go at all at times w...
by lmolenmaker
Mon Feb 23, 2015 2:32 am
Forum: Ask anything here
Topic: Waterlevel expansion pvc adaptor
Replies: 6
Views: 6165

Re: Waterlevel expansion pvc adaptor

Ah, that's a shame. They don't ship to Australia.

Should I maybe glue around the tubing, to stop the leaks?
by lmolenmaker
Mon Feb 23, 2015 1:35 am
Forum: Ask anything here
Topic: Waterlevel expansion pvc adaptor
Replies: 6
Views: 6165

Waterlevel expansion pvc adaptor

Hi Roberto, I was wondering if I could buy just the adaptor (the part with the orange bit) as i think there is a leak where the tube enters the adaptor? Overtime ( a week or so) the percentage drops and my top off system thinks it need to be activated, which is actually not the case. I have to recal...
by lmolenmaker
Thu May 29, 2014 6:20 pm
Forum: Standard
Topic: Wifi problems after 7 months
Replies: 3
Views: 2972

Re: Wifi problems after 7 months

Thank you Roberto. It worked. Now the second part of the problem, the usb-ttl cable issue, more often than not the cable cannot be recognised by pc. It is driving me nuts and it withholds me from adjusting the code as it is a real pain to get connected to the head unit. Do you still have the bluetoo...
by lmolenmaker
Thu May 29, 2014 6:57 am
Forum: Standard
Topic: Wifi problems after 7 months
Replies: 3
Views: 2972

Wifi problems after 7 months

Hi Guys, Can somebody please help me figuring out what to do with my wifi attachment. After 7 months working flawlessly, I noticed that I couldn't connect to my portal. Out of the 20 times I refresh the page I was able to access my portal maybe once. All the other times I get unreachable address. (w...
by lmolenmaker
Thu Jan 23, 2014 7:33 pm
Forum: Standard
Topic: How to retrieve current code from the controller?
Replies: 4
Views: 2648

Re: How to retrieve current code from the controller?

Thanks for the reply.

I guess to start all over again. Maybe a good thing.

Clean it up a bit.

Leslie
by lmolenmaker
Thu Jan 23, 2014 7:13 pm
Forum: Standard
Topic: How to retrieve current code from the controller?
Replies: 4
Views: 2648

How to retrieve current code from the controller?

Hi guys, After a system restore of my laptop I lost most files with the codes. So at the moment I have no idea which code has been uploaded to the main unit. Is there a way to retrieve the current code stored on my unit, so I can save that to my computer? Hope somebody can help me out here, otherwis...
by lmolenmaker
Wed Jan 22, 2014 9:26 pm
Forum: How do I code ...
Topic: Parabola reversed, possible ?
Replies: 4
Views: 3435

Re: Parabola reversed, possible ?

Thanks Lee,

I will give it a try. I will report back later.

Leslie
by lmolenmaker
Wed Jan 22, 2014 7:16 pm
Forum: How do I code ...
Topic: Parabola reversed, possible ?
Replies: 4
Views: 3435

Re: Parabola reversed, possible ?

Thanks for your answer Lee,

But I have no idea what to do with it.

What will be the code for the example below?

Starting at 60% and then down to 0% and then up to 60% again ? (pwm daylight channel, between 10.00 and 22.00 hrs).

I appreciate your help.

Leslie
by lmolenmaker
Wed Jan 22, 2014 4:39 pm
Forum: How do I code ...
Topic: Parabola reversed, possible ?
Replies: 4
Views: 3435

Parabola reversed, possible ?

Hi guys, as far as I understand, the pwm parabola function ramps up and then down. Is it possible to let the function first ramp down and then up? For example this: ReefAngel.PWM.SetDaylight( PWMParabola(10,0,22,0,60,0,0) ); Starting at 60% and then down to 0% and then up to 60% again ? I just don't...
by lmolenmaker
Fri Jan 10, 2014 9:45 pm
Forum: Standard
Topic: RA+ and expansion Hub malfunctioning !
Replies: 8
Views: 5017

Re: RA+ and expansion Hub malfunctioning !

Roberto,

Do you also have a solution or suggestion for the second part of the problem? (see first post)

Sometimes my laptop doesn't recognise the USB device.

I look forward hearing from you.

Leslie
by lmolenmaker
Fri Jan 10, 2014 5:25 pm
Forum: Standard
Topic: RA+ and expansion Hub malfunctioning !
Replies: 8
Views: 5017

Re: RA+ and expansion Hub malfunctioning !

Roberto,

Did you receive the PM (i am not sure if I did it correctly, first time i used PM), message stays in "outbox" folder, not in "sent messages" folder.

Leslie
by lmolenmaker
Fri Jan 10, 2014 5:00 pm
Forum: Standard
Topic: RA+ and expansion Hub malfunctioning !
Replies: 8
Views: 5017

Re: RA+ and expansion Hub malfunctioning !

1. RA is working correctly
2. Waterlevel Not working
3. PWM working
4. Waterlevel not working, PWM working

So it seems the combination WL and Hub is NOT working.

Combination WL and relaybox is working correctly.