Search found 9 matches

by lnevo3
Sat Sep 09, 2017 11:11 am
Forum: Standard
Topic: Control Jebao Jecod
Replies: 4
Views: 6627

Re: Control Jebao Jecod

The return pumps, no. Probably same for skimmer
by lnevo3
Sat Sep 09, 2017 11:10 am
Forum: How do I code ...
Topic: pH control linked to water level and timed safety
Replies: 19
Views: 14992

Re: pH control linked to water level and timed safety

It would be based on how you setup the PH Control function. In my example it's using Internal Memory so from the portal check the high and low PH settings. If you want to hard-code it, you would do as you had before:

ReefAngel.PHControl( Port2,819,821 );
by lnevo3
Thu Sep 07, 2017 9:42 pm
Forum: Standard
Topic: Reef Angel Star Controller
Replies: 116
Views: 96959

Re: Reef Angel Star Controller

If you're using Internal Memory, make sure and review all the values on the new controller.
by lnevo3
Thu Sep 07, 2017 9:05 pm
Forum: How do I code ...
Topic: pH control linked to water level and timed safety
Replies: 19
Views: 14992

Re: pH control linked to water level and timed safety

I think the easiest way would be to constrain it. I think the way I would go is the first 10 minutes of every hour, this way it would never exceed and you'd be making hourly adjustments only.

Code: Select all

if (now%3600<600) {
  ReefAngel.PHControl(...);
} else {
  ReefAngel.Relay.Off(Port2);
}
by lnevo3
Mon Sep 04, 2017 7:05 pm
Forum: Standard
Topic: Reef Angel Star Controller
Replies: 116
Views: 96959

Re: Reef Angel Star Controller

It's the RJ-45 port on the bottom. Next to the leak detector which is a smaller RJ port (6pin vs 8pin). There is a picture of it in the manual and the pin-out.
by lnevo3
Mon Sep 04, 2017 5:24 pm
Forum: Addons
Topic: PH Control question
Replies: 9
Views: 8228

Re: PH Control question

Yes, but I think you want to use the ReefAngel.CO2Control(Solenoid,true); PHControl should do the opposite behavior of the CO2Control
by lnevo3
Sun Jul 30, 2017 5:18 pm
Forum: Standard
Topic: switching from reef angel plus to reef angel
Replies: 2
Views: 3385

Re: switching from reef angel plus to reef angel

It's in there.
by lnevo3
Sun Jul 30, 2017 5:15 pm
Forum: Addons
Topic: Cloud Server Migration
Replies: 12
Views: 47413

Re: Cloud Server Migration

Wish I would have seen this post over the weekend so I could have cleared my test alert :) All good and firmware updated now. Thanks Roberto!
by lnevo3
Sat Nov 12, 2016 9:51 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 167201

Re: Reef Angel Web Wizard

Check the wizard ;)