-
Notifications
You must be signed in to change notification settings - Fork 6
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
Time synchronization in screenlogicpy/HA #32
Comments
Should be doable. I was able to identify |
What is the use case you are thinking of for seeing the controller time, either as a sensor or in the logs? |
Seeing the time was just for piece of mind that it is set correctly. If it prints out in log when debug logging is on that would be nice. |
To be clear, main thing I'm interested in ability to set/sync time with HA. |
I assume this still needs hookup at the HA layer to be active? My controller's time drifts over time and I don't believe any syncing is taking place. How can I confirm / how can I help if needed? |
That is correct. Only the backend implementation in this lib is done. The HA implementation is currently 3rd on my list behind Super Chlorination and IntelliChem chemistry LSI numbers. |
Thanks for all your help so far. A feature that would be helpful is to add the time sync feature that is available in the pentair application. While I want to place most of my automations in HA, a few automations I will leave in pentair such as the cleaning schedules. The feature circuit enablement and lighting I will place in HA.
My pentair system was running the pool cleaner a few hours off of expected schedule until I clicked sync time. I'd like to mostly avoid using the pentair app, use HA instead, and in that case time sync would never occur. It would be awesome if HA integration could do the trigger time sync periodically -- especially when there is power outage (i.e.: HA gets restarted).
Also, I'm wondering if it's possible to see the time/date on the pentair system? perhaps add that as a sensor or put in the logs.
Time sync feature in the application:
Could add option as part of integration settings:
The text was updated successfully, but these errors were encountered: