Only works for Jandy? #317
Replies: 5 comments 2 replies
-
AqualinkD only works for Jandy control panels. If you want/use a Pentair panel then nodejs pool controller is similar to AqualinkD but for Pentair. AqualinkD can work with all Jandy RS boards & versions. IT does also support PD (or PDA Only) boards, BUT Keep away from PDA boards (they are slow and support very limited in AqualinkD). Depending on the board version will depend on what devices it can support though. I usually recommend Rev T2 or newer as that supports everything. This link will show you things that are / are not supported on different versions. Jandy control panel does support many Pentair color LED's and Lights, but as for anything new, I'm not sure, you should talk to a Jandy rep / company. IF the control panel supports the lights, then AqualinkD can as well. AqualinkD can also support lights that the Jandy control panel can't, it does this by pulsing power to the light itself to set the color/mode. (This is how the majority of color lights work). But again I have not looked at the new pentair intelibrite architecture multi color LEDs. You can run AqualinkD with just a RS485 adapter (or without one) and with a Docker you don;t need to use a Pi. BUT, you won;t get far it needs a lot of information from the panel before it can fully startup. So without a panel to talk to AqualinkD will just exit after a minute if it can't get a connection. |
Beta Was this translation helpful? Give feedback.
-
All Pentair lights that I've come across (and many other brands), can default to a common mode called Sam/SAL, so at the minimum I'm sure you can set the lights to that mode, and get a large variety of colors through the OneTouch remote. It's not in the documentation, but if you look in this file, you can see all the colors I've decoded that Jandy can support for different lights. For instance, I have "Color Logic" (Haywood) lights, Their are about 15 colors / modes that that light can support, and Jandy control panel supports 12 of them. So I set AqualinkD to control the light (and not the control panel), that way I get all 15 colors. BUT, I can only set the color through AqualinkD and not through and Jandy keypad/remote. But all remotes can turn them on / off. Ignore the docker comment. It's just a way to deploy software to servers. Not relevant if you are going to use a RaspberryPi (which is by far the best / preferred way to use AqualinkD). You can install AqualinkD on the pi to get ready, but when you start it, it will just fail after a minute or so. So probably not much point. The reason I posted the Pentair note js page, I (incorrectly) read your first post that you hadn't decided what control panel to get yet. If you are getting a Jandy panel, then AqualinkD is the software you want. |
Beta Was this translation helpful? Give feedback.
-
Youre the best! Seriously Is Sam/Sal the mode where it cycles through various colors? To recap, the control board lets you go through these 12 options but not the indoor control (onetouch) board? A budy of mine just sent me a video where he turns off and on the intellibrite multiplied by the number the color or mode is set to through the aux on the out door panel. For example, Usa is number 10 so he turns on and off 10 times and it goes to usa mode. He has the same jandy RS and architecture inteliB light setup. Yes! I think i will go with the aqualinkD since im getting a aqualink RS + inteliB lights for free. Im also assuming its best to install aqualinkD while the rasbperry Pi is connected to the jandy baord via RS485? Many many - MANY thanks again! |
Beta Was this translation helpful? Give feedback.
-
All color modes from different manufacturers that I have come across can be set by pulsing the light on/off (in your description 10 times). AqualinkD will do this for you, so you select the light mode you want, and it will pulse the light on/off the correct amount of times. The Jandy control panel will do exactly the same thing, but only knows a limited number of colors, where as AqualinkD can be configured for all the colors for a specific light. if you set the control panel to a specific light type (listed in the file I provided) then when you turn the light on from the one touch remote, it will give you the option to pick which color mode you want, then cycle through the correct number of pulses. If you set the control panel to a simple light, then it will simple turn it on or off. The Sam/sal mode, seems to be a “common” mode you can put many manufacturers lights into so they can be controlled by any panel (Ie the on/off pulses are standardized) once you get the panel installed, and you can play with it, I’m sure this will be easier to understand. |
Beta Was this translation helpful? Give feedback.
-
Thats awesome! so aqualinkD WILL be able to choose the colors/modes for the architecture intellibrite! Now, on your second paragraph, are you recommending to set the pool light to a color mode -rather than a static color - so that the one touch indoor panel can access other color modes? Or buy one touch "remote" do you mean a wireless device ( separate from a indoor one touch panel that goes mounted inside the home ). Silly question here, once I get the jandy panel installed, should I plug in the rasbperry pi using the USB2RS485 so I can then download and install aqualinkD. In other words, I should install aqualinkD ONLY after getting this?: ^C^@jandy AquaLinkRSp^P^C^@^P^B^@^A^@^@^S^P^C^@^P^B*^@<^P^C^P^B^H^B^@^@^@^@^@^^P^C^@^P^B^@^A^@^@^S^P^C^P^B$ Lastly, you mentioned under web config this: "light_program If you have a programable light (and it's configured in aqualinkd.conf as a light for AqualinkD to program and not the control panel), then list the light modes here." Would this be where I add the list of colors from the list you sent me? Since im a noob, I basically go down the config list choosing/typing the commands for what suits me and my equipment? There's no script or option that can do this for me and give me the "essentials". I guess im lazy and nervous haha but also very excited so that wont stop me. Thanks again! |
Beta Was this translation helpful? Give feedback.
-
Can I use aqualinkD on pentair control panels? Also, do I need to plug raspberry into a board before I install AqualinkD or can I start installing before I choose my Equipment (pentair or jandy board - still unsure) and plugin the USB2RS485. How old or new does the jandy board model have to be? I think I saw aqualinkD works with any rev after Q? I'm unsure what to buy here, my apologies.
Also had a question regarding the new pentair intelibrite architecture multi color LEDs. Can aqualinkD be used to change colors for that pool light in particular?
Many thanks! Awesome work here
Beta Was this translation helpful? Give feedback.
All reactions