We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No heating, since the water is too hot already, and thus no pumping.
The pump switches on every 30 seconds.
Keep state
The text was updated successfully, but these errors were encountered:
We don't know the actual water temperature until we start pumping (no sensor in the pool). See solarpool lines 129-130.
Possible fix: keep state. I suppose we have idle (startup) - heating - cooling.
Sorry, something went wrong.
sndrr
No branches or pull requests
Context
Expected behaviour
No heating, since the water is too hot already, and thus no pumping.
Actual behaviour
The pump switches on every 30 seconds.
Possible solution
Keep state
The text was updated successfully, but these errors were encountered: