-
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
Aqualinkd.service failed because the service did not take the steps required by its unit configuration #334
Comments
Without a connection to the Jandy control panel, AqualinkD can’t really do anything. So it’s failing since it can’t read the serial port /dev/ttyUSB0. |
Ok, I understand now. Hopefully this can be available in future updates. Thank you and I appreciate the quick response. |
That is how aqualinkd works, but since it gets the information for the UI from the panel itself, there isn’t really any information to show in the UI. Ie it has no idea is Pool Heater is on or off / what temp it’s set to or even if it exists and can change any setting on the heater. So you can actually catch Aqualinkd UI before it terminates itself, but the tiles are empty. |
By that explanation I should be able to open my browser on localhost:80, or 192.168.86.xx:80 and see an empty page. However, now I'm seeing: I'll give it a try once I get the USB2RS485 dongle. |
AqualinkD will start all the network interfaces, then open serial port and connect to panel. If it can’t open a serial port it will terminate, if it opens the serial port and doesn’t see or connect to a panel, it will terminate. |
I've got it working. I was able to create a schedule, tested it out for a couple days. The communication with pump works great. I'm not getting lights to work, even lights on schedule don't turn on. Is there something I can do to troubleshoot the lights? |
I was just tuning some tests, and it looks like there is a bug with color light and certain panel versions. So I'm assuming this is a color light. If so, I will post a fix as soon as I figure out the problem.
Sorry I realize neither is optimal. |
@dadoadk version 2.3.8 has a fix for color lights. Please make sure you have this line uncommented in the config 'rssa_device_id=0x48 ' |
@sfeakes the pool light works now. I followed your instructions, installed the new 2.3.8 version and changed the config. I've been testing it over the weekend with the scheduler. I'm not sure if the color can be changed from the UI. All colors turn on at the same time. |
In the web UI a long button press on the tile will give you the option to program a different color. |
Intro: I followed the steps in the Wiki to install
sudo ~/software/AqualinkD/release/install.sh
then I get some messages:
at this point I edit the cron file:
sudo nano /etc/default/cron
and enable the -l option
now I can run the install:
sudo ~/software/AqualinkD/release/install.sh
and there are some messages about AqualinkD config exists, did not copy new config...
and at last a message: Starting daemon aqualinkd
to get a better status I run the command:
sudo aqualinkd -d -c /etc/aqualinkd.conf
which leads me to the issue I'm having:
to confirm, I run the command
systemctl status aqualinkd.service
I see
Active: failed (Result: exit-code)
my questions:
I've read the Wiki document several times, and some expectations are that the AqualinkD service should be running before I get to plug it into my pool unit outside my house, but I'm maybe missing a point here. Please help me understand if I'm missing something.
The text was updated successfully, but these errors were encountered: