plugin
plugin copied to clipboard
[Bug]: S330 Lock does not respond to Siri requests
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": []
}
Did you check this Common Issues pages ?