homebridge-eufy-security / plugin

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

[Bug]: Unable to unbridge devices #595

Open bworth31 opened 3 months ago

bworth31 commented 3 months ago

What happened?

Hi. I tried joining the discord but was unable to view or post any messages. I am trying to unbridge my devices since I have over a dozen Eufy security products between cameras, alarm system, motion sensors, locks, etc. I have used the child bridge for over a month now but it is very disruptive when I have to remove the child bridge when a camera stops working or there's an issue with a lock which then removes all of my devices. I have researched everywhere and cannot see how I can unbridge each of these devices into their own child bridge. Here is my current config. ( I removed my username/password)

Device Type

Doorbell (Supported)

Plugin Version

v3.0.x (Best Effort)

HomeBridge Version

v1.7.x (Supported)

NodeJS Version

v20 (Supported)

Operating System

Raspbian 10+ (Supported)

Relevant log output

N/A

config

{
    "platform": "EufySecurity",
    "username": "*********",
    "password": "******",
    "deviceName": "",
    "enableDetailedLogging": true,
    "omitLogFiles": false,
    "CameraMaxLivestreamDuration": 30,
    "pollingIntervalMinutes": 10,
    "hkHome": 1,
    "hkAway": 0,
    "hkNight": 3,
    "hkOff": 63,
    "ignoreStations": [],
    "ignoreDevices": [],
    "country": "US",
    "stations": [],
    "cameras": [
        {
            "serialNumber": "T8506K10241408E4",
            "rtsp": false,
            "talkback": false
        },
        {
            "serialNumber": "T8170T10241313D3",
            "rtsp": false,
            "videoConfig": {
                "maxWidth": 640,
                "maxHeight": 480,
                "maxFPS": 15,
                "useSeparateProcesses": true
            }
        },
        {
            "serialNumber": "T8170T10241319CC",
            "rtsp": false,
            "videoConfig": {
                "maxWidth": 640,
                "maxHeight": 480,
                "maxFPS": 15,
                "useSeparateProcesses": true
            }
        },
        {
            "serialNumber": "T821451024115DB2",
            "rtsp": false,
            "videoConfig": {
                "maxWidth": 640,
                "maxHeight": 480,
                "maxFPS": 15,
                "useSeparateProcesses": true
            }
        },
        {
            "serialNumber": "T8210P8124170563",
            "rtsp": false,
            "videoConfig": {
                "maxWidth": 640,
                "maxHeight": 480,
                "maxFPS": 15,
                "useSeparateProcesses": true
            }
        }
    ],
    "cleanCache": true,
    "ignoreMultipleDevicesWarning": false,
    "autoSyncStation": false,
    "nodejs_security": false,
    "_bridge": {
        "username": "0E:13:56:5C:F3:4E",
        "port": 56131
    }
}
bworth31 commented 3 months ago

Any update here? @lenoxys