jfarmer08 / homebridge-wyze-smart-home

Wyze Smart Home plugin for Homebridge.
MIT License
94 stars 14 forks source link

Can't control Wyze Lock Bolt YD_BT1 via Homekit #136

Closed c0nstantinator closed 10 months ago

c0nstantinator commented 11 months ago

Describe The Bug: Trying to lock/unlock Wyze Lock Bolt using Homekit, it's changed the status (Locked/Unlocked) in Homekit, but the actual Lock Bolt does nothing.

To Reproduce:

Expected behavior: Homekit to lock/unlock wyze lock bolt

Logs:

[8/4/2023, 12:04:56 PM] [Wyze] Lock (Model: YD_BT1 (Mac: YD_BT1.095f8cb000ed72b829a0a34b657486e4 (Name: Front Door) not supported submit a request to https://github.com/jfarmer08/homebridge-wyze-smart-home/issues to have it added. If no issues are found

Plugin Config:

 {
            "name": "Wyze",
            "username": "XXX",
            "password": "XXX",
            "keyId": "XXX",
            "apiKey": "XXX",
            "mfaCode": "XXX",
            "refreshInterval": 60000,
            "entryExitDelay": 30,
            "showAdvancedOptions": false,
            "logging": "none",
            "excludeMacAddress": false,
            "excludedeviceType": false,
            "platform": "WyzeSmartHome"
        },

Screenshots:

Environment:

Homebridge v1.6.1 MacOS

github-actions[bot] commented 11 months ago

Message that will be displayed on users' first issue

carTloyal123 commented 11 months ago

There may be some technical limitations here since the Wyze lock bolt works primarily over Bluetooth (maybe even exclusively over BT) if that is the case this will likely require a large technical overhaul. I am curious if you are able to unlock this lock from anywhere over an internet connection or indeed you must be close to it?

c0nstantinator commented 11 months ago

You’re right. I can unlock only when nearby via BT… On Aug 7, 2023, at 7:30 PM, carTloyal123 @.***> wrote: There may be some technical limitations here since the Wyze lock bolt works primarily over Bluetooth (maybe even exclusively over BT) if that is the case this will likely require a large technical overhaul. I am curious if you are able to unlock this lock from anywhere over an internet connection or indeed you must be close to it?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

carTloyal123 commented 11 months ago

I know some homebridge plugins actually do use bluetooth like the switchbot plugin but I am not sure how complicated this gets and there is no infrastructure in place in this wyze plugin for bluetooth. I would say this will not be completed anytime soon unless @jfarmer08 has some insight I am not aware of. It could be done if someone has already reverse engineered the bluetooth communication between phone and wyze lock but I doubt that is known yet

c0nstantinator commented 11 months ago

Got it. Its helpful. Thanks for the insights. Appreciate that. On Aug 8, 2023, at 9:28 AM, carTloyal123 @.***> wrote: I know some homebridge plugins actually do use bluetooth like the switchbot plugin but I am not sure how complicated this gets and there is no infrastructure in place in this wyze plugin for bluetooth. I would say this will not be completed anytime soon unless @jfarmer08 has some insight I am not aware of. It could be done if someone has already reverse engineered the bluetooth communication between phone and wyze lock but I doubt that is known yet

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>