homebridge-eufy-security / plugin

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

[Bug]: SoloCam S40 Solar not appear #220

Closed mutchu closed 1 year ago

mutchu commented 1 year ago

What happened?

Hello, My Eufy SoloCam S40 camera does not appear in the configuration module and therefore does not appear in homekit. Why? Thanks

Device Type

other (UnSupported)

Plugin Version

v2.0.x (Supported)

HomeBridge Version

v1.4.x (Supported)

NodeJS Version

v16 (Supported)

Operating System

Mac OS X 11+ (Supported)

Relevant log output

No log because he do not appear in Homebridge

config

{
    "platform": "EufySecurity",
    "ignoreStations": [],
    "ignoreDevices": [
        "T8410P2020284928"
    ],
    "cleanCache": true,
    "username": "",
    "password": "",
    "country": "FR",
    "deviceName": "",
    "stations": [
        {
            "serialNumber": "T8030P232233084D",
            "manualTriggerModes": [
                0,
                1,
                2,
                3
            ]
        },
        {
            "serialNumber": "T8410P2020284928",
            "manualTriggerModes": [
                0,
                1,
                3,
                2
            ]
        }
    ],
    "cameras": [
        {
            "serialNumber": "T8210P0020260D61",
            "rtsp": false,
            "enableCamera": true,
            "hsv": false,
            "snapshotHandlingMethod": 3,
            "talkback": true,
            "videoConfig": {
                "audio": true
            }
        },
        {
            "serialNumber": "T8114P0121091290",
            "hsv": false,
            "snapshotHandlingMethod": 3,
            "enableCamera": "true",
            "videoConfig": {
                "audio": true
            }
        }
    ]
}
github-actions[bot] commented 1 year ago

Did you check this Common Issues pages ?

thieren commented 1 year ago

Can you please enable debug logging and share the log after restarting the plugin? This will help seeing what devices are recognised and maybe why your camera isn't loaded.

mutchu commented 1 year ago

