Jandy Aqualink Pool/Spa Plugin - beta testers needed!
| Author |
Message |
|
kpfriedberg
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
So odd thing, plugin not working since I opened my pool. Over winter, the lights that were still on (breakers that weren't turned off) worked fine, but now, when trying to get to anything, i get a bunch of lines such as:
Jandy Aqualink Plugin Debug Queue has 1 command(s) waiting Jandy Aqualink Plugin Debug Processing command:#AUX5=ON Jandy Aqualink Plugin Debug Returned string is Jandy Aqualink Plugin Debug #AUX5=ON command completed.
But nothing turns on....same for any device i try to control through the Jandy plugin....thoughts?
|
| Wed May 09, 2012 1:22 pm |
|
 |
|
kpfriedberg
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
so an update. turns out I needed to "reset" the keyspan device by unplugging the USB into it, not the mac side, and stopping and restarting the server. no almost everything is working properly except:
1. cleaner is AUX1. plugin is set up to reflect that when in use control panel to turn it on/off my Indigo control page correctly shows if its on or off however if i try to use the indigo control page tom toggle it on/off it says:
Jandy Aqualink Plugin AUX1 is not installed; cannot be set.
2. the popup controls for setting heat temp do not work. log shows:
Jandy Aqualink Plugin Temperatures must be provided as integer, without ° symbol or F/C.
3. there does not appear to be a way to toggle on/off the filter pump, only AUX's
|
| Thu May 10, 2012 4:52 am |
|
 |
|
kpfriedberg
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
any update here? it appears that only lights work with the plugin, pumps/cleaner does not. despite having them setup properly (i believe - their state correctly shows up in control pages), when trying to turn on/off my cleaner for example I get
Jandy Aqualink Plugin Cleaner: off Jandy Aqualink Plugin AUX1 is not installed; cannot be set. Jandy Aqualink Plugin Debug Jandy sent string !00 CLEANR = 1
would really love and appreciate getting this plugin fully working and appreciate the effort so far.
|
| Sat May 19, 2012 6:15 am |
|
 |
|
yergeyj
Joined: Dec 29, 2004 Posts: 239
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
kpfriedberg wrote:so an update. turns out I needed to "reset" the keyspan device by unplugging the USB into it, not the mac side, and stopping and restarting the server. no almost everything is working properly except:
1. cleaner is AUX1. plugin is set up to reflect that when in use control panel to turn it on/off my Indigo control page correctly shows if its on or off however if i try to use the indigo control page tom toggle it on/off it says:
Jandy Aqualink Plugin AUX1 is not installed; cannot be set.
2. the popup controls for setting heat temp do not work. log shows:
Jandy Aqualink Plugin Temperatures must be provided as integer, without ° symbol or F/C.
3. there does not appear to be a way to toggle on/off the filter pump, only AUX's
Sorry for the delay in responding. I've spent the last month building an outside bar, and neglected to look at the posts here for some time. 1 & 3 - Try sending a direct command to toggle the cleaner or pump, e.g. CLEANR=1 or PUMP=0 in the direct command action. I did not set up all of the possible commands as direct actions, not certain what ones folks would want beyond those I expected everyone would want. 2 - Can you show me how exactly you tried to set the temp, as this works fine on mine? Again, sorry for the delay. Jim
|
| Tue May 22, 2012 5:09 pm |
|
 |
|
kpfriedberg
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
No apologies necessary. Thanks for the plugin!
|
| Wed May 23, 2012 10:13 am |
|
 |
|
yergeyj
Joined: Dec 29, 2004 Posts: 239
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
Note new version 0.9.8 posted 24-May-2012.
Changes - Changed temperatures to integers (from string) variables. Added actions for pump, cleaner and waterfall toggling, assuming the latter two are attached to AUX1 & AUX3 respectively.
Jim
|
| Thu May 24, 2012 7:01 pm |
|
 |
|
kpfriedberg
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
yergeyj wrote:Note new version 0.9.8 posted 24-May-2012.
Changes - Changed temperatures to integers (from string) variables. Added actions for pump, cleaner and waterfall toggling, assuming the latter two are attached to AUX1 & AUX3 respectively.
Jim
Awesome, thanks! where's the link to download? is it in the user contribution library?
|
| Thu May 24, 2012 7:39 pm |
|
 |
|
kpfriedberg
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
Getting the following error when trying to load the plugin:
Reloading plugin "Jandy Aqualink Plugin 0.9.8" Stopping plugin "Jandy Aqualink Plugin 0.9.8" (pid 55715) Starting plugin "Jandy Aqualink Plugin 0.9.8" (pid 55722) Plugin "Jandy Aqualink Plugin" connected Jandy Aqualink Plugin Error Error in plugin execution InitializeMain:
Traceback (most recent call last): File "<string>", line 1, in <module> File "plugin.py", line 21, in __init__ File "/Library/Application Support/Perceptive Automation/Indigo 5/IndigoPluginHost.app/Contents/PlugIns/plugin_base.py", line 67, in __init__ File "/Library/Application Support/Perceptive Automation/Indigo 5/IndigoPluginHost.app/Contents/PlugIns/plugin_base.py", line 482, in _parseActionsXML <type 'exceptions.LookupError'>: Actions.xml is malformed
Stopping plugin "Jandy Aqualink Plugin 0.9.8" (pid 55722) Plugin "Jandy Aqualink Plugin" disconnected
|
| Thu May 24, 2012 7:48 pm |
|
 |
|
yergeyj
Joined: Dec 29, 2004 Posts: 239
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
kpfriedberg wrote:Getting the following error when trying to load the plugin:
Reloading plugin "Jandy Aqualink Plugin 0.9.8" Stopping plugin "Jandy Aqualink Plugin 0.9.8" (pid 55715) Starting plugin "Jandy Aqualink Plugin 0.9.8" (pid 55722) Plugin "Jandy Aqualink Plugin" connected Jandy Aqualink Plugin Error Error in plugin execution InitializeMain:
Traceback (most recent call last): File "<string>", line 1, in <module> File "plugin.py", line 21, in __init__ File "/Library/Application Support/Perceptive Automation/Indigo 5/IndigoPluginHost.app/Contents/PlugIns/plugin_base.py", line 67, in __init__ File "/Library/Application Support/Perceptive Automation/Indigo 5/IndigoPluginHost.app/Contents/PlugIns/plugin_base.py", line 482, in _parseActionsXML <type 'exceptions.LookupError'>: Actions.xml is malformed
Stopping plugin "Jandy Aqualink Plugin 0.9.8" (pid 55722) Plugin "Jandy Aqualink Plugin" disconnected
There was a quote missing in the Action.xml file after making a very minor change. You should have received a new version by e-mail last night that fixes this problem. Sorry. Jim
|
| Fri May 25, 2012 6:35 am |
|
 |
|
kpfriedberg
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
thanks i do have cleaner as aux1 but setting image to toggle it yields only the following in the log
> Jandy Aqualink Plugin Cleaner: off if i set the control page to toggle aux1 instead it says aux 1 isn't set up. also while the pool pump toggle appears to work, pressing it yields the following in the log... > Jandy Aqualink Plugin Pool temperature: 79 > Jandy Aqualink Plugin Pump state: off > Jandy Aqualink Plugin Pump state: off > Jandy Aqualink Plugin Pool cleaner: off > Jandy Aqualink Plugin Pool cleaner: off > Jandy Aqualink Plugin Pump state: on > Jandy Aqualink Plugin Pump state: on > Jandy Aqualink Plugin Pool cleaner: off > Jandy Aqualink Plugin Pool cleaner: off just for clarification, my cleaner is a polaris which runs on a separate pump. while the device state shows up correctly in the control panel its the plugin action that still does not work. thanks
|
| Fri May 25, 2012 7:49 am |
|
 |
|
yergeyj
Joined: Dec 29, 2004 Posts: 239
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
kpfriedberg wrote:thanks i do have cleaner as aux1 but setting image to toggle it yields only the following in the log
> Jandy Aqualink Plugin Cleaner: off if i set the control page to toggle aux1 instead it says aux 1 isn't set up. also while the pool pump toggle appears to work, pressing it yields the following in the log... > Jandy Aqualink Plugin Pool temperature: 79 > Jandy Aqualink Plugin Pump state: off > Jandy Aqualink Plugin Pump state: off > Jandy Aqualink Plugin Pool cleaner: off > Jandy Aqualink Plugin Pool cleaner: off > Jandy Aqualink Plugin Pump state: on > Jandy Aqualink Plugin Pump state: on > Jandy Aqualink Plugin Pool cleaner: off > Jandy Aqualink Plugin Pool cleaner: off just for clarification, my cleaner is a polaris which runs on a separate pump. while the device state shows up correctly in the control panel its the plugin action that still does not work. thanks
I'm not sure exactly what's happening, as I do not have a cleaner to test, so try something directly in Indigo, rather than through a Control Page, to help diagnose. Set up and then execute an Action that uses the Jandy Plugin to send a Direct Command, with the text set to either "CLEANR=0" or "CLEANR=1" and let me know if the cleaner is setting correctly or not. Jim
|
| Fri May 25, 2012 8:15 am |
|
 |
|
kpfriedberg
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
[quote="yergeyj Set up and then execute an Action that uses the Jandy Plugin to send a Direct Command, with the text set to either "CLEANR=0" or "CLEANR=1" and let me know if the cleaner is setting correctly or not.
Jim[/quote]
Sorry to be dense, but how do I go about doing the above?
|
| Fri May 25, 2012 8:39 am |
|
 |
|
yergeyj
Joined: Dec 29, 2004 Posts: 239
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
kpfriedberg wrote:[quote="yergeyj] Set up and then execute an Action that uses the Jandy Plugin to send a Direct Command, with the text set to either "CLEANR=0" or "CLEANR=1" and let me know if the cleaner is setting correctly or not.
Jim[/quote]
Sorry to be dense, but how do I go about doing the above?[/quote][/quote]
Create a new Action in Action Groups in the main Indigo window: Name and Description: Cleaner test (or whatever you like) Type: Plugin Plugin: Jandy Aqualink Plugin Action: Send direct command to Jandy Device: "Your Jandy device name here" Edit Action Settings: Full command: #CLEANR=1 Hope this helps, Jim
|
| Fri May 25, 2012 8:54 am |
|
 |
|
kpfriedberg
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
Jim, Did that, then executed, it turned the cleaner on:
Action Group Pool Cleaner Test Jandy Aqualink Plugin #CLEANR=1 command queued. Jandy Aqualink Plugin Cleaner: on Jandy Aqualink Plugin Cleaner: on
Changed it to 0 yielded
Action Group Pool Cleaner Test Jandy Aqualink Plugin #CLEANR=1 command queued. Jandy Aqualink Plugin Cleaner: off Jandy Aqualink Plugin Cleaner: off
And in both cases, the state on the Control Page showed up correctly...
so after I did that, i just hit the graphic i use for cleaner on the control page and it works now...sorry about that...
|
| Fri May 25, 2012 9:00 am |
|
 |
|
yergeyj
Joined: Dec 29, 2004 Posts: 239
|
 Re: Jandy Aqualink Pool/Spa Plugin - beta testers needed!
No problem. I wondered based on your previous post if you maybe hit the cleaner toggle button you set up on your control page more than once. Sometimes the Indigo Touch client reacts quite quickly, and other times there is a real lag. When there is a lag I often have the tendency to think I didn't press something and press it again, resulting in an on then off for things that toggle. Is the pump toggle working correctly now as well?  Jim
|
| Fri May 25, 2012 9:04 am |
|
|
Who is online |
Users browsing this forum: No registered users and 2 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|