-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Once upgraded to HomeBridgeUI 5.0.0 the lowest that I can go on Node is 20.18.0
Device Type
Doorbell (Supported)
Plugin Version
other (UnSupported)
HomeBridge Version
other (UnSupported)
NodeJS Version
v20 (Supported)
Operating System
Raspbian 10+ (Supported)
Relevant log output
pi@raspberrypi-homebridge:/var/lib/homebridge $ hb-service update-node 20.11.0
✖ Refusing to install Node.js version lower than v20.18.0.
pi@raspberrypi-homebridge:/var/lib/homebridge $
config
{
"platform": "EufySecurity",
"name": "EufySecurity",
"username": "[email protected]",
"password": "password",
"deviceName": "",
"enableDetailedLogging": false,
"omitLogFiles": false,
"CameraMaxLivestreamDuration": 30,
"pollingIntervalMinutes": 10,
"hkHome": 1,
"hkAway": 0,
"hkNight": 3,
"hkOff": 63,
"ignoreStations": [
"s/n"
],
"ignoreDevices": [],
"country": "US",
"stations": [
{
"hkHome": 1,
"hkAway": 0,
"serialNumber": "s/n",
"hkNight": 3,
"hkOff": 63
},
{
"hkHome": 1,
"hkAway": 0,
"serialNumber": "s/n",
"hkNight": 3,
"hkOff": 63
},
{
"hkHome": 1,
"hkAway": 0,
"serialNumber": "s/n",
"hkNight": 3,
"hkOff": 63
},
{
"hkHome": 1,
"hkAway": 0,
"serialNumber": "s/n",
"hkNight": 3,
"hkOff": 63
}
],
"cameras": [
{
"serialNumber": "s/n",
"rtsp": false
},
{
"serialNumber": "s/n",
"rtsp": false,
"talkback": false
},
{
"serialNumber": "s/n",
"rtsp": false,
"snapshotHandlingMethod": 3
},
{
"serialNumber": "s/n",
"snapshotHandlingMethod": 2
},
{
"serialNumber": "s/n",
"snapshotHandlingMethod": 2
}
],
"cleanCache": true,
"ignoreMultipleDevicesWarning": false,
"autoSyncStation": false,
"enableEmbeddedPKCS1Support": false,
"_bridge": {
"username": "username",
"port": 45961
}
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working