-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misconfigured Buttons. RS-8 Combo Panel #264
Comments
Commenting out rssa_device_id in the configuration, I now get stuck at this error message: $ sudo aqualinkd -d -c /etc/aqualinkd.conf
Starting the service anyway yields $ sudo systemctl start aqualinkd$ sudo systemctl status aqualinkd
I can access the web app, but the controls seem misconfigured. Turning on the pool or spa lights does not do anything but instead it triggers some noise. Perhaps it's the pump priming. |
I don't think it's getting stuck there, that's just an error that happened so it was printed to the log. There are probably no other "notice" messages to be printed. You can change the log level to debug to check by editing the config file.
It sounds like you have not configured the keys/buttons correctly. In the wiki, lookout the section on confgiuring buttons |
Hey @EliotKhachi , I recently setup AqualinkD and I had a similar issue where the serial logger would return blank for the make and model of my control panel. Mine is an RS-6 combo and I configured it as such in the aqualinkd.config and all seemed to work after I got my uart to rs485 serial board wired up. |
Hi,
Just trying to figure out what I'm doing wrong. I haven't gotten the web app to work yet. Not entirely sure if I've configured the hardware correctly (do I need a termination resistor?) Right now, it looks like I'm getting an error related to how I'm setting this value in the the conf:
rssa_device_id=0x48
.sudo aqualinkd -d -c /etc/aqualinkd.conf
sudo ./release/serial_logger /dev/ttyUSB0
It's also worth noting that the serial logger won't tell me my control panel model or version, which is frustrating, although I'm pretty sure I have a RS-8 Combo based on the fact that it says RS8 on the panel and I have a pool and jacuzzi.
Eliot
The text was updated successfully, but these errors were encountered: