Search found 12 matches

by libertyaquarium
Wed Apr 08, 2020 12:13 pm
Forum: Apps
Topic: Alexa Control
Replies: 38
Views: 51768

Re: Alexa Control

Any idea? Is it something wrong?
by libertyaquarium
Mon Apr 06, 2020 6:38 am
Forum: Apps
Topic: Alexa Control
Replies: 38
Views: 51768

Re: Alexa Control

Hi there

Just trying Alexa with RA*. Any reason to just show my 1o relay box?
by libertyaquarium
Tue Mar 19, 2019 10:36 am
Forum: How do I code ...
Topic: Can i turn on/off a port based on water level?
Replies: 17
Views: 13366

Re: Can i turn on/off a port based on water level?

ReefAngel.Relay.Set(Port7, ReefAngel.WaterLevel.GetLevel(2) <= 85 && ReefAngel.WaterLevel.GetLevel(2) > 9);
by libertyaquarium
Tue Feb 12, 2019 9:21 am
Forum: Addons
Topic: DC Pumps that work with RA
Replies: 38
Views: 44708

Re: DC Pumps that work with RA

TKS for sharing

I would get the same problem. I would like to control a wavemaker and a DCT (or DCS) Pump on the same time.

Well.. any news on it give us all a feedback, please
by libertyaquarium
Tue Feb 12, 2019 3:17 am
Forum: Addons
Topic: DC Pumps that work with RA
Replies: 38
Views: 44708

Re: DC Pumps that work with RA

After 2 years running a Jebao DC pump it finally died last night. RIP

Any alternative in ourdays to a Returning Pump that can be controlled by RA (using RA*). I use a "robertoflow" kind of code on my system and would love to keep using it.

Anyone?
by libertyaquarium
Thu Feb 07, 2019 11:06 am
Forum: Addons
Topic: Jebao OW dimming issue
Replies: 8
Views: 9270

Re: Jebao OW dimming issue

As far as I remember, the new Jebao cable was altered from male to female connection (or vice versa), therefore we cannot connect using the old RA Jebao cable.

Did you manage to connect it?

Search the forum, I think it is not a new issue
by libertyaquarium
Thu Feb 07, 2019 5:08 am
Forum: Standard
Topic: Tunze Osmolator Metering Pump
Replies: 1
Views: 6198

Tunze Osmolator Metering Pump

Hi Does anyone knows how could I use the Tunze Osmolator Replacement Pump with RA*? This pump runs on 9 volts DC. I could just buy a DC power supply and plug it on the relay box. Could I also use the Power Control Expansion for a 9 volts DC? https://www.marinedepot.com/Tunze_Osmolator_Replacement_Me...
by libertyaquarium
Mon Jul 23, 2018 12:23 pm
Forum: How do I code ...
Topic: RANet - How do I use
Replies: 1
Views: 3626

RANet - How do I use

hi there I have both a RA* and a Relay box with Ranet radio enabled. How do I use them with my system? Just add the line ReefAngel.AddRANet ()? After that, does it work as a regular relay box? Example: I already have a regular Relay Box ( Box1_Port1 to Box1_Port8). After adding the "AddRANet&qu...
by libertyaquarium
Sun Mar 04, 2018 6:22 pm
Forum: How do I code ...
Topic: How reebot Controller
Replies: 4
Views: 5733

Re: How reebot Controller

Hi there.

//reboots at midnight
if (hour()==0 && minute()==0 && second()== 0) while(1);
by libertyaquarium
Thu Jan 18, 2018 1:31 pm
Forum: Standard
Topic: Remote Uploading - RA*
Replies: 6
Views: 9188

Re: Remote Uploading - RA*

Hummm ok. Hope it will come back soon
by libertyaquarium
Thu Jan 18, 2018 12:42 pm
Forum: Standard
Topic: Remote Uploading - RA*
Replies: 6
Views: 9188

Remote Uploading - RA*

Hi there Just hardwired my RA* on my LAN. I can use UAPP just fine with the cloud server. So I think communication is not a problem. The first code I uploaded using the USB cable connected to my laptop. Worked just fine. Using the webwizard I compiled the following code: #include <Salinity.h> #inclu...