-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Apparently when I have my C120 camera connected to the homebase the live feed video won't work. I connect it directly to the router and it works fine with homekit.
Has anyone else had this issue or know how to resolve it? I'd like it to be connected to my homebase if I could.
Currently on Homebridge 1.11.1, Node 24.12.0, and plugin version 4.3.7, running it all on Unraid
My Doorbell E340 seems to be working fine and it didn't work when it wasn't connected to my Homebase before I got it.
Device Type
Indoor Camera (Supported)
Plugin Version
other (UnSupported)
HomeBridge Version
other (UnSupported)
NodeJS Version
other (UnSupported)
Operating System
Other (UnSupported)
Relevant log output
[12/26/2025, 22:44:09] [EufySecurity] ERROR Indoor Livestream timeout: No livestream emitted within the expected timeframe.
[12/26/2025, 22:44:09] [EufySecurity] WARN Indoor If you are using Node.js version 18.19.1, 20.11.1, 21.6.2 or newer, this might be related to RSA_PKCS1_PADDING support removal.
[12/26/2025, 22:44:09] [EufySecurity] WARN Indoor Please try enabling "Embedded PKCS1 Support" in the plugin settings to resolve this issue.
[12/26/2025, 22:44:09] [EufySecurity] ERROR Indoor Unable to start the livestream: No livestream emitted... This may be due to Node.js compatibility issues. Try enabling Embedded PKCS1 Support in settings.config
{
"platform": "EufySecurity",
"name": "EufySecurity",
"username": "***",
"password": "***",
"deviceName": "",
"enableDetailedLogging": false,
"omitLogFiles": false,
"CameraMaxLivestreamDuration": 30,
"pollingIntervalMinutes": 10,
"hkHome": 1,
"hkAway": 0,
"hkNight": 3,
"hkOff": 63,
"ignoreStations": [],
"ignoreDevices": [],
"country": "US",
"stations": [],
"cameras": [
{
"serialNumber": "***",
"videoConfig": {
"audio": true,
"maxWidth": 1920,
"maxHeight": 1080,
"maxFPS": 15,
"useSeparateProcesses": true
},
"snapshotHandlingMethod": 3
}
],
"cleanCache": true,
"ignoreMultipleDevicesWarning": false,
"autoSyncStation": false,
"enableEmbeddedPKCS1Support": true,
"_bridge": {
"username": "***",
"port": ***,
"name": "Homebridge Eufy Security"
}
}Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working