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

Winter Mode : integrate a risk of frost mode #28

Open
roumano opened this issue Dec 28, 2021 · 2 comments
Open

Winter Mode : integrate a risk of frost mode #28

roumano opened this issue Dec 28, 2021 · 2 comments

Comments

@roumano
Copy link

roumano commented Dec 28, 2021

What would be nice would be to integrate a risk of frost mode (weather forecast) to avoid ice in pipe

Like runs the filtration for few minutes every hour when it's very cold and the temperature of the water is nearly 0°

Under Jeedom there was a piscine plugin which seemed to be well done, but I never tested it. Maybe an inspiration if you want to achieve something complete.

Originally posted by @mycanaletto in #15 (comment)

@roumano
Copy link
Author

roumano commented Feb 8, 2022

Actually, it's not idea to use this for the winter :

So i have manually updated the function AbacusFilteringDuration :

__init__.py:class AbacusFilteringDuration(FilteringDuration):
    T is forced at a 7.4°C minimum
    temperature: float = max(pool_temperature, 7.4)

@roumano roumano mentioned this issue Oct 8, 2022
@plouf34
Copy link

plouf34 commented Oct 8, 2022

Hello Any news regarding winter mode or time filtration for temperature under 10°C?
Because I don’t understand the above code and where to fill in.

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

2 participants