1/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Found Station T8030P232233084D HomeBase 3 HB3 10.0.0.10 [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] INFO: You're using guest admin account with this plugin! This is recommanded way! [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: This device is not a station. Generating a new UUID to avoid any duplicate issue [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 UUID: e512123e-18c0-438d-ab28-5b1192bbc436 [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 Constructed Station [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 manual alarm will be triggered only in these hk modes: 0,1,2,3 [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 Mapping for station modes: [{"hk":0,"eufy":1},{"hk":1,"eufy":0},{"hk":2,"eufy":3},{"hk":3,"eufy":63}] [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] INFO: Updating accessory: HomeBase 3 [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Found Station T8410P2020284928 Garage INDOOR_PT_CAMERA 10.0.0.161 [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] INFO: You're using guest admin account with this plugin! This is recommanded way! [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: This device is not a station. Generating a new UUID to avoid any duplicate issue [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Garage UUID: f671628f-a3ad-40b1-85c7-7f1ad148a977 [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Garage Constructed Station [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Garage manual alarm will be triggered only in these hk modes: 0,1,3,2 [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Garage Mapping for station modes: [{"hk":0,"eufy":1},{"hk":1,"eufy":0},{"hk":2,"eufy":3},{"hk":3,"eufy":63}] [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] INFO: Updating accessory: Garage [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Found device T8114P0121091290 Cour CAMERA2 [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour UUID: 2b44b94f-66b0-453d-8649-697292622219 [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour has a battery, so append Battery characteristic to him. [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour Constructed Camera [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour config is: { serialNumber: 'T8114P0121091290', hsv: false, snapshotHandlingMethod: 3, enableCamera: 'true', videoConfig: { audio: true }, name: 'Cour', enableButton: true, motionButton: true, rtsp: false, forcerefreshsnap: false, useCachedLocalLivestream: false, immediateRingNotificationWithoutSnapshot: false, delayCameraSnapshot: false, talkback: false } [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour has a camera [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] INFO: Cour is set to handle snapshots with cloud images. Snapshots might be older than they appear. [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour trying to download latest cloud snapshot for future use from: undefined [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour Audio sample rate set to 16 kHz. [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour enableButton config: true [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour has a isEnabled, so append switchEnabledService characteristic to him. [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour motionButton config: true [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour has a isMotionDetectionEnabled, so append switchMotionService characteristic to him. [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour Looks like not compatible with DeviceLight [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] INFO: Updating accessory: Cour [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Found device T8410P2020284928 Garage INDOOR_PT_CAMERA [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Device ignored [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] WARN: Cour Couldt not get cloud snapshot: Error: connect ECONNREFUSED 127.0.0.1:443 [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] WARN: Cour snapshot handler is initialized without cloud snapshot. Maybe no snapshot will displayed the first times. [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour SET HomeKitCameraActive: 1 [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour SET EventSnapshotsActive: 1 [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Cour SET HomeKitCameraOperatingModeIndicator: true [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Found device T8210P0020260D61 Sonnette BATTERY_DOORBELL [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette UUID: 95e1855b-71c4-4155-bf7d-0c7951659f6c [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette has a battery, so append Battery characteristic to him. [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette Constructed Camera [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette config is: { serialNumber: 'T8210P0020260D61', rtsp: false, enableCamera: true, hsv: false, snapshotHandlingMethod: 3, talkback: true, videoConfig: { audio: true }, name: 'Sonnette', enableButton: true, motionButton: true, forcerefreshsnap: false, useCachedLocalLivestream: false, immediateRingNotificationWithoutSnapshot: false, delayCameraSnapshot: false } [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette has a camera [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] INFO: Sonnette is set to handle snapshots with cloud images. Snapshots might be older than they appear. [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette trying to download latest cloud snapshot for future use from: undefined [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette Audio sample rate set to 16 kHz. [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette enableButton config: true [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette has a isEnabled, so append switchEnabledService characteristic to him. [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette motionButton config: true [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette has a isMotionDetectionEnabled, so append switchMotionService characteristic to him. [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette Looks like not compatible with DeviceLight [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette Constructed Doorbell [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] INFO: Updating accessory: Sonnette [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] WARN: Sonnette Couldt not get cloud snapshot: Error: connect ECONNREFUSED 127.0.0.1:443 [11/19/2022, 7:54:34 PM] [EufySecurity-2.1.3] WARN: Sonnette snapshot handler is initialized without cloud snapshot. Maybe no snapshot will displayed the first times. [11/19/2022, 7:54:43 PM] [EufySecurity-2.1.3] DEBUG: Push Connected! [11/19/2022, 7:54:43 PM] [EufySecurity-2.1.3] DEBUG: Garage ON handleRawPropertyChange: { type: 1151, value: '1' } [11/19/2022, 7:54:43 PM] [EufySecurity-2.1.3] DEBUG: Garage ON SecuritySystemCurrentState: 1 [11/19/2022, 7:54:43 PM] [EufySecurity-2.1.3] DEBUG: Garage ON handlePropertyChange: { name: 'currentMode', value: 1 } [11/19/2022, 7:55:17 PM] [EufySecurity-2.1.3] INFO: Looking for old cached accessories that seem to be outdated... [11/19/2022, 7:55:17 PM] [EufySecurity-2.1.3] INFO: No outdated cached accessories found. [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 7:55:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:55:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:55:34 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 7:55:49 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 7:55:59 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:55:59 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:55:59 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:55:59 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:55:59 PM] [EufySecurity-2.1.3] DEBUG: handleSnapshotRequest [11/19/2022, 7:55:59 PM] [EufySecurity-2.1.3] DEBUG: Snapshot requested: 640 x 360 Sonnette undefined [11/19/2022, 7:55:59 PM] [EufySecurity-2.1.3] ERROR: Sonnette No snapshot in memory [Sonnette] Snapshot request handler provided empty image buffer! [11/19/2022, 7:55:59 PM] [EufySecurity-2.1.3] DEBUG: handleSnapshotRequest [11/19/2022, 7:55:59 PM] [EufySecurity-2.1.3] DEBUG: Snapshot requested: 640 x 360 Cour undefined [11/19/2022, 7:55:59 PM] [EufySecurity-2.1.3] ERROR: Cour No snapshot in memory [Cour] Snapshot request handler provided empty image buffer! [11/19/2022, 7:56:09 PM] [EufySecurity-2.1.3] DEBUG: handleSnapshotRequest [11/19/2022, 7:56:09 PM] [EufySecurity-2.1.3] DEBUG: Snapshot requested: 640 x 360 Sonnette undefined [11/19/2022, 7:56:09 PM] [EufySecurity-2.1.3] ERROR: Sonnette No snapshot in memory [Sonnette] Snapshot request handler provided empty image buffer! [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 7:56:46 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:56:47 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:56:51 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 7:57:08 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 7:57:09 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true

thieren commented 1 year ago

the config for the T8114 reads enableCamera: 'true' but it should be enableCamera: true so without the '

Please correct and check again.

mutchu commented 1 year ago

Sorry but i don’t understand…

thieren commented 1 year ago

In your json configuration:

"cameras": [
        {
            "serialNumber": "T8210P0020260D61",
            "rtsp": false,
            "enableCamera": true, <<<---- this is fine
            "hsv": false,
            "snapshotHandlingMethod": 3,
            "talkback": true,
            "videoConfig": {
                "audio": true
            }
        },
        {
            "serialNumber": "T8114P0121091290",
            "hsv": false,
            "snapshotHandlingMethod": 3,
            "enableCamera": "true", <<<---- this is wrong
            "videoConfig": {
                "audio": true
            }
        }
    ]
mutchu commented 1 year ago

My T8114 works, it’s my T8124 (Solocam S40) who do not detect by de pluggin. All my product are detected by the pluggin but solocam S40…

thieren commented 1 year ago

Sorry. Forget that. I was wrong regarding this...

You're right. There is no mention of a T8124 in the logs. Are you sure this device is also shared with the guest admin account that you're using? Maybe login with this account in the eufy app and double check.

mutchu commented 1 year ago

I'm really sorry, I just forgot to share the device with the homebridge account. Thanks

thieren commented 1 year ago

No problem. You're welcome.

mutchu commented 1 year ago

The camera appears well but the live does not start...

thieren commented 1 year ago

Ok. Can you send another debug log with an unsuccessful streaming attempt?

mutchu commented 1 year ago

[Cour] Snapshot request handler provided empty image buffer! [11/19/2022, 9:22:33 PM] [EufySecurity-2.1.3] DEBUG: Jardin ON handleRawPropertyChange: { type: 1230, value: '26' } [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceBattery: 53 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetected: false [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET EventSnapshotsActive: 0 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET HomeKitCameraActive: 0 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceStatusLed: true [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceNightvision: 1 [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 9:22:38 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetection: true [11/19/2022, 9:22:47 PM] [EufySecurity-2.1.3] INFO: Looking for old cached accessories that seem to be outdated... [11/19/2022, 9:22:47 PM] [EufySecurity-2.1.3] INFO: No outdated cached accessories found. [11/19/2022, 9:22:47 PM] [EufySecurity-2.1.3] DEBUG: Jardin Raw Property Changes: 1142 -69 [11/19/2022, 9:22:47 PM] [EufySecurity-2.1.3] DEBUG: Jardin Property Changes: wifiRssi -69 [11/19/2022, 9:22:47 PM] [EufySecurity-2.1.3] DEBUG: Jardin Property Changes: wifiSignalLevel 3 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceBattery: 53 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetected: false [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET EventSnapshotsActive: 0 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET HomeKitCameraActive: 0 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceStatusLed: true [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceNightvision: 1 [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 9:23:27 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetection: true [11/19/2022, 9:23:45 PM] [EufySecurity-2.1.3] DEBUG: handleSnapshotRequest [11/19/2022, 9:23:45 PM] [EufySecurity-2.1.3] DEBUG: Snapshot requested: 640 x 360 Jardin undefined [11/19/2022, 9:23:45 PM] [EufySecurity-2.1.3] DEBUG: [Jardin] [Snapshot Resize Process] Process command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -hide_banner -loglevel level+verbose -i pipe: -frames:v 1 -filter:v scale='min(640,iw)':'min(360,ih)':force_original_aspect_ratio=decrease,scale='trunc(iw/2)2:trunc(ih/2)2' -f image2 pipe:1 -progress tcp://127.0.0.1:11504 [11/19/2022, 9:23:45 PM] [EufySecurity-2.1.3] DEBUG: [Jardin] [Snapshot Resize Process] process started. Getting the first response took 0.044 seconds. [11/19/2022, 9:23:45 PM] [EufySecurity-2.1.3] DEBUG: snapshot byte lenght: 12890 [11/19/2022, 9:23:46 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:23:46 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:23:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:23:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:23:46 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:23:46 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:23:46 PM] [EufySecurity-2.1.3] DEBUG: handleSnapshotRequest [11/19/2022, 9:23:46 PM] [EufySecurity-2.1.3] DEBUG: Snapshot requested: 640 x 360 Cour undefined [11/19/2022, 9:23:46 PM] [EufySecurity-2.1.3] ERROR: Cour No snapshot in memory [Cour] Snapshot request handler provided empty image buffer! [11/19/2022, 9:23:56 PM] [EufySecurity-2.1.3] DEBUG: handleSnapshotRequest [11/19/2022, 9:23:56 PM] [EufySecurity-2.1.3] DEBUG: Snapshot requested: 640 x 360 Jardin undefined [11/19/2022, 9:23:56 PM] [EufySecurity-2.1.3] DEBUG: [Jardin] [Snapshot Resize Process] Process command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -hide_banner -loglevel level+verbose -i pipe: -frames:v 1 -filter:v scale='min(640,iw)':'min(360,ih)':force_original_aspect_ratio=decrease,scale='trunc(iw/2)2:trunc(ih/2)2' -f image2 pipe:1 -progress tcp://127.0.0.1:14632 [11/19/2022, 9:23:56 PM] [EufySecurity-2.1.3] DEBUG: [Jardin] [Snapshot Resize Process] process started. Getting the first response took 0.05 seconds. [11/19/2022, 9:23:56 PM] [EufySecurity-2.1.3] DEBUG: snapshot byte lenght: 12890 [11/19/2022, 9:23:56 PM] [EufySecurity-2.1.3] DEBUG: handleSnapshotRequest [11/19/2022, 9:23:56 PM] [EufySecurity-2.1.3] DEBUG: Snapshot requested: 640 x 360 Cour undefined [11/19/2022, 9:23:56 PM] [EufySecurity-2.1.3] ERROR: Cour No snapshot in memory [Cour] Snapshot request handler provided empty image buffer! [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceBattery: 53 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetected: false [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET EventSnapshotsActive: 0 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET HomeKitCameraActive: 0 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceStatusLed: true [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceNightvision: 1 [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 9:24:30 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetection: true [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:24:33 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 9:24:34 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:24:34 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:24:34 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceBattery: 53 [11/19/2022, 9:24:34 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetected: false [11/19/2022, 9:24:34 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:24:34 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetection: true [11/19/2022, 9:24:34 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET EventSnapshotsActive: 0 [11/19/2022, 9:24:34 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET HomeKitCameraActive: 0 [11/19/2022, 9:24:34 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:24:34 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceStatusLed: true [11/19/2022, 9:24:34 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceNightvision: 1 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceBattery: 53 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetected: false [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET EventSnapshotsActive: 0 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET HomeKitCameraActive: 0 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceStatusLed: true [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceNightvision: 1 [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 9:24:36 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetection: true [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] DEBUG: handleSnapshotRequest [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] DEBUG: Snapshot requested: 640 x 360 Cour undefined [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] ERROR: Cour No snapshot in memory [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] DEBUG: handleSnapshotRequest [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] DEBUG: Snapshot requested: 640 x 360 Jardin undefined [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] DEBUG: [Jardin] [Snapshot Resize Process] Process command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -hide_banner -loglevel level+verbose -i pipe: -frames:v 1 -filter:v scale='min(640,iw)':'min(360,ih)':force_original_aspect_ratio=decrease,scale='trunc(iw/2)2:trunc(ih/2)2' -f image2 pipe:1 -progress tcp://127.0.0.1:19008 [Cour] Snapshot request handler provided empty image buffer! [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] DEBUG: [Jardin] [Snapshot Resize Process] process started. Getting the first response took 0.497 seconds. [11/19/2022, 9:24:38 PM] [EufySecurity-2.1.3] DEBUG: snapshot byte lenght: 12890 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin VIDEOCONFIG: {"audio":true,"audioSampleRate":0} [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin RTSP rtspStream:false [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin Looks like not compatible with RTSP [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin New instance requests livestream. There were 0 instance(s) using the livestream until now. [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin Start new station livestream (P2P Session)... [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceBattery: 53 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetected: false [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET EventSnapshotsActive: 0 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET HomeKitCameraActive: 0 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceStatusLed: true [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceNightvision: 1 [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 9:24:41 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetection: true [11/19/2022, 9:24:42 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:24:42 PM] [EufySecurity-2.1.3] DEBUG: HomeBase 3 GET StationCurrentMode: 1 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Garage GET StationCurrentMode: 1 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceBattery: 91 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetected: false [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceMotionDetection: true [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Cour GET EventSnapshotsActive: 0 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Cour GET HomeKitCameraActive: 0 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceEnabled: true [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Cour GET DeviceStatusLed: true [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceBattery: 50 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetected: false [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceMotionDetection: true [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET EventSnapshotsActive: 0 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET HomeKitCameraActive: 0 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceEnabled: true [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Sonnette GET DeviceStatusLed: true [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET StationCurrentMode: 1 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceBattery: 53 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetected: false [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceMotionDetection: true [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET EventSnapshotsActive: 0 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET HomeKitCameraActive: 0 [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceEnabled: true [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceStatusLed: true [11/19/2022, 9:24:43 PM] [EufySecurity-2.1.3] DEBUG: Jardin GET DeviceNightvision: 1 [11/19/2022, 9:24:45 PM] [EufySecurity-2.1.3] DEBUG: Jardin Raw Property Changes: 1142 -70 [11/19/2022, 9:24:45 PM] [EufySecurity-2.1.3] DEBUG: Jardin Property Changes: wifiRssi -70 [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin ON handleRawPropertyChange: { type: 1271, value: { account_id: 'ffb0f1bcac796acf000bb9371e01f9fbb9b8c32b', snooze_time: 0 } } [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin ON handleRawPropertyChange: { type: 1230, value: '100' } [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin ON handleRawPropertyChange: { type: 1102, value: '0' } [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin ON handleRawPropertyChange: { type: 1147, value: '1668889486' } [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin Raw Property Changes: 1102 0 [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin Raw Property Changes: 1142 -55 [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin Property Changes: wifiRssi -55 [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin Property Changes: wifiSignalLevel 4 [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin Raw Property Changes: 1147 1668889486 [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin Raw Property Changes: 1271 { account_id: 'ffb0f1bcac796acf000bb9371e01f9fbb9b8c32b', snooze_time: 0 } [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] INFO: Jardin station livestream (P2P session) for Jardin has started. [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin Stream metadata: {"videoCodec":-1,"videoFPS":15,"videoHeight":360,"videoWidth":640,"audioCodec":1} [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin New livestream started. Proxy stream has id: 1. [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: Jardin New livestream started. Proxy stream has id: 2. [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] DEBUG: [Jardin] [Video Process] Stream command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -hide_banner -loglevel level+verbose -use_wallclock_as_timestamps 1 -i tcp://127.0.0.1:11378 -an -sn -dn -r 30 -vcodec libx264 -pix_fmt yuv420p -color_range mpeg -preset ultrafast -tune zerolatency -filter:v scale='min(1280,iw)':'min(720,ih)':force_original_aspect_ratio=decrease,scale='trunc(iw/2)2:trunc(ih/2)2' -b:v 299k -bufsize 598k -maxrate 299k -payload_type 99 -ssrc 9783336 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params t33TCeleWGDFXQIC9Tw3Q9USwvWu0DlWK5jOdr17 srtp://10.0.0.221:61341?rtcpport=61341&pkt_size=1128 -i tcp://127.0.0.1:18490 -vn -sn -dn -acodec libfdk_aac -profile:a aac_eld -flags +global_header -b:a 24k -ar 16k -ac 1 -payload_type 110 -ssrc 3559522 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params yVQ7mPKTbETFx5vVsXEENBmvpx0z04Mm+7zBSbxW srtp://10.0.0.221:58555?rtcpport=58555&pkt_size=188 -progress tcp://127.0.0.1:19020 [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] INFO: [Jardin] [Video Process] Starting video stream: 1280x720, 30 fps, 299 kbps [11/19/2022, 9:24:46 PM] [EufySecurity-2.1.3] INFO: [Jardin] [Video Process] Starting audio stream: 16 kHz, 24 kbps, codec: libfdk_aac [11/19/2022, 9:24:52 PM] [EufySecurity-2.1.3] DEBUG: [Jardin] [Video Process] process started. Getting the first response took 6.048 seconds. [11/19/2022, 9:24:54 PM] [EufySecurity-2.1.3] DEBUG: Jardin Receive Apple HK Stop request{"sessionID":"e963cc5d-a5f0-4ecc-94c8-a0ae13f04d56","type":"stop"} [11/19/2022, 9:24:54 PM] [EufySecurity-2.1.3] DEBUG: Stopping session with id: e963cc5d-a5f0-4ecc-94c8-a0ae13f04d56 [11/19/2022, 9:24:54 PM] [EufySecurity-2.1.3] DEBUG: Jardin RTSP rtspStream:false [11/19/2022, 9:24:54 PM] [EufySecurity-2.1.3] DEBUG: Jardin Looks like not compatible with RTSP [11/19/2022, 9:24:54 PM] [EufySecurity-2.1.3] DEBUG: Audiostream was stopped after transmission of 84 data chunks. [11/19/2022, 9:24:54 PM] [EufySecurity-2.1.3] DEBUG: Videostream was stopped after transmission of 171 data chunks. [11/19/2022, 9:24:54 PM] [EufySecurity-2.1.3] DEBUG: Jardin One stream instance (id: 2) released livestream. There are now 1 instance(s) using the livestream. [11/19/2022, 9:24:54 PM] [EufySecurity-2.1.3] INFO: Jardin Stopped video stream. [11/19/2022, 9:24:57 PM] [EufySecurity-2.1.3] DEBUG: Jardin ON handleRawPropertyChange: { type: 1230, value: '26' } [11/19/2022, 9:24:59 PM] [EufySecurity-2.1.3] INFO: [Jardin] [Video Process] FFmpeg exited with code: null and signal: SIGKILL (Forced) [11/19/2022, 9:25:01 PM] [EufySecurity-2.1.3] WARN: Proxy Stream (id: 1) was terminated due to inactivity. (no data transmitted in 15 seconds) [11/19/2022, 9:25:01 PM] [EufySecurity-2.1.3] DEBUG: Audiostream was stopped after transmission of 0 data chunks. [11/19/2022, 9:25:01 PM] [EufySecurity-2.1.3] DEBUG: Videostream was stopped after transmission of 0 data chunks. [11/19/2022, 9:25:01 PM] [EufySecurity-2.1.3] DEBUG: Jardin One stream instance (id: 1) released livestream. There are now 0 instance(s) using the livestream. [11/19/2022, 9:25:01 PM] [EufySecurity-2.1.3] DEBUG: Jardin All proxy instances to the livestream have terminated. [11/19/2022, 9:25:01 PM] [EufySecurity-2.1.3] DEBUG: Jardin Stopping station livestream. [11/19/2022, 9:25:03 PM] [EufySecurity-2.1.3] INFO: Jardin station livestream for Jardin has stopped. [11/19/2022, 9:25:05 PM] [EufySecurity-2.1.3] DEBUG: Jardin Raw Property Changes: 1142 -70 [11/19/2022, 9:25:05 PM] [EufySecurity-2.1.3] DEBUG: Jardin Property Changes: wifiRssi -70 [11/19/2022, 9:25:05 PM] [EufySecurity-2.1.3] DEBUG: Jardin Property Changes: wifiSignalLevel 3 [11/19/2022, 9:25:10 PM] [EufySecurity-2.1.3] DEBUG: handleSnapshotRequest [11/19/2022, 9:25:10 PM] [EufySecurity-2.1.3] DEBUG: Snapshot requested: 640 x 360 Cour undefined [11/19/2022, 9:25:10 PM] [EufySecurity-2.1.3] ERROR: Cour No snapshot in memory [Cour] Snapshot request handler provided empty image buffer! [11/19/2022, 9:25:10 PM] [EufySecurity-2.1.3] DEBUG: handleSnapshotRequest [11/19/2022, 9:25:10 PM] [EufySecurity-2.1.3] DEBUG: Snapshot requested: 640 x 360 Jardin undefined [11/19/2022, 9:25:10 PM] [EufySecurity-2.1.3] DEBUG: [Jardin] [Snapshot Resize Process] Process command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -hide_banner -loglevel level+verbose -i pipe: -frames:v 1 -filter:v scale='min(640,iw)':'min(360,ih)':force_original_aspect_ratio=decrease,scale='trunc(iw/2)2:trunc(ih/2)2' -f image2 pipe:1 -progress tcp://127.0.0.1:13998 [11/19/2022, 9:25:12 PM] [EufySecurity-2.1.3] DEBUG: [Jardin] [Snapshot Resize Process] process started. Getting the first response took 2.264 seconds. [11/19/2022, 9:25:12 PM] [EufySecurity-2.1.3] DEBUG: snapshot byte lenght: 12890

thieren commented 1 year ago

Seems it takes unreasonably long to start and process the stream. Around 5 seconds to get the stream from the camera and another 6 seconds to get the ffmpeg process starting. My guess would be that this is too long for HomeKit and it will just time out.

Your Homebridge instance is running on macOS? This should generally be much faster. DO you have the possibility to test another setup? Preferably a linux machine?

mutchu commented 1 year ago

I don't have another machine at my disposal. It's weird because I don't have a problem with my other cameras...

mutchu commented 1 year ago

And yes, my hopebridge run on Mac mini late 2012.

thieren commented 1 year ago

Can you try another preset for the encoding? I'd suggest copy for now. Explained here

If that's no good, maybe it helps if you share the eufy-log.log file which you can download through the config ui. But please as file. It won't be any good if you copy&paste the whole thing here.

Also: it seems that your camera is set to a low resolution in the eufy app (640x360). Depending on iPhone this might be an issue. Try setting it to a higher resolution.

mutchu commented 1 year ago

Problem solved, the image quality was indeed set to auto. So I changed and put on high quality and it worked. Thank you very much