homebridge-eufy-security / plugin

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

[Bug]: Lock battery drained within a week when Eufy homebridge is enabled #495

Open yxztj opened 9 months ago

yxztj commented 9 months ago

What happened?

The plugin works great with contact sensor automations, super awesome. But unexpectedly I have replaced the batteries in the lock (C220) twice within 2 weeks even if I did not add any specific config for it. The battery consumption was ok when eufy homebridge plugin was not enabled before.

I have tried to set the door lock to "ignore device" but the battery drain issue is still there.

Device Type

other (UnSupported)

Plugin Version

v2.0.x (Supported)

HomeBridge Version

v1.6.x (Supported)

NodeJS Version

v18 (Supported)

Operating System

Other (UnSupported)

Relevant log output

Didn't see any logs in homebridge so not sure how I can debug it.

config

{
    "username": "",
    "password": "",
    "country": "US",
    "deviceName": "",
    "platform": "EufySecurity",
    "ignoreStations": [
        "T8506K1023xxxxxx"
    ],
    "ignoreDevices": [
        "T8506K1023xxxxxx"
    ],
    "cleanCache": true,
    "cameras": [
        {
            "serialNumber": "T8506K1023xxxxxx",
            "rtsp": false,
            "talkback": false
        }
    ]
}
github-actions[bot] commented 9 months ago

Did you check this Common Issues pages ?