fuatakgun / eufy_security

Home Assistant integration to manage Eufy Security devices as cameras, home base stations, doorbells, motion and contact sensors.
843 stars 73 forks source link

Support for Eufy 2K wired doorbell #1038

Closed StonyManager closed 5 months ago

StonyManager commented 6 months ago

I have followed the instructions for installation and configuration to the best of my knowledge. I already have a Kasa cam and 4 Lorex cams working (display on the dashboard), but the Eufy 2k wired doorbell is eluding me.

braddunlap commented 6 months ago

I believe it is due to the fact that Eufy Doorbells do not support RTSP, so you need to install RTSP Simple Server Add On to support p2p cameras like the Eufy Doorbells.

https://github.com/fuatakgun/rtsp_simple_server/tree/main

There wasn't instructions on how to install a 3rd party add on like this, but if you have done it before, you basically just copy the URL, go to Home Assistant Add Ons, go to Add on Store, click the 3 dots in the top right hand corner, and choose Repositories, paste the URL. After it downloads into Home Assistant, click on the repository and choose Install and it behaves like any other Add On.

Another thing to check is to make sure you set the streams to low and enable all notifications in the Eufy app like the instructions say to do.

Let us know if you get it working. I have been having all kinds of issues getting this to work with my battery cameras and doorbell. I have read the instructions with a fine tooth comb and it still doesn't work. It works fine with my plugin cameras.

fuatakgun commented 5 months ago

I have found the device in shared ones so looking at it now

fuatakgun commented 5 months ago

it is just working, please be sure that you have followed everything in README. You can see it below from my test environment.

image image image

fuatakgun commented 5 months ago

In this test environment, I have latest eufy_security integration and webrtc integration from my fork (includes go2rtc), nothing more.