Page 8 of 8

Re: Jandy Aqualink Pool / Spa Control - AppleScripts updated

PostPosted: Mon May 07, 2012 8:57 pm
by asw24b
hamw wrote:
FYI I updated to the newest version of the Autelis firmware, 1.4.2, and could not get the plugin to connect. Downgraded to 1.3.4 and all is well again.



It works fine for me with the latest fw.
Maybe you didn't get the serial capable version of 1.4.2 ?


Mike

Re: Jandy Aqualink Pool / Spa Control - AppleScripts updated

PostPosted: Mon May 07, 2012 10:33 pm
by nlagaros
I'm on 1.4.0 and all works well. I don't see 1.4.2 on the site, only 1.4.1, but also agree - make sure you are downloading the TCP specific version.

Re: Jandy Aqualink Pool / Spa Control - AppleScripts updated

PostPosted: Tue May 08, 2012 5:12 am
by hamw
Yes, that worked, thanks. Thought that would have been integrated vs still a separate beta.

Set plugin value to value of Indigo variable

PostPosted: Mon May 28, 2012 2:21 pm
by hamw
I'd like to directly set the spa and pool temps thru a control page popup variable that fires a trigger when changed. I'm sure it would be similar to this script for simple serial plugin, but since it is modifying a device state of the plugin I'm a bit lost. Any thoughts?

Code: Select all
 simpleSerialId = indigo.server.getPlugin("org.yergeyjDoesntHaveaURL.simpleserial")
    if simpleSerialId.isEnabled():
       message = (indigo.variables["direct_Vaux_Send"].value)
       simpleSerialId.executeAction("textToSerial", deviceId=775789076, props={"newCommand":message})

Re: Jandy Aqualink Pool / Spa Control - AppleScripts updated

PostPosted: Mon May 28, 2012 2:32 pm
by kpfriedberg
Doesn't Jim's plugin does all this and more, shouldn't thread should be directed over there...

viewtopic.php?f=18&t=7327

Re: Jandy Aqualink Pool / Spa Control - AppleScripts updated

PostPosted: Mon May 28, 2012 2:58 pm
by hamw
kpfriedberg wrote:
Doesn't Jim's plugin does all this and more, shouldn't thread should be directed over there...

viewtopic.php?f=18&t=7327


I guess so, but only if one is using Jim's plugin. I'm using the Autelis plugin.

Re: Jandy Aqualink Pool / Spa Control - AppleScripts updated

PostPosted: Mon May 28, 2012 3:06 pm
by nlagaros
I think we need to split this thread - there are two plugins for interfacing with Aqualink. One I wrote that uses the Autelis as an intermediary and Jim's that communicates with the Jandy Serial add-on.

I think I inadvertently caused this months ago - apologies for that.

I'll start a new thread for the Autelis version.