Skip to content
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

Support for changing variable speed pump settings. #33

Open
silfa718 opened this issue Nov 28, 2021 · 6 comments
Open

Support for changing variable speed pump settings. #33

silfa718 opened this issue Nov 28, 2021 · 6 comments

Comments

@silfa718
Copy link

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.

@jlvaillant
Copy link
Owner

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?

@silfa718
Copy link
Author

silfa718 commented Dec 4, 2021 via email

@roopesh
Copy link
Contributor

roopesh commented Feb 8, 2022

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.

@silfa718
Copy link
Author

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.

@BillyFKidney
Copy link

BillyFKidney commented Aug 2, 2022

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

@roopesh
Copy link
Contributor

roopesh commented Aug 3, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants