Hi @anon63427907 - firstly many thanks for the work on this, easy to follow and I am mostly up and running. I have the cards for my 3 cameras and the doorbell working, clicking them does the streaming (rtsp for the cameras and p2p for doorbell using webrtc-camera) and it works fine.
Doorbell automation using the ringing function also works fine, but I am at a loss when it comes to getting the cards to update the pictures from motion activation (the workaround for the local image encryption).
I have it set as per your examples, just cut down to just triggering on motion (no alarm or snoozing stuff), but it seems that the binary_sensor isn’t working?
My EufyCams are showing up as inactive, someone know how I can see a livestream? Furthermore before I had thumbnails, after a detection… even this is not visible anymore…
I try to login but it failed.
I created a second user used this login name and password.
Country is correct NL
I tried port 3000 and 3001.
I couldn’t find the Trusted_Device_Name, I used Eufy
The log:
2023-02-24 00:32:08.393 INFO Eufy Security server listening on host 0.0.0.0, port 3000
2023-02-24 00:32:08.905 ERROR Response data is missing
{
code: 0,
msg: 'Succeed.',
data: undefined
}
@bropat had created a new repository to manage the add on part with latest version. I myself had an issue on updating in my system but apparently it worked for him
Ik got segmentation fault during startup of the addon. Anyone know how to troubleshoot this?
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
/run.sh: line 118: 182 Segmentation fault /usr/bin/node /usr/src/app/node_modules/eufy-security-ws/dist/bin/server.js --host 0.0.0.0 --config $CONFIG_PATH $DEBUG_OPTION $PORT_OPTION
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
/run.sh: line 95: 192 Segmentation fault /usr/bin/node /usr/src/app/node_modules/eufy-security-ws/dist/bin/server.js --host 0.0.0.0 --config $CONFIG_PATH $DEBUG_OPTION $PORT_OPTION
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
Same here on a Pi4
After the inserting the suggested format for “stations” (as stated in the documentation) the configuration was exepted ands started. after acception, the addon shut itself down after the above fault… any suggestions?
Ok, I got the new add-on running and I’m on 1.3.4. In the logs, I now see well-formed events coming from my T8900 door sensors. However, the Eufy Security integration still isn’t recognizing open/close events on the device, so no automations firing.
Must be something stupid, but I tried installing the new addon 1.3.4.
I uninstalled and removed the old addon and repo, added the new one, finished the config as before but I am getting the following error. If anyone knows what I am doing wrong please?
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
curl: (7) Couldn't connect to server
[17:57:30] ERROR: Something went wrong contacting the API
Error: failed loading config file /data/eufy-security-ws-config.json
Error: Cannot find module '/data/eufy-security-ws-config.json'
Require stack:
- /usr/src/app/node_modules/eufy-security-ws/dist/bin/server.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
at Module._load (node:internal/modules/cjs/loader:920:27)
at Module.require (node:internal/modules/cjs/loader:1141:19)
at require (node:internal/modules/cjs/helpers:110:18)
at /usr/src/app/node_modules/eufy-security-ws/dist/bin/server.js:26:22
at Object.<anonymous> (/usr/src/app/node_modules/eufy-security-ws/dist/bin/server.js:78:3)
at Module._compile (node:internal/modules/cjs/loader:1254:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
at Module.load (node:internal/modules/cjs/loader:1117:32)
at Module._load (node:internal/modules/cjs/loader:958:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/usr/src/app/node_modules/eufy-security-ws/dist/bin/server.js' ]
}
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
same here, open and close events don’t come in. i just get one close event when i start up the eufy security ws container. hoping these sensors work soon, would be cool to trigger the lights with them
I have eufy 2k doorbell and recently integrated it with HA using your add on. All seem to work fine except streaming and last event picture.
I want to stream from the doorbell if there is doorbell press or when I click a button it starts to stream. I’m sure this is possible but I cant get it work.
Can you tell me where I have gone wrong. Below is what I’m using for the card.