ballle98 / AqualinkD

Daemon to control Jandy Aqualink RS pool equipment from any home automation hub (Alexa, Homekit & Siri, Home Assistant, smartthings, domoticz etc) or web browser.
Other
6 stars 2 forks source link

Web Interface is showing running when not? #61

Closed heffneil closed 2 years ago

heffneil commented 2 years ago

Hey guys I am new to this but I got it working - except I have a few issues. I did post in discussions but I don't know if anyone is reading those so I apologize for posting here as well:

  1. Today my PDA only panel is showing me in the web interface it is running, however the pump is NOT running.

  2. My time is wrong and I am unclear if / how I can update it to sync with my raspberry pi. I do have the synch option enabled.

  3. I don't know how to view / edit / run any programs within the web interface if at all possible. Thanks!

ballle98 commented 2 years ago

Not sure if this works but you could try changing this to yes

# Use/find labels from Control Panel, these will overwrite the button_xx_label below, 
# it noes NOT work in PDA mode, and it also considerable slows down AqualinkD startup process.
use_panel_aux_labels=no
ballle98 commented 2 years ago

can you attach your config file and I'll see if I can reproduce the issue?

heffneil commented 2 years ago

Here you go and thank you very very much! aqualink.txt

heffneil commented 2 years ago

Checking in - hopeful you found something I screwed up in the config file? Thanks!

ballle98 commented 2 years ago

Sorry got busy with other things. Should have some time this week to look at it.

ballle98 commented 2 years ago

OK there is some issue with enabeling a log file in aqualinkd.com "log_file=/var/log/aqualinkd.log" When I commented out this line things started working much better.

The other thing was "panel_type = PD-6 Combo" If you look at the notes in the conf file it changes the location of your pool heater to button 8 and spa heater to button 9. Instead of fixing the labels change your panel type to "PD-8 Combo" because it will work better there seems to be some spots in the code where it is hard coded to to 10 and 11. aqualink-fixed.txt

ballle98 commented 2 years ago

@heffneil Did this fix your issue? Are you OK to close?

heffneil commented 2 years ago

Hi I am traveling right now and haven’t really tested I did remove the logging reference but that in itself is a big, no?

ballle98 commented 2 years ago

OK I updated the SWG code for PDA so you may want to pull down the latet code and make clean; make install. I'm not sure what the issue with log file is. It may be delaying the serial reader thread to the point it is missing messages or corrupting messages. It definately caused some strange issues on my setup. The panel type is another feature that is not complete for PDA mode. I have a PD-4 Combo pool and I have to set it to PD-8 Combo to work properly.

heffneil commented 2 years ago

It at appears as if it is responding swiftly turning things on and off

ballle98 commented 2 years ago

OK. I'll close the issue :)