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]: plugin config ui will not load after upgrade #555

Open
jfishfl opened this issue Apr 23, 2024 · 3 comments
Open

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

jfishfl opened this issue Apr 23, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@jfishfl
Copy link

jfishfl commented Apr 23, 2024

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": "[email protected]",
    "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
    }
}
@jfishfl jfishfl added the bug Something isn't working label Apr 23, 2024
Copy link

Did you check this Common Issues pages ?

@jfishfl
Copy link
Author

jfishfl commented Apr 30, 2024

Did you check this Common Issues pages ?

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

@lenoxys
Copy link
Contributor

lenoxys commented May 1, 2024

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

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

2 participants