Closed agprimatic closed 5 years ago
Sorry, stupid mistake. Fixed in 1.3.2c being posted in a few mins. But you may want to try just setting DEBUG (not SERIAL_DEBUG) from the command line to figure out why it can't read the information from the control panel. Since it got the version it looks like the serial connection is working, it just doesn't understand the return from the control panel.
If your syslog is just set to debug / error then you won't see all aqualinkd messages, so either change syslog, or run from command line. Command line would be something like
./release/aqualinkd -d -c ./release/aqualinkd.conf
-d stops it demonizing and runs it in the shell and posts all output.
I was having some issues with timeouts so I set
log_level=DEBUG_SERIAL
in/etc/aqualinkd.conf
. When I restarted the daemon, I got this output:If I run with just
log_level=DEBUG
, the daemon doesn't segafult but I can only seem to get status. I can't control anything.I'm running this on Ubuntu 16.04.6 LTS.