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]: Indoor Cam C210 not working in HomeKit #659

Open
marnixf opened this issue Dec 18, 2024 · 1 comment
Open

[Bug]: Indoor Cam C210 not working in HomeKit #659

marnixf opened this issue Dec 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@marnixf
Copy link

marnixf commented Dec 18, 2024

What happened?

I have various Eufy Cams working via this plugin. However, with the Indoor Cam C210 it seems not to work.

On the Plugin config I have enabled Device on Apple HomeKit and Enable Device Security Control on Apple HomeKit:
HomeKit Home > Eufy Home
HomeKit Away > Eufy Away
HomeKit Night > Eufy Custom 1 (Night)
HomeKit Off > Eufy Disarmed

Below JSON shows my config, marking this C210 with (replaced) serialNumber as "INDOORCAM210". It's both showing up as station and camera/device. The other station is a Homebase 2 that has 4 wireless outdoor cams attached.

In HomeKit no camera is showing up, I do see a DEVICE tile that is not supported and an alarm tile that is not functioning.

Device Type

Indoor Camera (Supported)

Plugin Version

v3.0.x (Best Effort)

HomeBridge Version

v1.7.x (Supported)

NodeJS Version

v20 (Supported)

Operating System

Raspbian 10+ (Supported)

Relevant log output

handleSecuritySystemCurrentStateGets: Wrong return value

Error  Something wrong with this device

Error Setting security mode! NotSupportedError: This functionality is not implemented or supported

config

{
            "platform": "EufySecurity",
            "name": "EufySecurity",
            "username": "XXX",
            "password": "XXX",
            "country": "NL",
            "deviceName": "",
            "stations": [
                {
                    "hkHome": 1,
                    "hkAway": 0,
                    "serialNumber": "HOMEBASE2",
                    "hkNight": 3,
                    "hkOff": 63,
                    "manualTriggerModes": []
                },
                {
                    "hkHome": 1,
                    "hkAway": 0,
                    "serialNumber": "INDOORCAMC210",
                    "hkNight": 3,
                    "hkOff": 63
                }
            ],
            "cameras": [
                {
                    "serialNumber": "OUTDOORCAM1",
                    "enableCamera": false,
                    "enableButton": false,
                    "motionButton": false,
                    "lightButton": false
                },
                {
                    "serialNumber": "OUTDOORCAM2",
                    "enableCamera": false,
                    "enableButton": false,
                    "motionButton": false,
                    "lightButton": false
                },
                {
                    "serialNumber": "OUTDOORCAM3",
                    "enableCamera": false,
                    "enableButton": false,
                    "motionButton": false,
                    "lightButton": false
                },
                {
                    "serialNumber": "OUTDOORCAM4",
                    "enableCamera": false,
                    "videoConfig": {
                        "audio": false,
                        "audioSampleRate": 0
                    },
                    "enableButton": false,
                    "motionButton": false,
                    "lightButton": false
                },
                {
                    "serialNumber": "INDOORCAMC210",
                    "rtsp": false,
                    "talkback": false
                }
            ],
            "ignoreDevices": [
                "XXX",
                "XXX",
                "XXX",
                "XXX"
            ],
            "ignoreStations": []
        },
@marnixf marnixf added the bug Something isn't working label Dec 18, 2024
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