plugin icon indicating copy to clipboard operation
plugin copied to clipboard

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

Open yxztj opened this issue 1 year ago • 1 comments

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
        }
    ]
}

yxztj avatar Dec 31 '23 06:12 yxztj

Did you check this Common Issues pages ?

github-actions[bot] avatar Dec 31 '23 06:12 github-actions[bot]