homebridge-eufy-security / plugin

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

[Bug]: Floodlight Camera not responding #329

Closed paradoxgrowth closed 1 year ago

paradoxgrowth commented 1 year ago

What happened?

A bug happened! Following your instructions I was able to install your Eufy plug in within my homebridge (v1.6.1) that is running in container station within QNAP and configure it with my eufy account correctly. I then added the bridge and the camera (Unbridge Camera mode on). I see the camera appear in homekit and it even has a picture of my yard before I click on it to open the feed. When I open it, I get the spinning while for about 30 second until it gives me an error that the video feed is not responding. I do NOT have NodeJS Version installed (I guess) I have no idea what it is and it doesn't come up as a plug in.

Here are my settings:

Thanks so much for your help!

Device Type

Floodlight (Supported)

Plugin Version

v2.0.x (Supported)

HomeBridge Version

other (UnSupported)

NodeJS Version

other (UnSupported)

Operating System

Docker (UnSupported)

Relevant log output

- 6/5/2023, 7:45:21 PM] [EufySecurity-2.1.7] INFO:  Backyard station livestream (P2P session) for Backyard has started.
- [6/5/2023, 7:45:21 PM] [EufySecurity-2.1.7] INFO:  [Backyard] [Video Process] Starting video stream: 1280x720, 30 fps, 299 kbps
- [6/5/2023, 7:45:21 PM] [EufySecurity-2.1.7] WARN:  Backyard Second livestream was started from station. Ignore.
- [6/5/2023, 7:45:24 PM] [EufySecurity-2.1.7] INFO:  Backyard Stopped video stream.
- [6/5/2023, 7:45:24 PM] [EufySecurity-2.1.7] INFO:  [Backyard] [Video Process] FFmpeg exited with code: 0 and signal: null (Expected)
- [6/5/2023, 7:45:28 PM] [EufySecurity-2.1.7] INFO:  Backyard station livestream for Backyard has stopped.

config

{
    "username": "myusername",
    "password": "mypass",
    "country": "US",
    "deviceName": "",
    "platform": "EufySecurity",
    "ignoreStations": [],
    "ignoreDevices": [],
    "cleanCache": true,
    "cameras": [
        {
            "serialNumber": "myserial",
            "rtsp": false,
            "unbridge": true,
            "delayCameraSnapshot": false,
            "enableCamera": "true",
            "videoConfig": {
                "audio": false,
                "audioSampleRate": 0
            },
            "talkback": false,
            "snapshotHandlingMethod": 2,
            "refreshSnapshotIntervalMinutes": 0,
            "enableButton": false,
            "motionButton": false
        }
    ],
    "_bridge": {
        "username": "my username",
        "port": 54353
    }
}
paradoxgrowth commented 1 year ago

I am getting a new error:

[6/8/2023, 9:44:58 AM] [EufySecurity-2.1.7] WARN: Backyard Could not get snapshot from livestream! [6/8/2023, 9:44:58 AM] [EufySecurity-2.1.7] WARN: Backyard No camera source detected. [6/8/2023, 9:45:18 AM] [EufySecurity-2.1.7] ERROR: Backyard Local livestream didn't start in time. Abort livestream request.

Thank you so much for your help!

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.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 5 days with no activity.