IAqualink Run Pump 24 Hours

The only challenge with that is if I’m traveling(which is every week) and the power goes out then the pump would be off for potentially several days. I could in theory run something in HA that if the pump is off then start it but without the speed control I’m not sure what would happen if the last know speed pump was during spa mode and the pump was running at 3200rpm.
Does HA alert you if there is loss of power? My Eero network will alert me if the internet is down. I also get an alert from my Nest camera is offline.
I then can check the iAquaLink app to see if it went back on.
As stated earlier I just run my pump from 2pm to 1:45pm every day so it should always kick on after any power outage.
 
Did you mention why you don't want a break every 24 hours? I have been doing it for 8 seasons and I am not seeing a negative to it.
concencius on another thread was it was better for the pump to run 24x7 then to have it turn off and on throughout the day. Just trying to get the most life out of it.
Does HA alert you if there is loss of power? My Eero network will alert me if the internet is down. I also get an alert from my Nest camera is offline.
I then can check the iAquaLink app to see if it went back on.
As stated earlier I just run my pump from 2pm to 1:45pm every day so it should always kick on after any power outage.
HA doesn't specifically but I could in theory set it up to but in my eyes if the power goes out then internet goes out. I have HA on a UPS but not the internet equipment right now.
 
I had this running for a while in Central Florida without issue. I was using AqualinkD. I took it offline because AqualinkD somehow interferes with the timing of the lighting selection, causing the lights to reset back to white.

There also has been discussion on the GitHub Issues page about success with an RS485/WiFi adapter, and it also looks like someone has it as a Docker container and Home Assistant add-on:

Here's the adapter:
I ordered the adapter and will try it. Just an FYI ordered it from aliexpress as it was half the price and quicker shipping time
 
  • Like
Reactions: WGpoolnewb
I ordered the adapter and will try it. Just an FYI ordered it from aliexpress as it was half the price and quicker shipping time
The other thing I would like to do with AqualinkD if I can is speed up the pump for water features in a single button in HA. I think this may be an option but more to come. The dongle came today but I'm traveling until tomorrow night so hoping to have first round of testing done on Thursday. I already spun up the container stand alone and the one built for HA. Plan on doing all the configs on the stand alone and then moving it over to the HA integrated one.
 
The other thing I would like to do with AqualinkD if I can is speed up the pump for water features in a single button in HA. I think this may be an option but more to come. The dongle came today but I'm traveling until tomorrow night so hoping to have first round of testing done on Thursday. I already spun up the container stand alone and the one built for HA. Plan on doing all the configs on the stand alone and then moving it over to the HA integrated one.
My adapter arrived last week, I'm hoping to get it installed this week.

Yes, you will be able to easily adjust the pump speed via AqualinkD and Home Assistant. Just make an MQTT publish call:
aqualinkd/Pump_?/RPM/set (where ? is the pump number)
 
My adapter arrived last week, I'm hoping to get it installed this week.

Yes, you will be able to easily adjust the pump speed via AqualinkD and Home Assistant. Just make an MQTT publish call:
aqualinkd/Pump_?/RPM/set (where ? is the pump number)
I ordered the adapter without the larger antenna so it's not really working yet. I am going to be about another week out before I get the new one. Also when I do have the adapter working with my home network I'm still not getting aquallinkd working right, it reads the panel but I'm having issues controlling the equipment.
 
  • Like
Reactions: WGpoolnewb
I ordered the adapter without the larger antenna so it's not really working yet. I am going to be about another week out before I get the new one. Also when I do have the adapter working with my home network I'm still not getting aquallinkd working right, it reads the panel but I'm having issues controlling the equipment.
Just to follow back up here. I ended up bailing on the EW11 adapter because in my configuration it was causing some issues. I ended up putting aqualinkd on a raspberry pi zero w and it's working pretty much flawlessly. I highly recommend this if someone is looking for a cloud free solution.
 
  • Like
Reactions: WGpoolnewb
How many lighting circuits do you have? Are the RGB LED?
Just to follow back up here. I ended up bailing on the EW11 adapter because in my configuration it was causing some issues. I ended up putting aqualinkd on a raspberry pi zero w and it's working pretty much flawlessly. I highly recommend this if someone is looking for a cloud free solution.
 

Enjoying this content?

Support TFP with a donation.

Give Support
2 lighting circuits, one for the pool and one for the spa. The lights are Jandy LED's
Have you had any issue with selecting lighting programs? This has been my problem with aqualinkD. Something is interfering with the timing of the relay cycling, so it will cause the program selection to reset back to white in the middle of a change. If it's working for you, which mode are you using for light_programming_mode and button_xx_lightMode?
 
Have you had any issue with selecting lighting programs? This has been my problem with aqualinkD. Something is interfering with the timing of the relay cycling, so it will cause the program selection to reset back to white in the middle of a change. If it's working for you, which mode are you using for light_programming_mode and button_xx_lightMode?
Working fine for me. See below:

light_programming_mode=0.6
button_04_label=Spa Light
button_04_lightmode=2

button_05_label=Pool Light
button_05_lightmode=2
 
  • Like
Reactions: WGpoolnewb