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]: Doorcam Dual not working #557

Open
bezibaerchen opened this issue Apr 26, 2024 · 3 comments
Open

[Bug]: Doorcam Dual not working #557

bezibaerchen opened this issue Apr 26, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@bezibaerchen
Copy link

What happened?

Doorbell isn't working. Trying to stream in Homekit shows "not answering". Snapshot displayed in Homekit from time to time is over a week old.

Homebridge version chosen as "other" as it is 1.8.0

Relevant logs contain 2.

First lines are from the plugin itself, rest of the lines when trying to stream via Homekit.

Device Type

Doorbell (Supported)

Plugin Version

v3.0.x (Best Effort)

HomeBridge Version

other (UnSupported)

NodeJS Version

v20 (Supported)

Operating System

Docker (UnSupported)

Relevant log output

Homebridge log when child bridge starts:

[4/26/2024, 10:44:45 AM] [homebridge-eufy-security] Launched child bridge with PID 14192
[4/26/2024, 10:44:51 AM] Registering platform 'homebridge-eufy-security.EufySecurity'
[4/26/2024, 10:44:51 AM] [homebridge-eufy-security] Loaded homebridge-eufy-security v3.0.2 child bridge successfully
[4/26/2024, 10:44:52 AM] Loaded 1 cached accessories from cachedAccessories.0E57BE5A6488.
[04/26/2024 10:44:52]   [EufySecurity-3.0.2]    DEBUG   [platform.ts:312]       warning: planned changes, see https://github.com/homebridge-eufy-security/plugin/issues/1
[04/26/2024 10:44:52]   [EufySecurity-3.0.2]    DEBUG   [platform.ts:314]       plugin data store: /var/lib/homebridge/eufysecurity
[04/26/2024 10:44:52]   [EufySecurity-3.0.2]    DEBUG   [platform.ts:315]       OS is generic
[04/26/2024 10:44:52]   [EufySecurity-3.0.2]    DEBUG   [platform.ts:316]       Using bropats @homebridge-eufy-security/eufy-security-client library in version  3.0.0
[04/26/2024 10:44:52]   [EufySecurity-3.0.2]    DEBUG   [platform.ts:727]       Node version is 20.11.0
[04/26/2024 10:44:52]   [EufySecurity-3.0.2]    DEBUG   [platform.ts:343]       The config is: {
  platform: 'EufySecurity',
  username: '[***]',
  password: '[***]',
  deviceName: 'oneplus11tpro',
  enableDetailedLogging: true,
  omitLogFiles: false,
  CameraMaxLivestreamDuration: 30,
  pollingIntervalMinutes: 10,
  hkHome: 1,
  hkAway: 0,
  hkNight: 3,
  hkOff: 63,
  ignoreStations: '[***]',
  ignoreDevices: '[***]',
  country: 'DE',
  stations: [],
  cameras: [
    {
      serialNumber: '[***]',
      rtsp: false,
      enableCamera: true,
      videoConfig: {
        audio: true,
        debug: true,
        vcodec: 'copy',
        useSeperateProcesses: true
      },
      talkback: false,
      snapshotHandlingMethod: 3,
      immediateRingNotificationWithoutSnapshot: false,
      delayCameraSnapshot: false,
      refreshSnapshotIntervalMinutes: 0,
      useCachedLocalLivestream: false,
      enableButton: false,
      motionButton: false,
      indoorChimeButton: false
    },
    {
      serialNumber: '[***]',
      rtsp: false
    }
  ],
  cleanCache: true,
  ignoreMultipleDevicesWarning: false,
  autoSyncStation: false,
  nodejs_security: false
}



Homebridge logs when trying to stream:

