-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
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? |
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
<#33 (comment)>,
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>.
|
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). |
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. |
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.
The text was updated successfully, but these errors were encountered: