homebridge-eufy-security / plugin

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

Bug]: Display HomeKit switch to turn detection on/off and processor 100% #622

Open philippk75 opened 2 months ago

philippk75 commented 2 months ago

What happened?

When i activate the option „Display HomeKit switch to turn detection on/off“ the processor utilization turns to 100%

Device Type

Floodlight (Supported)

Plugin Version

other (UnSupported)

HomeBridge Version

v1.7.x (Supported)

NodeJS Version

v20 (Supported)

Operating System

Docker (UnSupported)

Relevant log output

i use the 4.2.1 latest plugin version

config

{
    "bridge": {
        "name": "Homebridge 32E5",
        "username": "0E:E5:C9:1D:32:E5",
        "port": 51915,
        "pin": "719-65-819",
        "advertiser": "avahi"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "platform": "EufySecurity",
            "name": "EufySecurity",
            "username": "plpkrl@gmail.com",
            "password": "@YIA7nhQe%n9zv",
            "deviceName": "",
            "enableDetailedLogging": false,
            "omitLogFiles": false,
            "CameraMaxLivestreamDuration": 30,
            "pollingIntervalMinutes": 10,
            "hkHome": 1,
            "hkAway": 0,
            "hkNight": 3,
            "hkOff": 63,
            "ignoreStations": [
                "T84A1P1023352442",
                "T84A1P1023380777",
                "T8410P4224088F0B"
            ],
            "ignoreDevices": [],
            "country": "IT",
            "stations": [],
            "cameras": [
                {
                    "serialNumber": "T84A1P1023352442",
                    "rtsp": false,
                    "enableButton": false,
                    "motionButton": false,
                    "lightButton": true,
                    "hsv": true,
                    "delayCameraSnapshot": false,
                    "videoConfig": {
                        "debug": true,
                        "vcodec": "copy",
                        "useSeparateProcesses": true
                    },
                    "snapshotHandlingMethod": 2,
                    "talkback": false,
                    "refreshSnapshotIntervalMinutes": 30
                },
                {
                    "serialNumber": "T84A1P1023380777",
                    "rtsp": false,
                    "enableButton": false,
                    "motionButton": false,
                    "lightButton": true,
                    "hsv": true,
                    "videoConfig": {
                        "vcodec": "copy",
                        "useSeparateProcesses": true
                    },
                    "snapshotHandlingMethod": 2,
                    "talkback": false,
                    "refreshSnapshotIntervalMinutes": 30
                },
                {
                    "serialNumber": "T8410P4224088F0B",
                    "talkback": false,
                    "enableButton": false,
                    "motionButton": false,
                    "hsv": true,
                    "videoConfig": {
                        "vcodec": "copy",
                        "useSeparateProcesses": true
                    },
                    "snapshotHandlingMethod": 2,
                    "refreshSnapshotIntervalMinutes": 30
                }
            ],
            "cleanCache": true,
            "ignoreMultipleDevicesWarning": false,
            "autoSyncStation": true
        }
    ]
}
github-actions[bot] commented 2 months ago

Did you check this Common Issues pages ?