[04/26/2024 10:44:52]   [EufySecurity-3.0.2]    DEBUG   [platform.ts:368]       Finished booting!
[04/26/2024 10:44:52]   [EufySecurity-3.0.2]    DEBUG   [platform.ts:620]       Loading accessory from cache: DEVICE_Vorderklingel
[4/26/2024, 10:44:54 AM] Homebridge v1.8.0 (HAP v0.12.0) (homebridge-eufy-security) is running on port 31393.
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'AccessoryInformation / Manufacturer': Eufy
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'AccessoryInformation / Model': BATTERY_DOORBELL_PLUS
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'AccessoryInformation / Name': Vorderklingel
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'AccessoryInformation / SerialNumber': T8213P11215121E4
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'AccessoryInformation / FirmwareRevision': 0.1.9.2
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'AccessoryInformation / HardwareRevision': P1
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:281]  Vorderklingel IGNORE GET EventSnapshotsActive: 0
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'CameraOperatingMode / EventSnapshotsActive': Promise {}
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [CameraAccessory.ts:422]        Vorderklingel GET 'HomeKit Camera Active' enabled: true
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'CameraOperatingMode / HomeKitCameraActive': true
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [CameraAccessory.ts:422]        Vorderklingel GET 'Manually Disabled' enabled: true
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [CameraAccessory.ts:440]        Vorderklingel INVERSED 'Manually Disabled' enabled: false
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'CameraOperatingMode / ManuallyDisabled': false
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [CameraAccessory.ts:422]        Vorderklingel GET 'Camera Operating Mode Indicator' statusLed: 2
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'CameraOperatingMode / CameraOperatingModeIndicator': 2
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [CameraAccessory.ts:422]        Vorderklingel GET 'Night Vision' autoNightvision: true
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'CameraOperatingMode / NightVision': true
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'MotionSensor / MotionDetected': false
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'Battery / BatteryLevel': 100
[04/26/2024 10:47:34]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:111]      Vorderklingel handleSnapshotRequest
[04/26/2024 10:47:35]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:114]      Vorderklingel Snapshot requested: 1280 x 720 true
[04/26/2024 10:47:38]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:118]      Vorderklingel snapshot byte lenght: 16479
[04/26/2024 10:47:48]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:111]      Vorderklingel handleSnapshotRequest
[04/26/2024 10:47:48]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:114]      Vorderklingel Snapshot requested: 1280 x 720 true
[04/26/2024 10:47:50]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:118]      Vorderklingel snapshot byte lenght: 16479
[04/26/2024 10:48:00]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:130]      Vorderklingel stream prepare request with session id c1f7cdb3-da11-4164-b39c-de379abdd911 was received.
[04/26/2024 10:48:00]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'AccessoryInformation / FirmwareRevision': 0.1.9.2
[04/26/2024 10:48:00]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:157]  Vorderklingel GET 'AccessoryInformation / FirmwareRevision': 0.1.9.2
[04/26/2024 10:48:00]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:315]      Vorderklingel Received request to start stream with id c1f7cdb3-da11-4164-b39c-de379abdd911
[04/26/2024 10:48:00]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:316]      Vorderklingel request data: {"sessionID":"c1f7cdb3-da11-4164-b39c-de379abdd911","type":"start","video":{"codec":0,"profile":2,"level":2,"packetizationMode":0,"width":1280,"height":720,"fps":30,"pt":99,"ssrc":1094970686,"max_bit_rate":299,"rtcp_interval":0.5,"mtu":1378},"audio":{"codec":"AAC-eld","channel":1,"bit_rate":0,"sample_rate":16,"packet_time":30,"pt":110,"ssrc":109128745,"max_bit_rate":24,"rtcp_interval":5,"comfort_pt":13,"comfortNoiseEnabled":false}}
[04/26/2024 10:48:00]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:183]      Vorderklingel VIDEOCONFIG: {"audio":true,"debug":true,"vcodec":"copy","useSeperateProcesses":true}
[04/26/2024 10:48:00]   [EufySecurity-3.0.2]    DEBUG   [utils.ts:143]  Vorderklingel RTSP rtspStream:false
[04/26/2024 10:48:00]   [EufySecurity-3.0.2]    DEBUG   [utils.ts:145]  Vorderklingel Looks like not compatible with RTSP
[04/26/2024 10:48:00]   [EufySecurity-3.0.2]    DEBUG   [LocalLivestreamManager.ts:59]  Vorderklingel New instance requests livestream.
[04/26/2024 10:48:01]   [EufySecurity-3.0.2]    DEBUG   [LocalLivestreamManager.ts:72]  Vorderklingel Start new station livestream...
[04/26/2024 10:48:06]   [EufySecurity-3.0.2]    DEBUG   [LocalLivestreamManager.ts:136] Vorderklingel Fuchsbau Home Base station livestream (P2P session) for Vorderklingel has started.
[04/26/2024 10:48:06]   [EufySecurity-3.0.2]    DEBUG   [LocalLivestreamManager.ts:140] Vorderklingel Stream metadata: {"videoCodec":1,"videoFPS":15,"videoHeight":2300,"videoWidth":1600,"audioCodec":1}
[04/26/2024 10:48:06]   [EufySecurity-3.0.2]    DEBUG   [LocalLivestreamManager.ts:92]  Vorderklingel New livestream started.
[04/26/2024 10:48:06]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:101]  Vorderklingel Raw Property Changes: 1142 "-75"
[04/26/2024 10:48:06]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:106]  Vorderklingel Property Changes: wifiRssi -75
[04/26/2024 10:48:14]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:320]      Vorderklingel Received request to reconfigure: 640 x 360, 30 fps, 132 kbps (Ignored) true
[04/26/2024 10:48:18]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:101]  Vorderklingel Raw Property Changes: 1142 "-73"
[04/26/2024 10:48:18]   [EufySecurity-3.0.2]    DEBUG   [BaseAccessory.ts:106]  Vorderklingel Property Changes: wifiRssi -73
[04/26/2024 10:48:21]   [EufySecurity-3.0.2]    DEBUG   [LocalLivestreamManager.ts:113] Vorderklingel Fuchsbau Home Base station livestream for Vorderklingel has stopped.
[04/26/2024 10:48:21]   [EufySecurity-3.0.2]    ERROR   [streamingDelegate.ts:256]      Vorderklingel Video process ended with error: FFmpeg exited with code: 0 and signal: null (Error)
[04/26/2024 10:48:21]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:343]      Vorderklingel Stopping session with id: c1f7cdb3-da11-4164-b39c-de379abdd911
[04/26/2024 10:48:21]   [EufySecurity-3.0.2]    DEBUG   [utils.ts:143]  Vorderklingel RTSP rtspStream:false
[04/26/2024 10:48:21]   [EufySecurity-3.0.2]    DEBUG   [utils.ts:145]  Vorderklingel Looks like not compatible with RTSP
[04/26/2024 10:48:21]   [EufySecurity-3.0.2]    DEBUG   [LocalLivestreamManager.ts:105] Vorderklingel Stopping station livestream.
[04/26/2024 10:48:21]   [EufySecurity-3.0.2]    INFO    [streamingDelegate.ts:386]      Vorderklingel Stopped video stream.
[04/26/2024 10:48:32]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:335]      Vorderklingel Receive Apple HK Stop request{"sessionID":"c1f7cdb3-da11-4164-b39c-de379abdd911","type":"stop"}
[04/26/2024 10:48:32]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:343]      Vorderklingel Stopping session with id: c1f7cdb3-da11-4164-b39c-de379abdd911
[04/26/2024 10:48:32]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:388]      Vorderklingel No session to stop.
[04/26/2024 10:48:38]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:111]      Vorderklingel handleSnapshotRequest
[04/26/2024 10:48:38]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:114]      Vorderklingel Snapshot requested: 1280 x 720 true
[04/26/2024 10:48:39]   [EufySecurity-3.0.2]    DEBUG   [streamingDelegate.ts:118]      Vorderklingel snapshot byte lenght: 16479

