samemory / homebridge-eufy-security

Work in progress
Apache License 2.0
97 stars 14 forks source link

[homebridge-eufy-security] This plugin slows down Homebridge. The write handler for the characteristic 'Selected RTP Stream Configuration' on the accessory 'Office E464' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info. #393

Closed metalcated closed 2 years ago

metalcated commented 2 years ago

Describe The Bug: I am receiving an error when trying to open camera streams for the Eufy cameras.

To Reproduce: Attempt to open a camera stream in Apple HomeKit.

Expected behavior: Steam would work consistently every time I open a stream.

Logs:

[7/2/2022, 3:47:11 PM] [homebridge-eufy-security] This plugin slows down Homebridge. The write handler for the characteristic 'Selected RTP Stream Configuration' on the accessory 'Office E464' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info.

Plugin Config:

{
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config",
            "auth": "form",
            "tempUnits": "c",
            "lang": "auto",
            "theme": "dark-mode"
        },
        {
            "enableCamera": true,
            "pollingIntervalMinutes": 30,
            "ignoreDevices": [
                ""
            ],
            "hkAway": 0,
            "username": "my@email.com",
            "platform": "EufySecurity",
            "hkHome": 1,
            "hkNight": 3,
            "ignoreStations": [
                ""
            ],
            "hkOff": 63,
            "enableDetailedLogging": 0,
            "password": "password",
            "country": "US",
            "_bridge": {
                "username": "MAC:ADDRESS",
                "port": 59101
            },
            "cameras": [
                {
                    "serialNumber": "SN",
                    "enableCamera": true,
                    "enableButton": true,
                    "motionButton": true,
                    "rtsp": true,
                    "unbridge": true,
                    "forcerefreshsnap": false,
                    "useCachedLocalLivestream": false,
                    "videoConfig": {
                        "audio": true
                    }
                },
                {
                    "serialNumber": "SN",
                    "enableCamera": true,
                    "enableButton": true,
                    "motionButton": true,
                    "rtsp": true,
                    "unbridge": true,
                    "forcerefreshsnap": false,
                    "useCachedLocalLivestream": false,
                    "videoConfig": {
                        "audio": true
                    }
                },
                {
                    "serialNumber": "SN",
                    "enableCamera": true,
                    "enableButton": true,
                    "motionButton": true,
                    "rtsp": true,
                    "unbridge": true,
                    "forcerefreshsnap": false,
                    "useCachedLocalLivestream": false,
                    "videoConfig": {
                        "audio": true
                    }
                },
                {
                    "serialNumber": "SN",
                    "enableCamera": true,
                    "enableButton": true,
                    "motionButton": true,
                    "rtsp": false,
                    "unbridge": true,
                    "forcerefreshsnap": false,
                    "useCachedLocalLivestream": false,
                    "videoConfig": {
                        "audio": true
                    }
                },
                {
                    "serialNumber": "SN",
                    "enableCamera": true,
                    "enableButton": true,
                    "motionButton": true,
                    "rtsp": true,
                    "unbridge": true,
                    "forcerefreshsnap": false,
                    "useCachedLocalLivestream": false,
                    "videoConfig": {
                        "audio": true
                    }
                },
                {
                    "serialNumber": "SN",
                    "enableCamera": true,
                    "enableButton": true,
                    "motionButton": true,
                    "rtsp": true,
                    "unbridge": true,
                    "forcerefreshsnap": false,
                    "useCachedLocalLivestream": false,
                    "videoConfig": {
                        "audio": true
                    }
                }
            ]
        },
        {
            "name": "Wemo",
            "mode": "auto",
            "platform": "Wemo"
        },
        {
            "email": "my@email.com",
            "password": "password",
            "name": "myQ",
            "platform": "myQ"
        },
        {
            "name": "TplinkSmarthome",
            "addCustomCharacteristics": true,
            "broadcast": "IP",
            "deviceTypes": [
                "plug",
                "bulb"
            ],
            "platform": "TplinkSmarthome"
        },
        {
            "name": "Nest",
            "refreshToken": "token",
            "platform": "Nest"
        },
        {
            "refreshToken": "token",
            "options": {
                "ffmpegCodec": "libx264",
                "streamQuality": 2,
                "alertCheckRate": 10,
                "alertCooldownRate": 180,
                "importantOnly": true,
                "motionDetection": true,
                "streamingSwitch": true,
                "announcementsSwitch": true,
                "audioSwitch": true,
                "fieldTest": false
            },
            "platform": "Nest-cam",
            "_bridge": {
                "username": "MAC:ADDRESS",
                "port": 34408
            }
        },
        {
            "name": "Govee",
            "username": "my@email.com",
            "password": "password",
            "apiKey": "api-key",
            "apiWhitelist": true,
            "debug": false,
            "_bridge": {
                "username": "MAC:ADDRESS",
                "port": 49718
            },
            "platform": "Govee"
        }
    ],
    "accessories": [],
    "bridge": {
        "pin": "home-pin",
        "name": "Homebridge 693E",
        "bind": [
            "ens160",
            "ens192"
        ],
        "port": 52238,
        "username": "MAC:ADDRESS",
        "advertiser": "bonjour-hap"
    },
    "disabledPlugins": [
        "homebridge-wemo",
        "homebridge-google-nest-sdm",
        "homebridge-gsh"
    ]
}

Screenshots: n/a

Environment:

schliemann commented 2 years ago

This repo is closed. You have probably created the issue in the wrong repo.

metalcated commented 2 years ago

This repo is closed. You have probably created the issue in the wrong repo.

Yes sorry, I noticed that after the fact.