5c06053637 | ||
---|---|---|
extras | ||
release | ||
web | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
aq_mqtt.h | ||
aq_programmer.c | ||
aq_programmer.h | ||
aq_serial.c | ||
aq_serial.h | ||
aqualink.h | ||
aqualinkd.c | ||
config.c | ||
config.h | ||
domoticz.h | ||
init_buttons.c | ||
init_buttons.h | ||
json_messages.c | ||
json_messages.h | ||
mongoose.c | ||
mongoose.h | ||
net_services.c | ||
net_services.h | ||
pda_menu.c | ||
pda_menu.h | ||
pda_test.c | ||
serial_logger.c | ||
utils.c | ||
utils.h | ||
version.h |
README.md
Aqualinkd
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.
Donation
If you like this project, you can buy me a cup of coffee :)
AqualinkD forum now open
http://aqualinkd.freeforums.net (Please use this for questions / issues / problems) For Bugs use issues link on top of page
Please see Wiki for install instructions
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
Builtin WEB Interface(s).
Default web interface | Simple web interface |
---|---|
Both Interfaces
| |
Default Interfaces
|
Old web UI, (Still in release if you prefer it)
Simulator
Designed to mimic AqualinkRS6 All Button keypad, and just like the keypad you can use it to completley configure the master control panel
In Apple Home app.
- (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)
In Home Assistant
All Web interfaces.
- 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) #
Update in Release 1.2.4
- Small fix for Freeze Protect.
Update in Release 1.2.3
- Fix for setpoints on "Pool Only" configurations.
Update in Release 1.2.2
- 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.
Updates in Release 1.2
- 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)
Updates in Release 1.1
- 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"
Updates in release 1.0e
- 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)
Updates in Release 1.0c
- 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)
Please see Wiki for install instructions
https://github.com/sfeakes/AqualinkD/wiki
Aqualink Versions tested
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
License
Non Commercial Project
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.