New AquaController 3/3 Pro Firmware

when using the iphone app with the 3Gs iphone I cannot turn outlets on or off, nor can I save any changes to the program when editing, anyone else experiencing these problems?
 
I have some problems that started when installed the latest updates on my AC3 and AC3Pro.
AC3 Problems
I have my dosing pump set up to dose my tank twice each night a few hours apart. It has not been working for some reason. I added more load to the circuit via a small light and have tried it on pore 4 and eight. I can use the web interface to manually turn the pump on and off, and it will turn it off in automatic mode, but not on. I have tried it with and without this line>
If Time > 00:00 Then DOS OFF


DOS&-A08

If Time > 04:00 Then DOS ON
If Time > 04:04 Then DOS OFF
If Time > 07:00 Then DOS ON
If Time > 07:04 Then DOS OFF
If FeedB 000 Then DOS ON

Another problem on both my AC3 and AC3pro is after using the web browser to check the status of them, I can not log in to the controllers with aqua notes. I have to reset the controllers and then I lose my logs. I am guessing the web browser is not logging out of the Aquacontrollers properly, but how do i fix it?
Also because of this I do not get my daily status emails or alarm emails.
 
Okay, upgraded firmware, but I can't seem to get a program update to go through. Is it the firmware or some issue in my program? Anyway to see the errorlog?

Bit of info:

HTML:
<?xml version="1.0" ?> 
- <status software="3.40S_6B09" hardware="1.0">
  <hostname>aquacontroller</hostname> 
  <serial>AC3:XXXXX</serial> -- removed actual serial number
  <date>10/05/2009 11:07:28</date> 
- <power>
  <failed>none</failed> 
  <restored>none</restored> 
  </power>
- <probes>
- <probe>
  <name>Temp</name> 
  <value>73.7</value> 
  </probe>
- <probe>
  <name>pH</name> 
  <value>7.06</value> 
  </probe>
- <probe>
  <name>TmpA</name> 
  <value>78.5</value> 
  </probe>
- <probe>
  <name>pHA1</name> 
  <value>8.10</value> 
  </probe>
- <probe>
  <name>ORPA</name> 
  <value>353</value> 
  </probe>
  </probes>
- <outlets>
- <outlet>
  <name>MH1</name> 
  <state>AON</state> 
  </outlet>
- <outlet>
  <name>MH2</name> 
  <state>AON</state> 
  </outlet>
- <outlet>
  <name>MH3</name> 
  <state>AOF</state> 
  </outlet>
- <outlet>
  <name>ACT</name> 
  <state>AON</state> 
  </outlet>
- <outlet>
  <name>MON</name> 
  <state>AOF</state> 
  </outlet>
- <outlet>
  <name>CLP</name> 
  <state>AON</state> 
  </outlet>
- <outlet>
  <name>ALM</name> 
  <state>AON</state> 
  </outlet>
- <outlet>
  <name>PM1</name> 
  <state>ON</state> 
  </outlet>
- <outlet>
  <name>SKM</name> 
  <state>OFF</state> 
  </outlet>
- <outlet>
  <name>HET</name> 
  <state>AOF</state> 
  </outlet>
- <outlet>
  <name>COL</name> 
  <state>OFF</state> 
  </outlet>
- <outlet>
  <name>OZN</name> 
  <state>AON</state> 
  </outlet>
- <outlet>
  <name>CO2</name> 
  <state>AON</state> 
  </outlet>
- <outlet>
  <name>MH4</name> 
  <state>AOF</state> 
  </outlet>
- <outlet>
  <name>HT2</name> 
  <state>AON</state> 
  </outlet>
  </outlets>
  </status>
Timer Names:
MH1$-A01
MH2$-A02
MH3$-A03
ACT$-A04
MON$-A05
CLP#-A06
ALM&-A07
PM1#-B01
SKM#-B02
HET%-B03
COL%-B04
OZN&-B05
CO2&-B06
MH4$-B07
HT2%-B08


Program:
If Sun -060/060 Then ACT ON
If Time > 09:00 Then MH1 ON
If Time > 14:00 Then MH1 OFF
If Time > 10:30 Then MH2 ON
If Time > 15:30 Then MH2 OFF
If Time > 12:00 Then MH3 ON
If Time > 17:00 Then MH3 OFF
If Sun 000/000 Then CLP ON
If Timer ACT = OFF Then CLP OFF
If Time > 20:00 Then MH4 ON
If Time > 00:00 Then MH4 OFF
If Time > 05:30 Then MON ON
If Time > 23:59 Then MON OFF
If Timer ACT = ON Then MON OFF
If TmpA > 78.0 Then COL ON
If TmpA < 77.5 Then COL OFF
If TmpA < 77.0 Then HET ON
If TmpA > 77.5 Then HET OFF
If TmpA > 83.0 Then MH1 OFF
Max Change 030 M Then MH1 OFF
If TmpA > 84.0 Then MH2 OFF
Max Change 030 M Then MH2 OFF
If TmpA > 85.0 Then MH3 OFF
Max Change 030 M Then MH3 OFF
If TmpA > 82.0 Then MH4 OFF
Max Change 030 M Then MH4 OFF
If FeedA 000 Then PM1 OFF
If FeedB 000 Then SKM OFF
If FeedB 000 Then PM1 OFF
If ORP < 365 Then OZN ON -- Trying to change this to ORPA
If ORP > 385 Then OZN OFF -- Trying to change this to ORPA
If pHA1 > 08.45 Then CO2 ON
If pHA1 < 08.35 Then CO2 OFF
If pH > 06.45 Then CO2 ON
If pH < 06.10 Then CO2 OFF
If Time > 00:00 Then ALM OFF
If pHA1 > 08.50 Then ALM ON
If pHA1 < 08.00 Then ALM ON
If ORP > 450 Then ALM ON -- Trying to change this to ORPA
If ORP < 300 Then ALM ON -- Trying to change this to ORPA
If TmpA < 75.0 Then ALM ON
If TmpA > 83.0 Then ALM ON
If Power 005 Then ACT OFF
If Power 010 Then MH1 OFF
If Power 015 Then MH2 OFF
If Power 020 Then MH3 OFF
If Power 025 Then CLP OFF
If Power 005 Then PM1 OFF
If Power 010 Then SKM OFF
If Power 015 Then MH4 OFF
If Temp < 77.0 Then HT2 ON
If Temp > 77.5 Then HT2 OFF
If Time > 00:00 Then PM1 ON
If Time > 00:00 Then SKM ON
 
