homebridge-eufy-security / plugin

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

[Bug]: Eufy Floodlight 2 pro stream #185

Open mutchu opened 1 year ago

mutchu commented 1 year ago

What happened?

I have a problem with my eufy floodlight pro 2. it is clearly visible in homekit but the stream does not start and after waiting 10s I get a message telling me that the camera cannot be reached. Also changing state doesn't work.

Device Type

Floodlight (Supported)

Plugin Version

v2.0.x (Supported)

HomeBridge Version

v1.4.x (Supported)

NodeJS Version

v16 (Supported)

Operating System

Raspbian 10+ (Supported)

Relevant log output

[10/17/2022, 5:24:28 PM] [EufySecurity-2.1.0] INFO:  Arrière-cour is set to handle snapshots with cloud images. Snapshots might be older than they appear.
[10/17/2022, 5:24:28 PM] [EufySecurity-2.1.0] INFO:  Adding new accessory: Arrière-cour
[10/17/2022, 5:25:00 PM] [EufySecurity-2.1.0] INFO:  Looking for old cached accessories that seem to be outdated...
[10/17/2022, 5:25:00 PM] [EufySecurity-2.1.0] INFO:  Removing cached accessory 110b3678-4445-44de-a988-f7a232fa523c Garage
[10/17/2022, 5:25:00 PM] [EufySecurity-2.1.0] INFO:  Removed 1 cached accessories
[10/17/2022, 5:25:06 PM] [EufySecurity-2.1.0] ERROR: Arrière-cour Local livestream didn't start in time. Abort livestream request.
[10/17/2022, 5:25:06 PM] [EufySecurity-2.1.0] ERROR: Arrière-cour Unable to start the livestream: no started livestream found
[10/17/2022, 5:36:11 PM] [EufySecurity-2.1.0] ERROR: Arrière-cour handleSecuritySystemCurrentStateGet Wrong return value
[10/17/2022, 5:36:11 PM] [EufySecurity-2.1.0] ERROR: Arrière-cour handleSecuritySystemTargetStateGet Wrong return value
[10/17/2022, 5:36:15 PM] [EufySecurity-2.1.0] WARN:  Push Closed!
[10/17/2022, 5:36:15 PM] [EufySecurity-2.1.0] ERROR: Arrière-cour handleSecuritySystemCurrentStateGet Wrong return value
[10/17/2022, 5:36:15 PM] [EufySecurity-2.1.0] ERROR: Arrière-cour handleSecuritySystemTargetStateGet Wrong return value

config

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

Did you check this Common Issues pages ?

unstressable commented 1 year ago

you really should change your password after publishing here... Edit: Your password is still visible, even after editing!

unstressable commented 1 year ago

I saw, that in your json config the same serial numbers are listed under "ignored stations" and even configured below. Maybe thats the problem?

mutchu commented 1 year ago

I saw, that in your json config the same serial numbers are listed under "ignored stations" and even configured below. Maybe thats the problem?

Hello, Even turning them on doesn't work.

schliemann commented 1 year ago

Is this still an issue?

mutchu commented 1 year ago

@schliemann with the last beta no, but with the curent version yes.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.