Aqualink Rs4 All Lights On

Posted on -
Aqualink Rs4 All Lights On Rating: 3,9/5 4196 reviews
  1. Jandy Aqualink Rs8 Manual Pdf

All applicable local installation codes and regulations must be followed. Before replacing the main power center board, go to the Controller and review the current settings. Then record all settings on the Programming and Settings Worksheet provided at the back of these instructions. Turn off all power to the power center. H0293700REVB 3. The AquaLink RS will move to the PGM GROUP Menu and press ENTER. The AquaLink store separate programs for each group. Page 10 Spa Side Switch (e.g., press the Spa button). Repeat this process for each remaining button on the Spa Side Switch. When you are finished, the AquaLink RS display will show the settings for each button.

First let me say thank you for posting this solution! I am very excited to use it but I ran into a road block.

I installed the equipment and software (using the easy one line script from the wiki) and when I start the daemon it starts cleanly but then the UI does not register anything and none of the buttons work or status's for the temperatures etc.

My conf file is:
aqualinkd.conf.txt

Lights

I went ahead and ran the following code to pull the RS-485 traffic:
sudo ./release/serial_logger /dev/ttyUSB0 -d > ~/serial_logger.txt
serial_logger.txt

Based on the output I believe I am cabled up correctly. I have attached pictures of my setup.

Aqualink Rs4 All Lights On

The service according to systemctl appears to be good:
● aqualinkd.service - Aqualink RS daemon
Loaded: loaded (/etc/systemd/system/aqualinkd.service; enabled; vendor preset
Active: active (running) since Sun 2018-12-30 17:04:55 MST; 8s ago
Process: 2506 ExecStart=/usr/local/bin/aqualinkd $OPTS (code=exited, status=0/
Main PID: 2507 (aqualinkd)
CGroup: /system.slice/aqualinkd.service
└─2507 /usr/local/bin/aqualinkd -c /etc/aqualinkd.conf

Aqualink rs4 all lights on sale

Dec 30 17:04:55 raspberrypi systemd[1]: Starting Aqualink RS daemon...
Dec 30 17:04:55 raspberrypi aqualinkd[2506]: Aqualink Daemon v1.2.5
Dec 30 17:04:55 raspberrypi aqualinkd[2506]: Config log_level = 8
Dec 30 17:04:55 raspberrypi systemd[1]: Started Aqualink RS daemon.
Dec 30 17:04:55 raspberrypi aqualinkd[2507]: Starting web server on port 80
Dec 30 17:04:55 raspberrypi aqualinkd[2507]: Starting MQTT client to (null)
Dec 30 17:04:55 raspberrypi aqualinkd[2507]: Listening to Aqualink RS8 on serial

I just enabled logging as well and this is attached to here...
aqualinkd.log.txt

Any ideas?