Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
philippk75 opened this issue Aug 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@philippk75
Copy link

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": "[email protected]",
            "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
        }
    ]
}
@philippk75 philippk75 added the bug Something isn't working label Aug 22, 2024
Copy link

Did you check this Common Issues pages ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant