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]: Snapshot Unavailable Device Not Supported #513

Closed
HenryGelderbloem opened this issue Feb 15, 2024 · 7 comments
Closed

[Bug]: Snapshot Unavailable Device Not Supported #513

HenryGelderbloem opened this issue Feb 15, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@HenryGelderbloem
Copy link

HenryGelderbloem commented Feb 15, 2024

What happened?

I downgraded from the HomeKit Secure Video version do to issues with HomePod chimes not working. I removed all accessories from the Homebridge cache and removed the doorbell from the Home app before readding it again and now I get "Snapshot Unavailable Device Not Supported". The video stream works perfectly and the eufy app gets snapshots just fine.

I am running NodeJS version 20.11.0 which the form suggests may be unsupported?

Device Type

Doorbell (Supported)

Plugin Version

v2.0.x (Supported)

HomeBridge Version

v1.6.x (Supported)

NodeJS Version

other (UnSupported)

Operating System

Debian 10+ (Supported)

Relevant log output

[02/15/2024 09:26:44]   [EufySecurity-2.2.21]   DEBUG   [streamingDelegate.ts:169]      handleSnapshotRequest
[02/15/2024 09:26:44]   [EufySecurity-2.2.21]   DEBUG   [streamingDelegate.ts:172]      Snapshot requested: 1280 x 720 Doorbell undefined
[02/15/2024 09:26:45]   [EufySecurity-2.2.21]   DEBUG   [streamingDelegate.ts:176]      snapshot byte lenght: 26696

config

{
    "enableDetailedLogging": true,
    "CameraMaxLivestreamDuration": 90,
    "pollingIntervalMinutes": 10,
    "hkHome": 1,
    "hkAway": 0,
    "hkNight": 3,
    "hkOff": 63,
    "ignoreStations": [],
    "ignoreDevices": [
        "T8113N1320434686",
        "T8113N1320434FDE",
        "T8113N13204354E4",
        "T8113N13204351AC"
    ],
    "country": "GB",
    "cameras": [
        {
            "serialNumber": "T8900P002039251A",
            "rtsp": false,
            "talkback": false
        },
        {
            "serialNumber": "T8900P0020393C18",
            "rtsp": false,
            "talkback": false
        },
        {
            "serialNumber": "T8113N1320434686",
            "rtsp": false
        },
        {
            "serialNumber": "T8113N1320434FDE",
            "rtsp": false
        },
        {
            "serialNumber": "T8113N13204354E4",
            "rtsp": false
        },
        {
            "serialNumber": "T8113N13204351AC",
            "rtsp": false
        },
        {
            "serialNumber": "T8210P0020443DA7",
            "rtsp": false,
            "enableCamera": true,
            "videoConfig": {
                "audio": true,
                "vcodec": "copy",
                "useSeparateProcesses": true,
                "audioSampleRate": 0
            },
            "talkback": true,
            "snapshotHandlingMethod": 3,
            "immediateRingNotificationWithoutSnapshot": true,
            "delayCameraSnapshot": true,
            "refreshSnapshotIntervalMinutes": 0,
            "hsv": false,
            "hsvRecordingDuration": 90,
            "hsvConfig": {},
            "useCachedLocalLivestream": true,
            "enableButton": false,
            "motionButton": false,
            "indoorChimeButton": true
        }
    ],
    "cleanCache": true,
    "unbridge": true,
    "ignoreMultipleDevicesWarning": false,
    "syncStationModes": false,
    "username": "",
    "password": "",
    "deviceName": "Homebridge",
    "platform": "EufySecurity",
    "_bridge": {
        "username": "0E:77:C8:C3:1C:1B",
        "port": 44281
    }
}
@HenryGelderbloem HenryGelderbloem added the bug Something isn't working label Feb 15, 2024
Copy link

Did you check this Common Issues pages ?

@HenryGelderbloem
Copy link
Author

I checked the Common Issues. This isn't listed.

@Jcccrr
Copy link

Jcccrr commented Mar 1, 2024

Hey @HenryGelderbloem, I'm seeing the same problem with my wireless doorbell 2k. Have you managed to fix it?

@HenryGelderbloem
Copy link
Author

Unfortunately not. Still got the same issue.

@Jcccrr
Copy link

Jcccrr commented Mar 2, 2024

@HenryGelderbloem These configs are working fine for me now:

            "serialNumber": "",
            "rtsp": false,
            "enableCamera": true,
            "videoConfig": {
                "audio": true,
                "debug": true,
                "vcodec": "copy",
                "useSeparateProcesses": true
            },
            "talkback": true,
            "snapshotHandlingMethod": 3,
            "immediateRingNotificationWithoutSnapshot": false,
            "delayCameraSnapshot": false,
            "refreshSnapshotIntervalMinutes": 5,
            "useCachedLocalLivestream": false,
            "enableButton": false,
            "motionButton": false,
            "indoorChimeButton": false
        }```

@HenryGelderbloem
Copy link
Author

That seems to work for me too! Thanks for sharing.

@vernong1992
Copy link

Necroposting here to confirm these settings worked for me on my Solocam S220 pairs, and restart Homebridge.

Add what @Jcccrr's codeblock under "cameras": [
{
}
].

@HenryGelderbloem These configs are working fine for me now:

            "serialNumber": "",
            "rtsp": false,
            "enableCamera": true,
            "videoConfig": {
                "audio": true,
                "debug": true,
                "vcodec": "copy",
                "useSeparateProcesses": true
            },
            "talkback": true,
            "snapshotHandlingMethod": 3,
            "immediateRingNotificationWithoutSnapshot": false,
            "delayCameraSnapshot": false,
            "refreshSnapshotIntervalMinutes": 5,
            "useCachedLocalLivestream": false,
            "enableButton": false,
            "motionButton": false,
            "indoorChimeButton": 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

3 participants