homebridge-eufy-security / plugin

Homebridge plugin to control certain Eufy Security devices
Apache License 2.0
172 stars 23 forks source link

[Bug]: S330 Lock does not respond to Siri requests #645

Open titans-sharif opened 3 weeks ago

titans-sharif commented 3 weeks ago

What happened?

Front door lock shows in home bridge configuration and in HomeKit. Saying any command like "Hey, Siri, unlock the Front Door" results in "I'm sorry, I can't find that accessory.

Device Type

Doorbell (Supported)

Plugin Version

v3.0.x (Best Effort)

HomeBridge Version

other (UnSupported)

NodeJS Version

v20 (Supported)

Operating System

Raspbian 10+ (Supported)

Relevant log output

[29/10/2024, 12:00:50] [EufySecurity] Initializing EufySecurity platform...

config

{
    "platform": "EufySecurity",
    "name": "EufySecurity",
    "username": "xxxxxxxxx.com",
    "password": "xxxxxxx",
    "country": "US",
    "deviceName": "",
    "cameras": [
        {
            "serialNumber": "T8....",
            "rtsp": false,
            "snapshotHandlingMethod": 3,
            "delayCameraSnapshot": true,
            "refreshSnapshotIntervalMinutes": 60
        },
        {
            "serialNumber": "T8....",
            "rtsp": false
        },
        {
            "serialNumber": "T8....",
            "rtsp": false,
            "snapshotHandlingMethod": 3,
            "delayCameraSnapshot": true,
            "refreshSnapshotIntervalMinutes": 60
        }
    ],
    "ignoreDevices": []
}
github-actions[bot] commented 3 weeks ago

Did you check this Common Issues pages ?