Eufy Security Integration

@anon63427907 now the integration works well. Thanks for all so far!

I test the following setup:

device ringing flash light motion detection person detection
eufy doorbell 2k wired - :x:
eufy floodlight cam 2 pro - :x: :x:

:x: mean I was not able a register a state switch in Home Assistent. For motion/person detection I modify the settings of eufy floodlight cam 2 pro (detect persons/detect all motions). I can confirm that the camera it self detect each event successfully (see screenshot).
Is it possible that the integration do not support the eufy floodlight cam 2 pro?

I work as a software developer, if I could help you (at least with testing) to improve the integration, let me know. :+1:

@Nusserdt I don’t think that the Eufy floodlight cam 2 pro is supported yet.

fuatakgun’s integration finds my floodlight cam 2 pro, but apart form turning the light on and off (which actually works), I cannot start RTSP, there is no streaming and no events are coming from the camera.

If you look here: GitHub - bropat/eufy-security-client: This shared library allows to control Eufy security devices by connecting to the Eufy cloud servers and local/remote stations over p2p. you can actually see that bropat did make support for the Eufy floodlight cam 2 pro just 7 days ago. As fuatakgun is using bropat’s shared library, I hope that bropat’s new library will make it into a new update from fuatakgun soon :slight_smile:

Is that in your plans, @anon63427907 ?

Oh, and merry Christmas to you all.

1 Like

Yes to all, just need couple of days to release the new version. Having some family time :slight_smile: I always test every new version locally before releasing it, i don’t want to skip it.

3 Likes

I’m thinking more of a log of recent events, ie.
“Motion detected 2021-12-26 08:00:05 at [camera name]”

99% of the time, i have my homebase set as Home. These settings are used;

In Lovelace, the cameras update just fine on regular motion detection, and show me an image from the latest motion detected! :muscle:t2:

The issue I’m facing is that when checking history of all the binary sensors for a specific camera, while using the Home alarm setting, attached above, no binary sensors inside home assistant show any change, despite there had been a motion.

Could someone shed some light on this matter?
I’m thinking that at least the streaming sensor should been enabled upon motion?

You should enable push notifications to receive these events.

Just the latest event?

Hi @anon63427907 ,
I think I need help. I’m trying to setup Frigate to record events.
Using the same RTSP proxy you are using should be fine.
Sadly I can’t find out the correct “path” for my cameras that it expose.
Can you help me?

There İs a specific sensor for this: sensor.entrance_streaming_source_address

My camera name is entrance, replace it with yours

  • How do you mean “Enable push notifications”?
    In the Eufy Android app, the Home Assistant user has full access, and can receive everything.

In the app I see this;

But in Home Assistant, none of the binary sensors that derive from that camera has triggered.
Every binary sensor shows zero change during 10-12, se below.
image

Is this as expected?

Check the screenshot you had posted (Eufy Security Integration - #430 by KaherdinTristan), push notifications are not enabled. If push notifications are not enabled, most sensors would not work, yes, in your case, it is expected

Ok. Thanks.
I understand the correlation between the push notification in the app settings, and that it is this specific push notification that triggers binary sensors.

Just one question; Since the cameras update their “last recorded image” (or is it called entity_picture maybe?), could that be used to trigger some binary sensor?

The goal here for me is to have Home Assistant to see (binary_sensor update) when the camera has detected motion, without having the notification on all the phones connected to this account (wife, kids, etc).

You can create an automation to be triggered when camera’s entity picture gets updated.

1 Like

Now, THAT is good news for me!
Awesome!

Btw.
What forum thread is your official thread?

You are in correct place :slight_smile:

This thread is marked as “solved”… Just saying :slight_smile:
Your addon is great btw!
Keep up the good work!!

I am using solution feature to publish latest and major changes :slight_smile:

1 Like

@anon63427907 , I have started to migrate to your awesome solution from the “old” iobroker one. but I wonder why there is no service call to set alarm_home. is that by design?

You should use services from alarm control panel, they will work, i have added custom services, rest are done through main ones.

I’m curious what automation you are going to build :slight_smile: