sfeakes

Results 305 comments of sfeakes

Just want to confirm, with “ read_RS485_iAqualink=YES” set in aqualinkd config (and restarting aqualinkd after changing config), you are not seeing any “ iAqualink2” messages in log when debug is...

I'm making some changes to V3.0 where you can force specific light programming interfaces, I think that will overcome the setting light mode issue. I am also putting in some...

There is no harm in trying, and those commands will work. you will need to add the following to aqualinkd.conf ``` light_programming_interface=1 ```

I don’t see anything in the log where something requested AqualinkD to change RPM. That makes me believe there is something up with cron on your system. Is cron running?...

`INSECURE MODE (group/other writable) (/etc/cron.d/aqualinkd)` Permissions are incorrect in /etc/cron.d/aqualinkd file. It needs to be owned by root:root and NOT writable by anyone other than the owner (root). Try `sudo...