-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add entities pool_pump.next_run_start and pool_pump.next_run_stop with format #15
base: dev
Are you sure you want to change the base?
Conversation
Hello ! I couldn't test it because since I reinstalled HACS it doesn't start anymore, as if something was missing in the configuration...
|
My code is not merged yet... But I think for this error you have to take the correct version, the one in dev, 0.0.2beta1 |
OK it works with the beta, I'm waiting for the merge for the new features. I'm especially interested in a winter mode... |
Ok, could you descibe what you expect from a winter mode? https://www.github.com/scadinot/pool/tree/master/docs%2Fimages%2Ffiltration_courbe.png By the way I read your article about how to migrate from jeedom to home assistant when I migrate to ha, I used it a lot, especially the climate part, nice job👍 |
In fact, I take care of my brother's pool. At the moment, he runs the filtration for 5 minutes every hour from 8pm to 8am (night) and 5 minutes every 3 hours the rest of the time. What would be nice would be to integrate a risk of frost mode (weather forecast) to increase the rate. Under Jeedom there was a pscine plugin which seemed to be well done, but I never tested it. Maybe an inspiration if you want to achieve something complete. Yes I wrote a lot of things, Jeedom is far away... |
Hello guys. Thank you for your contribution to my integration. To be honest I didn't invest the required energy to make it more mature. I will review it quickly |
fix update to 2021.5
Add an additional run of 1h at sunset
Hello,
I added the entities
pool_pump.next_run_start
andpool_pump.next_run_stop
based on the comment of @mycanaletto in this issue : #9
Not 100% sure what kind of object state can store (datetime, string ? advice is welcome )
Regards,