AqualinkD
AqualinkD copied to clipboard
Daemon to control Jandy Aqualink RS pool equipment from any home automation hub (Alexa, Homekit & Siri, Home Assistant, smartthings, domoticz etc) or web browser.
AqualinkD not communicating with control panel after board change and PureLink Power Center install
First thanks for a great project. I have had AqualinkD running for over a year with no issues. This summer a neighborhood wide power outage took out my RS Control...
https://github.com/sfeakes/AqualinkD/blob/9aa1aa743fed3c2bc9b3d261d134ac44458f7d2c/release/aqualinkd.conf#L166 These are comments but PDA users uncomment them and don't realize they need to change "button_09_PDA_label" to "button_10_PDA_label" ``` button_10_label=Pool Heater #button_10_dzidx=44 #button_09_PDA_label=POOL HEAT button_11_label=Spa Heater #button_11_dzidx=56 #button_09_PDA_label=SPA HEAT...
https://github.com/sfeakes/AqualinkD/blob/9aa1aa743fed3c2bc9b3d261d134ac44458f7d2c/pda_menu.c#L96 Notice there are 17 character in this string. Extra space in front of MAIN MENU means it never matches.
https://github.com/sfeakes/AqualinkD/blob/9aa1aa743fed3c2bc9b3d261d134ac44458f7d2c/pda_aq_programmer.c#L256 the problem is device name holds 15 characters and you are putting in "%-14s" plus '\n" plus null terminator '\0' which is 16. It is much safer to use...
I forked the project and started to work on this myself here https://github.com/ballle98/AqualinkD/issues/4 but I thought it would be good to get some advice. As it stands I can't leave...
Not sure if this is a bug or not. However, I have been trying to track this down for days. Every hour.. right at 48 minutes, I get a burst...
Happy New Year, The "older" ` ipaddress/simulator.html` makes it possible to access the `System SetUp` however the connection is lost when scrolling either to fast or selecting some of the...
When I upgraded from an older pi 1 B to a pi 4 things became unstable. Not just with aqualinkd but also with aquaweb. What I would see on aquaweb...