homebridge-eufy-security / plugin

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

[Bug]: Floodlight Cam S330 also known as Cam 2 Pro doesn't appear as a camera, only motion sensor #444

Open fhivet opened 1 year ago

fhivet commented 1 year ago

What happened?

Added my accounr in the plug in, found the station and the Floodlight Camera. Checked that the camera is set on camera, not mention sensor, restart home bridge, but no feed appear, no camera itself, only motion sensor. Check the compatibility page, saying ok with this device.

Tried stable AND beta

Device Type

Floodlight (Supported)

Plugin Version

v2.0.x (Supported)

HomeBridge Version

v1.6.x (Supported)

NodeJS Version

v18 (Supported)

Operating System

Docker (UnSupported)

Relevant log output

no log

config

{
            "platform": "EufySecurity",
            "ignoreStations": [],
            "ignoreDevices": [],
            "cleanCache": true,
            "username": "so.ak.83@gmail.com",
            "password": "@@@@@@@",
            "country": "FR",
            "deviceName": "",
            "_bridge": {
                "username": "0E:75:93:58:4D:95",
                "port": 44133
            },
            "cameras": [
                {
                    "serialNumber": "T8423N1021370518",
                    "useCachedLocalLivestream": true,
                    "rtsp": true,
                    "videoConfig": {
                        "audio": true,
                        "maxWidth": 640,
                        "maxHeight": 480,
                        "maxFPS": 15,
                        "useSeparateProcesses": true
                    }
github-actions[bot] commented 1 year ago

Did you check this Common Issues pages ?