config

{
    "platform": "EufySecurity",
    "username": "<email>",
    "password": "<password>",
    "deviceName": "oneplus11tpro",
    "enableDetailedLogging": true,
    "omitLogFiles": false,
    "CameraMaxLivestreamDuration": 30,
    "pollingIntervalMinutes": 10,
    "hkHome": 1,
    "hkAway": 0,
    "hkNight": 3,
    "hkOff": 63,
    "ignoreStations": [
        "T8010P2321501D11",
        "T8410P31214455A2"
    ],
    "ignoreDevices": [
        "T8114P0220111CB3",
        "T8114P02201117EB",
        "T8410P31214455A2"
    ],
    "country": "DE",
    "stations": [],
    "cameras": [
        {
            "serialNumber": "T8213P11215121E4",
            "rtsp": false,
            "enableCamera": true,
            "videoConfig": {
                "audio": true,
                "debug": true,
                "vcodec": "copy",
                "useSeperateProcesses": true
            },
            "talkback": false,
            "snapshotHandlingMethod": 3,
            "immediateRingNotificationWithoutSnapshot": false,
            "delayCameraSnapshot": false,
            "refreshSnapshotIntervalMinutes": 0,
            "useCachedLocalLivestream": false,
            "enableButton": false,
            "motionButton": false,
            "indoorChimeButton": false
        },
        {
            "serialNumber": "T8410P31214455A2",
            "rtsp": false
        }
    ],
    "cleanCache": true,
    "ignoreMultipleDevicesWarning": false,
    "autoSyncStation": false,
    "nodejs_security": false,
    "_bridge": {
        "username": "0E:57:BE:5A:64:88",
        "port": 31393
    }
}
@bezibaerchen bezibaerchen added the bug Something isn't working label Apr 26, 2024
Copy link

