Search found 60 matches

by anderzon_
Wed Jan 01, 2014 4:23 am
Forum: Addons
Topic: program dosing pumps
Replies: 6
Views: 7468

program dosing pumps

Can I program the dosing pump to pump one starts at 08:00 and pumps 5 sec, pump 2 at 09.00 and pumps 5 sec, pump 3 at 10:00 and pumps 5 sec in the morning? And then every three hours until 10 pm? They will not dose on the night. Want it to be so during the day if it's possible?
by anderzon_
Wed Dec 18, 2013 1:03 pm
Forum: Addons
Topic: RA Wifi - 3dBi External Antenna
Replies: 29
Views: 27648

Re: RA Wifi - 3dBi External Antenna

It worked. Thanks Roberto :)
by anderzon_
Wed Dec 18, 2013 11:59 am
Forum: Addons
Topic: RA Wifi - 3dBi External Antenna
Replies: 29
Views: 27648

Re: RA Wifi - 3dBi External Antenna

I have downloaded that program and it dosent work. Does it work in graphical wifi? It only shows up some wierd symbols in the window in tera term.
by anderzon_
Wed Dec 18, 2013 8:06 am
Forum: Addons
Topic: RA Wifi - 3dBi External Antenna
Replies: 29
Views: 27648

Re: RA Wifi - 3dBi External Antenna

I use graphical wifi from reef angels website but do not know where in the program I'm writing code. Someone who can explain?
by anderzon_
Tue Dec 03, 2013 1:49 pm
Forum: How do I code ...
Topic: Controll ORP
Replies: 8
Views: 3425

Re: Controll ORP

Thank u

If I delete this line from the setup section what would happen then?

Code: Select all

ReefAngel.Relay.On( Port3 );
by anderzon_
Tue Dec 03, 2013 10:15 am
Forum: How do I code ...
Topic: Controll ORP
Replies: 8
Views: 3425

Re: Controll ORP

Thanks

I see, would this work?

Code: Select all

if (ReefAngel.Params.ORP >= 400 ) ReefAngel.Relay.Off(Port3);
if (ReefAngel.Params.ORP <= 300 ) ReefAngel.Relay.On(Port3);
by anderzon_
Tue Dec 03, 2013 9:30 am
Forum: How do I code ...
Topic: Controll ORP
Replies: 8
Views: 3425

Re: Controll ORP

will this code work even if it says further up in the code that port 3 is always on? #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...
by anderzon_
Sat Nov 30, 2013 5:16 am
Forum: Addons
Topic: Problems with reef crest mode
Replies: 5
Views: 4329

Re: Problems with reef crest mode

Must be something wrong with my dimming ports. Now the pump
Slow down even in constant mode. Is there any way to reset the relay box?
by anderzon_
Fri Nov 29, 2013 10:16 am
Forum: Addons
Topic: Problems with reef crest mode
Replies: 5
Views: 4329

Re: Problems with reef crest mode

thanks for your replies. It does not stop but it goes on very low speed even though it says 100%, it's only half maybe. If I pull the plug and put it back on again so is it as usual. Is it the pump that's wrong then? I removed the line of text I wrote before, I thought about it crashed in the code b...
by anderzon_
Thu Nov 28, 2013 5:11 pm
Forum: Addons
Topic: Problems with reef crest mode
Replies: 5
Views: 4329

Re: Problems with reef crest mode

my 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> #include <RA_TempSenso...
by anderzon_
Thu Nov 28, 2013 10:51 am
Forum: Addons
Topic: Problems with reef crest mode
Replies: 5
Views: 4329

Problems with reef crest mode

I have a problem with the reef crest mode. It works for a while then it's just like the pump stops at the lowest speed even though it says for example 95%. I've tried to reload the program, but it's the same thing. Anybody have a clue what it could be? I use jebao wp-25 If I pull the cord from the d...
by anderzon_
Wed Nov 27, 2013 1:13 pm
Forum: Addons
Topic: My Jebao "Else" mode
Replies: 123
Views: 66206

Re: My Jebao "Else" mode

right now I run reef crest. I want to be able to choose between programs from the portal.
by anderzon_
Wed Nov 27, 2013 12:46 pm
Forum: Addons
Topic: My Jebao "Else" mode
Replies: 123
Views: 66206

Re: My Jebao "Else" mode

If I use this code, I can then switch between this and other programs through the portal? #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> #in...
by anderzon_
Wed Nov 27, 2013 12:08 pm
Forum: Addons
Topic: My Jebao "Else" mode
Replies: 123
Views: 66206

Re: My Jebao "Else" mode

