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]: Floodlight Cam 2k - no stream in HomeKit as camera is in "Off" mode (but accessory is on) #374

Closed
babysofthack opened this issue Aug 22, 2023 · 1 comment · Fixed by #363
Labels
bug Something isn't working

Comments

@babysofthack
Copy link

What happened?

Floodlight 2k Cam
Eufy Homebridge V2.2.2

Recently added to my home bridge (I also have the 1080p floodlight which works fine)

The 4 switches in HomeKit are visible in Homekit, I can turn the floodlight light on and off via HomeKit but can't get a stream running.

I've tried turning the other switches on and off, makes no difference.

The camera is on and works fine within the Eufy app

Device Type

Floodlight (Supported)

Plugin Version

v2.0.x (Supported)

HomeBridge Version

v1.6.x (Supported)

NodeJS Version

v18 (Supported)

Operating System

Raspbian 10+ (Supported)

Relevant log output

[8/22/2023, 1:56:10 PM] [EufySecurity-2.2.2] INFO:  Driveway is set to handle snapshots with cloud images. Snapshots might be older than they appear.
[8/22/2023, 1:56:10 PM] [EufySecurity-2.2.2] WARN:  Driveway Couldt not get cloud snapshot: Error: connect ECONNREFUSED ::1:443
[8/22/2023, 1:56:10 PM] [EufySecurity-2.2.2] WARN:  Driveway snapshot handler is initialized without cloud snapshot. Maybe no snapshot will displayed the first times.

^^^sorry I don't have anything more useful log-wise

config

{
    "username": "******",
    "password": "******",
    "country": "GB",
    "deviceName": "",
    "platform": "EufySecurity",
    "cameras": [
        {
            "serialNumber": "T8420N6021360915",
            "rtsp": false,
            "enableCamera": "true",
            "videoConfig": {
                "audio": true,
                "audioSampleRate": 0
            },
            "talkback": true,
            "enableButton": true,
            "motionButton": true
        },
        {
            "serialNumber": "T8210P642210338F",
            "rtsp": false,
            "enableCamera": true,
            "videoConfig": {
                "audio": true,
                "audioSampleRate": 0
            },
            "talkback": true,
            "enableButton": false,
            "motionButton": true
        },
        {
            "serialNumber": "T8424N1021350644",
            "rtsp": false,
            "enableCamera": "false",
            "videoConfig": {
                "audio": true,
                "audioSampleRate": 0
            },
            "talkback": true
        }
    ],
    "ignoreStations": [],
    "ignoreDevices": [
        "T8113N9322042EFD",
        "T8113N9322042FC3"
    ],
    "cleanCache": true,
    "stations": [
        {
            "serialNumber": "T8420N6021360915",
            "manualTriggerModes": [
                1
            ]
        },
        {
            "serialNumber": "T8424N1021350644",
            "manualTriggerModes": [
                1
            ]
        }
    ]
}
@babysofthack babysofthack added the bug Something isn't working label Aug 22, 2023
@github-actions
Copy link

Did you check this Common Issues pages ?

@lenoxys lenoxys linked a pull request Aug 23, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant