oncleben31 / ha-pool_pump

🏊💻Pool pump manager for Home Assistant
MIT License
51 stars 17 forks source link

Winter Mode : integrate a risk of frost mode #28

Open roumano opened 2 years ago

roumano commented 2 years ago

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 https://github.com/oncleben31/ha-pool_pump/issues/15#issuecomment-826139833_

roumano commented 2 years ago

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)
plouf34 commented 1 year ago

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.