Hi Ive tried to get this work but it doesn't work. Where in the code should I paste the code. Here is my code: // This should always be the last line ReefAngel.Portal( "anderzon_" ); ReefAngel.ShowInterface(); } After this line. Can someone else chime in on the DCPump stuff? I don't use i...
by anderzon_
Wed Nov 20, 2013 10:02 am
Forum: Addons
Topic: My Jebao "Else" mode
Replies: 123
Views: 66206

Re: My Jebao "Else" mode

Hi Ive tried to get this work but it doesn't work. Where in the code should I paste the code. Here is my 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> #includ...
by anderzon_
Wed Nov 13, 2013 4:18 pm
Forum: How do I code ...
Topic: Delay after water change
Replies: 9
Views: 8953

Re: Delay after water change

Thanks:) Was not quite clear in my last post. My ato is a separate ato I have only connected on port 4, I can use it with standard delay, I have simply missed this. The heater, however, I want to start 15 minutes after the return pump skimmer etc. The reason for this is that the during water change ...
by anderzon_
Tue Nov 12, 2013 10:30 am
Forum: How do I code ...
Topic: Delay after water change
Replies: 9
Views: 8953

Delay after water change

Right now I have it programmed so that the return pump, skimmer, heater, wave maker and ato turns of during water change mode. Can I do that there is a delay of 15 minutes on the heater and ato after I turned off the water change mode to return to normal mode? My heater is on port 1 and the ato is o...
by anderzon_
Sun Nov 10, 2013 11:55 am
Forum: For New Members
Topic: Different modes?
Replies: 1
Views: 2108

Different modes?

I have seen that there are different modes, right now it's light on mode, and last I checked it was normal mode. What is it and how can I change it?
by anderzon_
Sat Nov 09, 2013 3:05 pm
Forum: Standard
Topic: Jebao wp-25
Replies: 9
Views: 4423

Re: Jebao wp-25

I think I found the error. I had the dimming settings at override. Pushed to cancel the override and it worked :)
by anderzon_
Sat Nov 09, 2013 11:22 am
Forum: Standard
Topic: Jebao wp-25
Replies: 9
Views: 4423

Re: Jebao wp-25

Now it works, but I can not change the program. If I choose short pulse so it is left in the reef crest. What is wrong? I use the controller in the web browser. Do I need to upload programs reef crest, short pulse etc?
by anderzon_
Fri Nov 08, 2013 3:15 pm
Forum: For New Members
Topic: ato reservoir
Replies: 1
Views: 2107

ato reservoir

have seen that some have a percentage of their ato reservoir 25% 37% etc. How do I do that? Do I have the expansion then?
by anderzon_
Thu Nov 07, 2013 2:14 pm
Forum: How do I code ...
Topic: Controll ORP
Replies: 8
Views: 3425

Controll ORP

Is it possible to control the ozone generator with a ORP expansion to a specific level. Type to shut off if it gets too high and turns on when it gets too low?
by anderzon_
Thu Nov 07, 2013 1:49 pm
Forum: For New Members
Topic: Libraries?
Replies: 1
Views: 2183

Libraries?

I just wondering how I get the latest library? Have seen people talk about it.
by anderzon_
Thu Nov 07, 2013 11:54 am
Forum: Standard
Topic: Jebao wp-25
Replies: 9
Views: 4423

Re: Jebao wp-25

Should the actinic or daylight port be on sync or antisync?
by anderzon_
Thu Nov 07, 2013 7:53 am
Forum: Standard
Topic: 24 hour clock?
Replies: 3
Views: 2501

Re: 24 hour clock?

thanks, where in the code should i write it?
by anderzon_
Wed Nov 06, 2013 10:12 am
Forum: Standard
Topic: 24 hour clock?
Replies: 3
Views: 2501

24 hour clock?

Is it possible to get 24 hour clock instead of 12 am and pm?
by anderzon_
Tue Nov 05, 2013 2:48 pm
Forum: Standard
Topic: Jebao wp-25
Replies: 9
Views: 4423

Re: Jebao wp-25

yes I am using that cable. Yes I think i've found the settings in Reef angel wizzard :) Thanks
by anderzon_
Tue Nov 05, 2013 2:10 pm
Forum: Standard
Topic: Jebao wp-25
Replies: 9
Views: 4423

Re: Jebao wp-25

ok do i neeed to change any settings?
by anderzon_
Tue Nov 05, 2013 1:52 pm
Forum: Standard
Topic: Jebao wp-25
Replies: 9
Views: 4423

Jebao wp-25

Wonder how and where I connect the Jebao cable to controll the pump. Is it inte dimming ports on the relay box?
by anderzon_
Tue Nov 05, 2013 11:09 am
Forum: How do I code ...
Topic: Change to celsius?
Replies: 4
Views: 2399

Change to celsius?

how do i change from fahrenheit to celsius?