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

Not all Cameras from the Plugin are shown in Homekit #459

Open
Hanimaniac opened this issue Oct 23, 2023 · 1 comment
Open

Not all Cameras from the Plugin are shown in Homekit #459

Hanimaniac opened this issue Oct 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Hanimaniac
Copy link

What happened?

Hello Everyone,
I have 4 Eufy Cameras at my home, where on is a native Homekit Camera (Indoor Cam E220) and the other 3 are normal Cameras:
Outdoor Cam E210
eufyCam 2C Pro
Video Doorbell S220

All Cameras are Shown in The Eufy-Homekit-Plugin but in Homekit I only can see the Indoor Cam E220 and the Video Doorbell.
The other Two are not shown.

I hope someone can help me.

Device Type

Indoor Camera (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

nothing relevant

config

{
            "username": „[email protected]“,
            "password": „johndoe69“,
            "country": "DE",
            "deviceName": "",
            "platform": "EufySecurity",
            "ignoreStations": [],
            "ignoreDevices": [],
            "cleanCache": true,
            "cameras": [
                {
                    "serialNumber": "T89999999999999C",
                    "enableButton": false,
                    "motionButton": false,
                    "refreshSnapshotIntervalMinutes": 10,
                    "rtsp": true,
                    "snapshotHandlingMethod": 1,
                    "videoConfig": {
                        "debug": true
                    }
                },
                {
                    "serialNumber": "T89999999999999A",
                    "enableButton": false,
                    "motionButton": false,
                    "refreshSnapshotIntervalMinutes": 10,
                    "rtsp": true,
                    "videoConfig": {
                        "audio": false,
                        "audioSampleRate": 0
                    },
                    "snapshotHandlingMethod": 1,
                    "delayCameraSnapshot": true
                },
                {
                    "serialNumber": "T89999999999999F",
                    "rtsp": false,
                    "enableCamera": true
                }
            ]
        }
@Hanimaniac Hanimaniac added the bug Something isn't working label Oct 23, 2023
@github-actions
Copy link

Did you check this Common Issues pages ?

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

1 participant