homebridge-eufy-security / plugin

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

[Bug]: Slow respond image snapshot handler #534

Closed liudger closed 5 months ago

liudger commented 5 months ago

What happened?

After a while I get these warnings. Is this something to investigate? latest hksv v2.3.17

Device Type

Doorbell (Supported)

Plugin Version

beta (Best Effort)

HomeBridge Version

v1.6.x (Supported)

NodeJS Version

v18 (Supported)

Operating System

Ubuntu 18.04+ (Supported)

Relevant log output

[Voordeur 60BA] The image snapshot handler for the given accessory is slow to respond! See https://homebridge.io/w/JtMGR for more info.
[Voordeur 60BA] The image snapshot handler for the given accessory is slow to respond! See https://homebridge.io/w/JtMGR for more info.
[Voordeur 60BA] The image snapshot handler for the given accessory didn't respond at all! See https://homebridge.io/w/JtMGR for more info.
[Voordeur 60BA] The image snapshot handler for the given accessory didn't respond at all! See https://homebridge.io/w/JtMGR for more info.

config

{
    "bridge": {
        "name": "Homebridge 514E",
        "username": "",
        "port": 51974,
        "pin": "",
        "advertiser": "bonjour-hap"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "enableDetailedLogging": false,
            "CameraMaxLivestreamDuration": 50,
            "pollingIntervalMinutes": 10,
            "hkHome": 1,
            "hkAway": 0,
            "hkNight": 3,
            "hkOff": 63,
            "ignoreStations": [],
            "ignoreDevices": [],
            "country": "NL",
            "cameras": [
                {
                    "serialNumber": "",
                    "rtsp": false,
                    "enableCamera": true,
                    "videoConfig": {
                        "audio": true
                    },
                    "talkback": true,
                    "snapshotHandlingMethod": 3,
                    "enable": true,
                    "motion": true,
                    "indoorchime": true
                }
            ],
            "cleanCache": true,
            "unbridge": true,
            "ignoreMultipleDevicesWarning": true,
            "syncStationModes": false,
            "autoSyncStation": false,
            "username": "",
            "password": "",
            "deviceName": "Voordeur",
            "hsv": true,
            "platform": "EufySecurity"
        }
    ]
}
github-actions[bot] commented 5 months ago

Did you check this Common Issues pages ?

lenoxys commented 5 months ago

can you test on 2.3.22 ? and if issue still there can you enable debug mode (see wiki for the HOW to) ?

liudger commented 5 months ago

solved the issue