Add ability to set the controller time in Screenlogic Integration #4126
Unanswered
rszimm
asked this question in
Integration enhancements
Replies: 2 comments
|
🏷️ I've automatically added the |
0 replies
|
@rszimm I've started maintaining my own version based off of the built-in integration for this enhancement as well as others that I've been wanting. Feel free to check it out https://github.com/trevnologies/ha-screenlogic |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Integration name
screenlogic
Link to integration documentation on our website
https://www.home-assistant.io/integrations/screenlogic/
Describe the enhancement
The screenlogic controller is not automatically set via NTP or other means, so it drifts pretty badly. It would be a nice enhancement to be able to set it from Home Assistant.
Use cases
There is already a method in the underlying screenlogicpy that does this, so it should be a matter of plumbing it up:
await gateway.async_set_date_time(date_time=datetime.now(), auto_dst=set_dst)Honestly, it probably doesn't even need to provide a parameterized date_time. Just call with the default values to essentially SyncDateTime() with the Home Assistant machine's date time would work fine.
Anything else?
No response
All reactions