Search found 24 matches

by Irieivan
Tue Sep 12, 2017 1:11 pm
Forum: How do I code ...
Topic: pH control linked to water level and timed safety
Replies: 19
Views: 14961

Re: pH control linked to water level and timed safety

Ok got it figured out thanks
by Irieivan
Tue Sep 12, 2017 1:05 pm
Forum: How do I code ...
Topic: pH control linked to water level and timed safety
Replies: 19
Views: 14961

Re: pH control linked to water level and timed safety

if (now(%3600<600) {
ReefAngel.PHControl(Port2,819,822);
} else {
ReefAngel.Relay.Off(Port2);
}

Error again:

Expected primary expression before'%' token
by Irieivan
Tue Sep 12, 2017 11:29 am
Forum: How do I code ...
Topic: pH control linked to water level and timed safety
Replies: 19
Views: 14961

Re: pH control linked to water level and timed safety

When I replace the (...) in the suggested code with my pH control values, I get the same error
by Irieivan
Tue Sep 12, 2017 11:00 am
Forum: How do I code ...
Topic: pH control linked to water level and timed safety
Replies: 19
Views: 14961

Re: pH control linked to water level and timed safety

Like I keep saying, I am too stupid for this. #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> #i...
by Irieivan
Mon Sep 11, 2017 2:20 pm
Forum: How do I code ...
Topic: pH control linked to water level and timed safety
Replies: 19
Views: 14961

Re: pH control linked to water level and timed safety

If i wanted to only dose the kalk for 2.5 minutes every 30 minutes, i just change the code above from 1800<150?
by Irieivan
Mon Sep 11, 2017 2:15 pm
Forum: How do I code ...
Topic: pH control linked to water level and timed safety
Replies: 19
Views: 14961

Re: pH control linked to water level and timed safety

Thanks again for the help and apologies for always asking what might seem to you as stupid questions.
So i dont have to add anything to the code, just insert it into my current sketch where it tells me //// place custome code below here?
by Irieivan
Mon Sep 11, 2017 4:40 am
Forum: How do I code ...
Topic: pH control linked to water level and timed safety
Replies: 19
Views: 14961

Re: pH control linked to water level and timed safety

Thanks for you response, but i am totally clueless when it gets to coding. Is there not something similar to the osc function that apex users have? Something to the effect of: If pH<8.20, on every ten minutes for ten seconds, but if pH> thn 8.25 then OFF? I dont know what hard coding is either. Cant...
by Irieivan
Thu Sep 07, 2017 11:34 pm
Forum: How do I code ...
Topic: pH control linked to water level and timed safety
Replies: 19
Views: 14961

Re: pH control linked to water level and timed safety

Thank you for the response. Would that code allow it to only activate the port if pH reaches below set point or is that regardless of set point? My day time pH reaches 8.3+ so even a 5min kalk dose is overkill during the day. Lights off at 9pm, so is there a way to add to the code above to only dise...
by Irieivan
Thu Sep 07, 2017 5:22 am
Forum: How do I code ...
Topic: pH control linked to water level and timed safety
Replies: 19
Views: 14961

Re: pH control linked to water level and timed safety

This is the code I have set up with the wizrd, have no idea how to code or where to put what. #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>...
by Irieivan
Wed Sep 06, 2017 3:32 pm
Forum: How do I code ...
Topic: pH control linked to water level and timed safety
Replies: 19
Views: 14961

Re: pH control linked to water level and timed safety

I am using the standard pH control code from the wizard. Dont have access to post code at the moment, will post tomorrow.
Personally i think the best failsafe will be the water level fail safe instead of timed failsafes?
by Irieivan
Wed Sep 06, 2017 3:22 pm
Forum: How do I code ...
Topic: pH control linked to water level and timed safety
Replies: 19
Views: 14961

pH control linked to water level and timed safety

I currently have an ato based on my water level expansion, and a separate kalk container on a port for pH control via a RA dosing pump to combat night time pH drops. I want to program a safety code that prevents the port from being on for more than a cumilative 10 minutes per hour, or alternatively ...
by Irieivan
Tue Aug 29, 2017 2:20 pm
Forum: Standard
Topic: Cannot get Wifi Conected
Replies: 8
Views: 6811

Re: Cannot get Wifi Conected

yes but I kept getting blue lights and no IP .

what eventually worked, was to make security settings open on my router with no password, and simply typing in a random password.

Thanks again
by Irieivan
Tue Aug 29, 2017 12:34 pm
Forum: Standard
Topic: Cannot get Wifi Conected
Replies: 8
Views: 6811

Re: Cannot get Wifi Conected

And even when I change my SSID (modem name) and passwords to things I cannot possibly get wrong, I get the same results???
by Irieivan
Tue Aug 29, 2017 12:06 pm
Forum: Standard
Topic: Cannot get Wifi Conected
Replies: 8
Views: 6811

Re: Cannot get Wifi Conected

I used my iPhone as a modem this time, got a little further, but still not connecting, even though on hot spot connections it shows there is a connection.... still getting the same ip address :twisted: :oops: Opening Serial Port... Verifying speed at 9600 baud Connected to serial port COM3 > $$$ > s...
by Irieivan
Tue Aug 29, 2017 10:02 am
Forum: Standard
Topic: Cannot get Wifi Conected
Replies: 8
Views: 6811

Re: Cannot get Wifi Conected

Thank you for your prompt response. I don't have an option for wap2-psk, only for WPA2-psk, which is its default setting
by Irieivan
Tue Aug 29, 2017 9:42 am
Forum: Standard
Topic: Cannot get Wifi Conected
Replies: 8
Views: 6811

Re: Cannot get Wifi Conected

Opening Serial Port... Verifying speed at 9600 baud Connected to serial port COM3 > $$$ > set u b 57600 > set s p 0 > save > reboot Verifying speed at 57600 baud Removing connection to COM3 Connected to serial port COM3 > $$$ < CMD Wifi is communicating at 57600 baud rate > reboot < reboot Removing ...
by Irieivan
Tue Aug 29, 2017 9:27 am
Forum: Standard
Topic: Cannot get Wifi Conected
Replies: 8
Views: 6811

Cannot get Wifi Conected

I have tried with the manual, but keep getting an authentication false. I have updated firmware and restored factory settings on the attachment, but keep getting an authentication false and an IP of 0.0.0:2000.

I am using a Vodafone R216 router and the password is definitely correct.
by Irieivan
Mon Aug 28, 2017 5:48 am
Forum: Apps
Topic: Client Suite 3.0
Replies: 109
Views: 159220

Re: Client Suite 3.0

I want to see my water level on the client. Searched here and found this: Try this http://forum.reefangel.com/status/chart.aspx?id=jtomasi&filter=wl Where do I upload this? In the code? #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire....
by Irieivan
Sat Aug 26, 2017 1:22 pm
Forum: For New Members
Topic: Screen timeout effect on pH monitoring
Replies: 1
Views: 3445

Re: Screen timeout effect on pH monitoring

The issue seems to have resolved itself, probably me doing something wrong. I have set the probe for pH control, to dose kalk when PH falls below a set point and stop dosing when it reaches a set point. How would I go about setting a safety on the doser to prevent an overdose of kalk in the event of...
by Irieivan
Fri Aug 25, 2017 5:06 am
Forum: For New Members
Topic: Screen timeout effect on pH monitoring
Replies: 1
Views: 3445

Screen timeout effect on pH monitoring

I installed a new pH probe and callibrated it last night, with the intention to control kalk dosing to counteract downward pH trend from calcium reactor (have not set this up via the wizard yet.) When i leave my RA unattended for a while it swtches off the screen, I assumed this to be normal. This m...
by Irieivan
Tue Aug 22, 2017 12:41 pm
Forum: For New Members
Topic: Relay Expansion box issues
Replies: 4
Views: 5237

Re: Relay Expansion box issues

Thank you, felling a bit dumber than I am.
by Irieivan
Tue Aug 22, 2017 10:06 am
Forum: For New Members
Topic: Relay Expansion box issues
Replies: 4
Views: 5237

Re: Relay Expansion box issues

Yes I used the wizard again now and having same isue. I have the expansion hub plugged into my original relay box, and a relay expansion module bussed into the expansion hub, and the data cable running from relay expansion module to the expansion relay box. clude <ReefAngel_Features.h> #include <Glo...
by Irieivan
Tue Aug 22, 2017 9:45 am
Forum: For New Members
Topic: Relay Expansion box issues
Replies: 4
Views: 5237

Relay Expansion box issues

Hi I am new here and apologetically clueless and lost. I have gotten things up and running with the wizard, but when I try and do anything once my relay expansion box is connected, I keep getting the following error: RelayExpansionTester:59: error: 'class ReefAngelClass' has no member named 'Overhea...