plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Bug]: Unable to unbridge devices

Open bworth31 opened this issue 1 year ago • 2 comments

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 avatar Jul 29 '24 19:07 bworth31

Any update here? @lenoxys

bworth31 avatar Aug 09 '24 02:08 bworth31

I believe you have to add the flag "unbridge": true to each camera. Not sure if it works though, as no option for bridged/unbridged is available in the plugin settings UI.

darkaeden avatar Jan 09 '25 03:01 darkaeden