homebridge-eufy-security / plugin

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

[Bug]: Floodlight T8423 cams disabled after HB restart #425

Closed czbird77 closed 4 months ago

czbird77 commented 11 months ago

What happened?

Every time I restart homebridge, my flood light cameras T8423 are disabled. When I open them in accessories page, it says:

HomeKit Camera Active 0 Manually Disabled 1 Manufacturer Eufy Model FLOODLIGHT_CAMERA_8423

I have a 3rd indoor cam (pan&tilt 2k) and it works just fine.

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

[9/21/2023, 8:24:43 AM] [homebridge-eufy-security] Loaded homebridge-eufy-security v2.2.19 child bridge successfully
[9/21/2023, 8:24:43 AM] Loaded 7 cached accessories from cachedAccessories.0E739E97776E.
[09/21/2023, 08:24:44]  [EufySecurity]  WARN    warning: planned changes, see https://github.com/homebridge-eufy-security/plugin/issues/1
[09/21/2023, 08:24:44]  [EufySecurity]  INFO    Country set: CZ
[09/21/2023, 08:24:44]  [EufySecurity]  INFO    Finished initializing![09/21/2023, 08:24:52]  [EufySecurity]  INFO    Updating existing accessory: T8030P23230302C1
[09/21/2023, 08:24:52]  [EufySecurity]  INFO    Updating existing accessory: Living Room
[09/21/2023, 08:24:52]  [EufySecurity]  INFO    Updating existing accessory: Floodlight T8423
[09/21/2023, 08:24:52]  [EufySecurity]  INFO    Updating existing accessory: Floodlight T8423
[09/21/2023, 08:24:54]  [EufySecurity]  INFO    CAM Indoor is set to balanced snapshot handling.
[09/21/2023, 08:24:54]  [EufySecurity]  INFO    CAM Frontyard is set to balanced snapshot handling.
[09/21/2023, 08:24:54]  [EufySecurity]  INFO    CAM Backyard is set to balanced snapshot handling.

config

{
            "username": "xxx",
            "password": "xxx",
            "country": "CZ",
            "deviceName": "",
            "platform": "EufySecurity",
            "cameras": [
                {
                    "serialNumber": "T8410P422242881C",
                    "enableCamera": "true",
                    "videoConfig": {
                        "audio": false,
                        "audioSampleRate": 0
                    },
                    "snapshotHandlingMethod": 2,
                    "refreshSnapshotIntervalMinutes": 0,
                    "useCachedLocalLivestream": false,
                    "rtsp": false,
                    "delayCameraSnapshot": false
                },
                {
                    "serialNumber": "T8423N10221004CC",
                    "enableCamera": "true",
                    "videoConfig": {
                        "audio": false,
                        "audioSampleRate": 0
                    },
                    "snapshotHandlingMethod": 2,
                    "delayCameraSnapshot": false
                },
                {
                    "serialNumber": "T8423N10221005CE",
                    "enableCamera": "true",
                    "videoConfig": {
                        "audio": false,
                        "audioSampleRate": 0
                    },
                    "snapshotHandlingMethod": 2
                }
            ],
            "_bridge": {
                "username": "0E:73:9E:97:77:6E",
                "port": 43050
            },
            "ignoreStations": [],
            "ignoreDevices": [],
            "cleanCache": true,
            "stations": [
                {
                    "serialNumber": "T8410P422242881C",
                    "manualTriggerModes": [
                        1,
                        2,
                        0,
                        3
                    ]
                },
                {
                    "serialNumber": "T8423N10221004CC",
                    "manualTriggerModes": [
                        0,
                        1,
                        2,
                        3
                    ]
                },
                {
                    "serialNumber": "T8423N10221005CE",
                    "manualTriggerModes": [
                        0,
                        1,
                        2,
                        3
                    ]
                }
            ],
            "pollingIntervalMinutes": 5,
            "enableDetailedLogging": false
        },
github-actions[bot] commented 11 months ago

Did you check this Common Issues pages ?

lenoxys commented 11 months ago

Hello @czbird77, if you just upgraded you will need to add manually cam.

czbird77 commented 11 months ago

Hi, I've managed to work around this issue, for some reason, the corresponding power switch accessories were disabled in HB. However, even after enabled, I still can't see stream preview in the Home app. Any clues? Thanks!

lenoxys commented 4 months ago

This is being closed as much of the work has already been completed in the new version. If you require assistance, please open a new case.