Skip to content

[Bug]: Unable to downgrade Node to 20.11.0 once moved to HomeBridgeUI v5.0.0 #705

@DWLaurie

Description

@DWLaurie

What happened?

Once upgraded to HomeBridgeUI 5.0.0 the lowest that I can go on Node is 20.18.0

Image
Image

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions