Replies: 1 comment
-
The issue with this is that Wyze doesn't want us to hit their api too often. I would be open to a PR that improves the updater process in this integration if that is available. I might try to work on it a bit but I don't have a ton of bandwidth right now. |
Beta Was this translation helpful? Give feedback.
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.
-
Hello,
I was wondering if it would be possible to enhance how the lock/unlock status works. I'm able to get the status of the lock with adding of a bluetooth adapter & proxies to reach every bolt in the house. With this HA can lock/unlock the doors remotely accurately. The part that's broken is when you open a lock from the inside manually. There is no update to say the status changed. I was able to somewhat fix this by creating an automation that reloads the integration every 30 seconds. It's able to get the updated status at that point and I created other automations that are saving the "real status" in a helper list of "open/closed". Not great but a decent workaround I figure. I'm wondering though if it would be possible to update for wyze lock bolts only to send a request to the locks repeatedly to get the status. My way of doing a reload forces the lock status in the integration to go to unknown status and then once it reloads gets the status. I was curious if by having the integration do it it could skip that part and just get the status. This would help a great deal I think to make it more complete of an option without reloading it to get the status.
Thank you for a great app either way.
Beta Was this translation helpful? Give feedback.
All reactions