homebridge-eufy-security / plugin

Homebridge plugin to control certain Eufy Security devices
Apache License 2.0
166 stars 24 forks source link

[Bug]: Smart Lock no longer performs lock/unlock operations #309

Closed sparsematrix closed 1 year ago

sparsematrix commented 1 year ago

What happened?

The lock (identified by plugin as LOCK_WIFI) status is always correct and updates without issue, however toggling the lock state in either direction via HB UI or HomeKit does not perform actions any longer. No errors are printed to the HB log. Previously there were no issues locking/unlocking the Smart Lock through HomeKit. Clearly the plugin has some connection to Eufy as it updates the lock's status in HomeBridge when locked or unlocked through the Eufy app or manually.

HomeBridge: 1.6 Plugin versions: 2.14 and 2.2.0-beta.19

Device Type

other (UnSupported)

Plugin Version

beta (Best Effort)

HomeBridge Version

other (UnSupported)

NodeJS Version

v16 (Supported)

Operating System

Debian 10+ (Supported)

Relevant log output

[EufySecurity-2.2.0-beta.19] INFO:  You're using guest admin account with this plugin! This is recommanded way!
[EufySecurity-2.2.0-beta.19] INFO:  Updating accessory: Back Door

config

{
            "username": "redacted",
            "password": "redacted",
            "country": "US",
            "deviceName": "",
            "platform": "EufySecurity",
            "ignoreStations": [],
            "ignoreDevices": [],
            "cleanCache": true
        }
bbatod commented 1 year ago

I can confirm I am running into the same issue with T8520N.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 5 days with no activity.

nackerr commented 1 year ago

Did you manage to fix this @sparsematrix or @bbatod ?

CarlComputerGuy commented 1 year ago

This is still occurring for me. None of my Eufy locks (we have 5) work through HomeKit/Homebridge any longer. I’ve uninstalled and reinstalled the plugin multiple times, updated to newer versions, older versions, beta versions, etc.

bbatod commented 1 year ago

Did you manage to fix this @sparsematrix or @bbatod ?

Nope. Still not working. Stays unlocking for a while then goes back to locked status without ever unlocking the lock at all.

Logs are not showing much or I am not seeing it.

sparsematrix commented 1 year ago

No, I haven't found a resolution and have switched to a Tuya smart lock (BLE + wifi bridge). I've been pretty disappointed with the Eufy lock in general (slow to wake, poor fingerprint recognition, random errors about being jammed despite entirely clear path, etc). The Tuya plugin is mildly annoying in that API access has to be renewed every 6 months but at least everything works.

nackerr commented 1 year ago

Try and install version 2.2.2. I've been playing around.

I also have an issue open here: https://github.com/homebridge-eufy-security/plugin/issues/384

CarlComputerGuy commented 1 year ago

Try and install version 2.2.2. I've been playing around.

I also have an issue open here: #384

Thank you so much! 2.2.2 is working for me!! So glad to have this working again after over a month of not working. Thanks!!!