Did you check this Common Issues pages ?

@bezibaerchen
Copy link
Author

Remark: I already deleted and readded the child bridge from HK

@jspayne
Copy link

jspayne commented May 6, 2024

I'm seeing the same issue. I have two cameras and no HomeBase. One camera works fine, while the other camera has "No Response". I've added what look like the relevant logs.

Logs

[05/06/2024 10:57:38]   [EufySecurity-3.3.0]    DEBUG   [streamingDelegate.ts:130]      Front Door stream prepare request with session id eaaf2541-c149-4208-b06b-bd3c6fece31e was received.
[05/06/2024 10:57:38]   [EufySecurity-3.3.0]    DEBUG   [BaseAccessory.ts:157]  Front Door GET 'AccessoryInformation / FirmwareRevision': 3.0.9.5
[05/06/2024 10:57:38]   [EufySecurity-3.3.0]    DEBUG   [BaseAccessory.ts:157]  Front Door GET 'AccessoryInformation / FirmwareRevision': 3.0.9.5
[05/06/2024 10:57:38]   [EufySecurity-3.3.0]    DEBUG   [streamingDelegate.ts:315]      Front Door Received request to start stream with id eaaf2541-c149-4208-b06b-bd3c6fece31e
[05/06/2024 10:57:38]   [EufySecurity-3.3.0]    DEBUG   [streamingDelegate.ts:316]      Front Door request data: {"sessionID":"eaaf2541-c149-4208-b06b-bd3c6fece31e","type":"start","video":{"codec":0,"profile":2,"level":2,"packetizationMode":0,"width":1280,"height":720,"fps":30,"pt":99,"ssrc":3958906762,"max_bit_rate":299,"rtcp_interval":0.5,"mtu":1378},"audio":{"codec":"AAC-eld","channel":1,"bit_rate":0,"sample_rate":16,"packet_time":30,"pt":110,"ssrc":1100633591,"max_bit_rate":24,"rtcp_interval":5,"comfort_pt":13,"comfortNoiseEnabled":false}}
[05/06/2024 10:57:38]   [EufySecurity-3.3.0]    DEBUG   [streamingDelegate.ts:183]      Front Door VIDEOCONFIG: {"vcodec":"copy","useSeparateProcesses":true,"debug":true}
[05/06/2024 10:57:38]   [EufySecurity-3.3.0]    DEBUG   [utils.ts:143]  Front Door RTSP rtspStream:false
[05/06/2024 10:57:38]   [EufySecurity-3.3.0]    DEBUG   [utils.ts:145]  Front Door Looks like not compatible with RTSP
[05/06/2024 10:57:38]   [EufySecurity-3.3.0]    DEBUG   [LocalLivestreamManager.ts:59]  Front Door New instance requests livestream.
[05/06/2024 10:57:38]   [EufySecurity-3.3.0]    DEBUG   [LocalLivestreamManager.ts:72]  Front Door Start new station livestream...
[05/06/2024 10:57:43]   [EufySecurity-3.3.0]    DEBUG   [BaseAccessory.ts:101]  Front Door Raw Property Changes: 2710 {"auto_voice_id":1,"start_h":"0","start_m":"0","end_h":"23","end_m":"59","auto_voice_name":"Excuse me,can I help you"}
[05/06/2024 10:57:43]   [EufySecurity-3.3.0]    DEBUG   [BaseAccessory.ts:101]  Front Door Raw Property Changes: 1295 {"points":[]}
[05/06/2024 10:57:43]   [EufySecurity-3.3.0]    DEBUG   [BaseAccessory.ts:101]  Front Door Raw Property Changes: 6073 {"cur_mode":0,"test_mode":0,"mode0":[{"id":1,"sst":4},{"id":2,"sst":4},{"id":3,"sst":4},{"id":4,"sst":4}],"mode1":[{"id":1,"sst":4},{"id":2,"sst":4},{"id":3,"sst":4},{"id":4,"sst":4}],"mode2":[{"id":1,"sst":4},{"id":2,"sst":4},{"id":3,"sst":4},{"id":4,"sst":4}]}
[05/06/2024 10:57:43]   [EufySecurity-3.3.0]    DEBUG   [BaseAccessory.ts:101]  Front Door Raw Property Changes: 2711 {"start_h":"0","start_m":"0","end_h":"23","end_m":"59"}
[05/06/2024 10:57:43]   [EufySecurity-3.3.0]    DEBUG   [BaseAccessory.ts:101]  Front Door Raw Property Changes: 6042 {"polygens":[]}
[05/06/2024 10:57:43]   [EufySecurity-3.3.0]    DEBUG   [BaseAccessory.ts:101]  Front Door Raw Property Changes: 2730 {"mode_0":{"quality":0},"mode_1":{"quality":0},"cur_mode":12}
[05/06/2024 10:57:43]   [EufySecurity-3.3.0]    DEBUG   [BaseAccessory.ts:101]  Front Door Raw Property Changes: 2713 {"start_h":"20","start_m":"0"}
[05/06/2024 10:57:43]   [EufySecurity-3.3.0]    DEBUG   [BaseAccessory.ts:101]  Front Door Raw Property Changes: 1271 {"account_id":"336781c4b5ba2c14174b820c35af2ba7bd6c28a6","snooze_time":0}
[05/06/2024 10:57:43]   [EufySecurity-3.3.0]    DEBUG   [BaseAccessory.ts:101]  Front Door Raw Property Changes: 2716 {"num":0,"setting":[]}
[05/06/2024 10:57:43]   [EufySecurity-3.3.0]    DEBUG   [BaseAccessory.ts:101]  Front Door Raw Property Changes: 2723 {"ai_bottom_switch":1024,"ai_front_switch":0}
[05/06/2024 10:57:43]   [EufySecurity-3.3.0]    DEBUG   [BaseAccessory.ts:101]  Front Door Raw Property Changes: 2731 {"cur_mode":12,"mode_0":{"quality":3},"mode_1":{"quality":3}}
[05/06/2024 10:57:48]   [EufySecurity-3.3.0]    DEBUG   [streamingDelegate.ts:335]      Front Door Receive Apple HK Stop request{"sessionID":"eaaf2541-c149-4208-b06b-bd3c6fece31e","type":"stop"}
[05/06/2024 10:57:48]   [EufySecurity-3.3.0]    DEBUG   [streamingDelegate.ts:343]      Front Door Stopping session with id: eaaf2541-c149-4208-b06b-bd3c6fece31e
[05/06/2024 10:57:48]   [EufySecurity-3.3.0]    DEBUG   [streamingDelegate.ts:388]      Front Door No session to stop.
[05/06/2024 10:57:50]   [EufySecurity-3.3.0]    DEBUG   [streamingDelegate.ts:197]      Front Door Device appears to be inactive. Stopping video stream.
[05/06/2024 10:57:50]   [EufySecurity-3.3.0]    DEBUG   [streamingDelegate.ts:343]      Front Door Stopping session with id: eaaf2541-c149-4208-b06b-bd3c6fece31e
[05/06/2024 10:57:50]   [EufySecurity-3.3.0]    DEBUG   [streamingDelegate.ts:388]      Front Door No session to stop.
[05/06/2024 10:57:53]   [EufySecurity-3.3.0]    DEBUG   [LocalLivestreamManager.ts:105] Front Door Stopping station livestream.
[05/06/2024 10:57:53]   [EufySecurity-3.3.0]    ERROR   [streamingDelegate.ts:239]      Front Door Unable to start the livestream: No livestream emited... Something wrong between HB and your cam!

config

{
    "platform": "EufySecurity",
    "username": "<email>",
    "password": "<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": "T8214510234631E2",
            "rtsp": false,
            "enableCamera": true,
            "hsv": false,
            "refreshSnapshotIntervalMinutes": 10,
            "enableButton": false,
            "motionButton": false,
            "indoorChimeButton": false,
            "videoConfig": {
                "vcodec": "copy",
                "useSeparateProcesses": true
            }
        },
        {
            "serialNumber": "T8441P122333201A",
            "rtsp": false,
            "hsv": true
        }
    ],
    "cleanCache": true,
    "ignoreMultipleDevicesWarning": false,
    "autoSyncStation": false,
    "nodejs_security": false
}

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

2 participants