intellicenter icon indicating copy to clipboard operation
intellicenter copied to clipboard

Support for changing variable speed pump settings.

Open silfa718 opened this issue 3 years ago • 6 comments

Would it be possible to change the GPM or RPM of a pump like you can in the Intelicenter app?

I would like to automate the pump speed.

silfa718 avatar Nov 28 '21 03:11 silfa718

This should be feasible... I would have to look in more details as some code that @dwradcliffe contributed to see if that could interface. I have been a bit nervous about getting so low level with the integration. Not sure what you mean by "automating the pump speed". I know that for my spa the installer created a "virtual circuit" mapping a high speed setting to a "circuit" that appears in Home Assistant as a switch (once the circuit is declared as a feature). It is not as fine grained as setting the exact value go the RPM/GPM but does the job very well for my use case. Would that be an option?

jlvaillant avatar Dec 03 '21 23:12 jlvaillant

I didn't think about creating virtual circuits. So I can create "scenes" in the pool controller and call them with HA? I'll look into it and let you know.

On Fri, Dec 3, 2021, 6:09 PM jlvaillant @.***> wrote:

This should be feasible... I would have to look in more details as some code that @dwradcliffe https://github.com/dwradcliffe contributed to see if that could interface. I have been a bit nervous about getting so low level with the integration. Not sure what you mean by "automating the pump speed". I know that for my spa the installer created a "virtual circuit" mapping a high speed setting to a "circuit" that appears in Home Assistant as a switch (once the circuit is declared as a feature). It is not as fine grained as setting the exact value go the RPM/GPM but does the job very well for my use case. Would that be an option?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jlvaillant/intellicenter/issues/33#issuecomment-985901735, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFYYOQ5M3XUYWWSRCEJRGMLUPFE2TANCNFSM5I4ZCV4Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

silfa718 avatar Dec 04 '21 18:12 silfa718

I wanted to be able to control pump speed, too. So virtual circuits are scenes? I have been looking for a taxonomy for the Intellicenter capabilities.

roopesh avatar Feb 08 '22 17:02 roopesh

I wanted to be able to control pump speed, too. So virtual circuits are scenes? I have been looking for a taxonomy for the Intellicenter capabilities.

@roopesh I was able to get it to work by making virtual circuits...which work like scenes.

For example with my pool pump I made one that runs the pump at high for cleaning, one that has the pump at med speed, and one for low speed to run at night.

Then I set my automatons in HA for when to turn on each circuit.

silfa718 avatar Mar 25 '22 04:03 silfa718

I wanted to be able to control pump speed, too. So virtual circuits are scenes? I have been looking for a taxonomy for the Intellicenter capabilities.

@roopesh I was able to get it to work by making virtual circuits...which work like scenes.

For example with my pool pump I made one that runs the pump at high for cleaning, one that has the pump at med speed, and one for low speed to run at night.

Then I set my automatons in HA for when to turn on each circuit.

I did similar but the downside is that Features don't support heater(s). image

BillyFKidney avatar Aug 02 '22 21:08 BillyFKidney

The heater is supported as a water heater in Home Assistant. I never went and made more circuits for different speeds. I just use the intellicenter app if i want to change pump speed at this point.

roopesh avatar Aug 03 '22 01:08 roopesh