sfeakes / 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
172 stars 47 forks source link

Can't change name of Aux 1 on web UI #230

Closed 42Cyborg closed 1 year ago

42Cyborg commented 1 year ago

Hello, I'm sure I am missing something obvious but my Aux 1 button always says "Cleaner" no matter what I change in the ~/software/AqualinkD/release/aqualinkd.conf

I want it to say "Spa Blower" all of the buttons that could possibly be the Aux 1 button are set to spa blower in the aqualinkd.conf and yet it still says cleaner

`button_01_label=Spa Blower

button_02_label=Spa Blower

button_03_label=Spa Blower

button_04_label=Spa Blower`

Screenshot 2023-06-26 at 4 22 12 PM

I am running the prebuilt version on a raspberry pi 4. Let me know if there's any other information that would help diagnose this. Thank you

BobClav commented 1 year ago

The file you need to edit is /etc/aqualinkd.conf . Try that one instead.

42Cyborg commented 1 year ago

That worked, thank you so much! I knew it was something simple