homebridge-eufy-security / plugin

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

[Bug]: plugin config ui will not load after upgrade #555

Open jfishfl opened 2 months ago

jfishfl commented 2 months ago

What happened?

upgraded to the latest version and cameras are loading fine in homekit however I am unable to see the individual devices in the UI. I have tried deleting and reinstalling with no luck image

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

[23/04/2024, 10:24:27] [homebridge-eufy-security] Launched child bridge with PID 11060
[23/04/2024, 10:24:29] Registering platform 'homebridge-eufy-security.EufySecurity'
[23/04/2024, 10:24:29] [homebridge-eufy-security] Loaded homebridge-eufy-security v3.0.2 child bridge successfully
[23/04/2024, 10:24:29] Loaded 9 cached accessories from cachedAccessories.xxxxxx.
[23/04/2024, 10:24:29] Homebridge v1.8.0 (HAP v0.12.0) (homebridge-eufy-security) is running on port 55146.
[04/23/2024, 10:24:48]  [EufySecurity]  INFO    Updating existing accessory: STATION_Bedroom Doorbell
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Front Door is set to handle snapshots with cloud images. Snapshots might be older than they appear.
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Updating existing accessory: DEVICE_Front Door
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Pool 360 is set to handle snapshots with cloud images. Snapshots might be older than they appear.
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Updating existing accessory: DEVICE_Pool 360
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    North Gate is set to handle snapshots with cloud images. Snapshots might be older than they appear.
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Updating existing accessory: DEVICE_North Gate
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Pool is set to handle snapshots with cloud images. Snapshots might be older than they appear.
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Updating existing accessory: DEVICE_Pool
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Lake North is set to handle snapshots with cloud images. Snapshots might be older than they appear.
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Updating existing accessory: DEVICE_Lake North
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Front Yard is set to handle snapshots with cloud images. Snapshots might be older than they appear.
[04/23/2024, 10:24:51]  [EufySecurity]  ERROR   Front Yard could not fetch old snapshot: No currentSnapshot
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Updating existing accessory: DEVICE_Front Yard
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Updating existing accessory: DEVICE_Cabana Door
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Front Doorbell is set to handle snapshots with cloud images. Snapshots might be older than they appear.
[04/23/2024, 10:24:51]  [EufySecurity]  INFO    Updating existing accessory: DEVICE_Front Doorbell

config

{
    "platform": "EufySecurity",
    "username": "john@egearmedia.com",
    "password": "N4rbYkVt7$HQWOJ7",
    "deviceName": "Eufyhb1",
    "enableDetailedLogging": false,
    "omitLogFiles": false,
    "CameraMaxLivestreamDuration": 30,
    "pollingIntervalMinutes": 10,
    "hkHome": 1,
    "hkAway": 1,
    "hkNight": 1,
    "hkOff": 1,
    "ignoreStations": [
        "T8030P1323311E1D",
        "T81A0P1023350010",
        "T81A0P102335135A",
        "T8400P3122172E97",
        "T8400P3122240FA1",
        "T8400P3122241B27",
        "T8400P3122241EA9",
        "T8400P3122241EC0",
        "T8400P3122242A7C",
        "T8416P00233706E5",
        "T8400P32232123E0"
    ],
    "ignoreDevices": [
        "T8170T1023351B42",
        "T8400P3122241EA9",
        "T8416P00233706E5",
        "T81A0P1023350010",
        "T81A0P102335135A",
        "T8400P3122172E97",
        "T8124P20222222A7",
        "T8400P3122241B27"
    ],
    "country": "US",
    "stations": [],
    "cameras": [],
    "unbridge": true,
    "cleanCache": true,
    "ignoreMultipleDevicesWarning": false,
    "autoSyncStation": true,
    "nodejs_security": false,
    "_bridge": {
        "username": "0E:51:E2:C3:0A:9B",
        "port": 55146
    }
}
github-actions[bot] commented 2 months ago

Did you check this Common Issues pages ?

jfishfl commented 2 months ago

Did you check this Common Issues pages ?

Yes I have, Just did the troubleshooting steps again and same issue

lenoxys commented 2 months ago

Can you try using Incognito mode with your browser ? Does it solve the issue ?