linux daemon to control Aqualink RS pool controllers. Provides web UI, MQTT client & HTTP API endpoints. So you can control your pool equiptment from any phone/tablet or computer, and should work with just about Home control systems, including Apple HomeKit, Samsung, Alexa, Google, etc home hubs.
It does not, and will never provide any layer of security. NEVER directly expose the device running this software to the outside world, only indirectly through the use of Home Automation hub's or other securty measures, e.g. VPNs.
If you like this project, you can buy me a cup of coffee :)
http://aqualinkd.freeforums.net (Please use this for questions / issues / problems) For Bugs use issues link on top of page
https://github.com/sfeakes/AqualinkD/wiki
Information on Control panel versions and upgrading the chips.
https://github.com/sfeakes/AqualinkD/wiki/Upgrading-Jandy-Aqualink-PDA-to-RS-panel
Started to document what I know about the Jandy RS485 protocol.
https://github.com/sfeakes/AqualinkD/wiki/Jandy-Aqualink-RS485-protocol
Designed to mimic AqualinkRS6 All Button keypad, and just like the keypad you can use it to completley configure the master control panel
- (Salt Water Generator is configured as Thermostat as it's the closest homekit accessory type, so °=% and Cooling=Generating)
- Full support for homekit scenes, so can make a "Spa scene" to turn spa on, set spa heater particular temperature, turn spa blower on, etc etc)
- http://aqualink.ip/ <- (New UI)
- http://aqualink.ip/old <- (If you prefer the old UI, this is not maintained)
- http://aqualink.ip/simple.html <- (Anothr opion if you don't like the above)
- http://aqualink.ip/simulator.html <- (RS8 All Button Control Panel simulator) #
- Added MQTT topic for full SWG status (MQTT section in see wiki)
- Config option to turn on/of listening to extended device information.
- Added service mode topic to MQTT (Thanks to tcm0116)
- Added report zero pool temp (Thanks to tcm0116)
- more PDA fixes (Thanks to ballle98)
- Fix in MQTT requests to change temp when temp units are unkown.
- fix for PDA with SPA messages. (Thanks to ballle98)
- Added report 0 for pool temp when not available. (Thanks to tcm0116)
- fix bug for MQTT freeze protect.
- Small fix for Freeze Protect.
- Fix for setpoints on "Pool Only" configurations.
- Support for Spa OR Pool OLNY mode with setpoints, (previous setpoints expected Spa & Pool mode)
- Added support for MQTT Last Will Message
- Fix spelling errors will effect your conficuration, and the install.sh script will not overwrite.
- Please compare /var/www/aqualinkd/config.js to the new one, you will need to manualy edit or overide
- MQTT spelling for enabled is now accurate, so anything using the /enabled message will nee to be changed
- homekit will need to be changed. Please see the new homekit2mqtt.json or modify your existing one.
- PDA support in BETA. (Please see WiKi for details)
- Fixed bug in posting Heater Emables topics to MQTT. (order was reversed)
- Serial read change. (detect escaped DTX in packet, 1 in 10000 chance or happening)
- Changed the way AqualinkD reads USB, fixes the checksum & serial read too small errors that happened on some RS485 networks.
- Figex bug in SWG would read "high voltage" and not "check cell"
- Web UI out of Beta
- MQTT fix setpoints
- Simulator is now more stable.
- updates to serial logger
- UI updates
- bug fix in MQTT_flash (still not prefect fix)
- New Simple interface.
- Start of a RS8 Simulator :-
- So you can program the AqualinkRS form a web interface and not control panel.
- Please make sure all other browsers & tabs are not using AqualinkD. it doesn't support multiple devices when in simulator mode.
- Fixed a few bugs.
- -- Release 1.0b --
- NEW WEB UI !!!!!!!!!!!!! (in beta)
- Flash buttons on/off in homekit for enabeling / disabeling / cooldown period as they do on control panel
- Full SWG support (setting %, not just reporting current state). Also reports Salt Cell status such as (no flow, low salt, high curent, clean cell, low voltage, water temp low, check PCB)
- Update to thermostats, colors are now correct in homekit, green=enabeled, orange=heating, blue=cooling (SWG only)
- Light show program mode should now support most vendors lights.
- config changes for (spa temp as pool temp / light program mode options / enable homekit button flash)
- updated to serial_logger.
- freeze protect, heater temperature & SWG set-points have been added to support for standard HTTP requests (MQTT & WS always had support)
https://github.com/sfeakes/AqualinkD/wiki
This was designed for Jandy Aqualink RS, so should work with AqualinkRS and iAqualink Combo controll panels. At the moment it will not work with Aqualink PDA / AquaPalm and NON Combo iAqualink. Below are varified versions (But should work with any AqualinkRS) :-
Version | Notes |
---|---|
Jandy Aqualink 6524 REV GG | Everything working |
Jandy AquaLinkRS 8157 REV JJ | Everything working |
Jandy AquaLinkRS 8157 REV MMM | Everything working |
Jandy AquaLinkRS 8159 REV MMM | Everything working |
Jandy AquaLinkRS B0029221 REV T | Everything working |
Jandy AquaLinkRS B0029223 REV T.2 | Everything working |
Jandy AquaLinkRS B0029235 REV T.1 | Everything working |
Jandy iAqualink E0260801 REV R | Everything working |
AquaLink PDA / AquaPalm | Beta available, Limited functionality, please see WiKi. |
If you have tested a version not listed here, please let me know by opening an issue
All non commercial projects can be run using our open source code under GPLv2 licensing. As long as your project remains in this category there is no charge. See License.md for more details.