Last edited:
After the firmware update have you confirmed that the PX1000 was scanned and appears and have you verified that the ORPA is enabled?
 
Oops, sorry, screwed up the XML Status info when trying to highlight that ORPA does indeed show up and report. It exists and is reporting status.
 
Looks like the program update feature in general, as I'm also unable to change "If TmpA < 77.0 Then HET ON " to "If TmpA < 76.0 Then HET ON "
 
Okay, after rebooting the controller, I'm able to update the program again. I'm not sure if it's related, but I did update the program last night via the iPhone app. I think I read someone else had this problem after accessing it via the iPhone app, but I could be mis-remembering.

Any way to get a reboot feature on the Aquacontroller's web interface, so I can remotely reboot it?
 
How do I update the AC3 Pro using the serial port? I am updating form version 3.20.

My controller is on port 1059

I keep getting this error message: Error at socket(): 10065
 
Okay, I finally got the update to work. Now I don't have any graphs in the remote web or the local network browser.

I just get a little drop down box showing Temp & pH but when I click on them, nothing happens?

The web interface shows these options:

Net Setup
RSS Feed
XML Status
XML Datalog
XML Outlet Log

But the home net work interface does not show these added options? Is it supposed to be that way?
 
I have had 3.4 running for quite some time and just referred to the graphs, only to find out that they dont work for some reason.

What is my course of action to correct this.

thanks for any help
 
I just updated my AC3 on Sunday night (from 3.0 to 3.4), and it has been running great for 4 days now. I can see all the graphs, I can update the program via my iPhone app, and I can turn timers on/off with the iPhone app. Everything is working great.

Just don't want people to be scared to update... not everybody is having problems.

-Scott
 
I also am unable to see the graphs when viewed via the web.

Any thoughts???

Initially, after installing there will be no log data (the AC clears the logs on reboot) so if you still see no graphs the most common issue is that you have an old version of flash on your PC.
 
I just updated my AC3 on Sunday night (from 3.0 to 3.4), and it has been running great for 4 days now. I can see all the graphs, I can update the program via my iPhone app, and I can turn timers on/off with the iPhone app. Everything is working great.

Just don't want people to be scared to update... not everybody is having problems.

-Scott

I too am running the latest firmware on the ACIIIpro along with the 3Gs iphone app, however though the iphone app runs fine, receives data fine, shows all the outlets on/off fine, I cannot control anything. I can't turn anything on or off unless I set the ACIIIpro outlets to manual (instead of auto) but then the program will not control them. Also cannot modify the program from the iphone. So essentially I can read but not write. Any thoughts?
 
I too am running the latest firmware on the ACIIIpro along with the 3Gs iphone app, however though the iphone app runs fine, receives data fine, shows all the outlets on/off fine, I cannot control anything. I can't turn anything on or off unless I set the ACIIIpro outlets to manual (instead of auto) but then the program will not control them. Also cannot modify the program from the iphone. So essentially I can read but not write. Any thoughts?

Have you tried:

https://www.kenargo.com/tankManager

Not specifically an iPhone app, it is a mobile website that works with the Apex and AC3 and control is available.

You can see some screens from various phones here:

http://www.kenargo.com/software
 
Last edited by a moderator:
Does anyone know how to turn off the DHCP on an Airport Extreme so I can perform the firmware update.

Thanks.
 
If the currect version is 3.2 or greater then you can use this method and not worry about disabling DHCP:

Option A
--------
Otherwise you must use option B to update the firmware.

Extract the files in the zip file into a new directory. Run the ac3loader.exe application.
On the Firmware/Web Update Tab enter the login and password of your AquaController.

Put the IP address of the AquaController in the IP Address text box.

Click the Update Firmware Button.

The firmware update should take about 15 seconds.
 
actually, I just tried using safari, entered my ip address, logged in and was able to control everything that way, works for me! :D

Glad to hear it; feel free to send back ideas for new features that you would like to see; I'm bulding a list...
 
Back
Top