Eufy door and motion sensors

Hi all,

I can numerous topics about the camera’s from Eufy and how to add these to HA, but I can’t find any information about the door or motion sensors.

Does anyone know how I can add these to HA? Any hint would be appreciated :slight_smile:

Thanks!

1 Like

Try this: https://github.com/fuatakgun/eufy_security motion sensor should be supported, not sure about contact sensor but i hope :slight_smile: if not create an issue in GitHub

Hi @anon63427907,

I did found your project, looks promising. Also found some references to the door sensor in the source click. But are the two extra containers (for the camera’s) required? Since I don’t own a Eufy camera and I’d like to keep things simple, this looked a bit overkill to me :slight_smile:

I also found the HomeKit Controller integration, is this something that I can use to simply add the sensors to HA?

And how about the alarm panel, I forgot about that… :see_no_evil:

You require first container to communicate your devices, second is needed for cameras, skip it.

Alarm panel is supported.

Cool, I got it running and found all the devices. Nice one!

Next week or so, I’ll make a small pr for some docker-compose stuff in the readme.

1 Like

Please do so :slight_smile: much needed

Can you confirm all motion sensors and contact sensors are working fine?

your plugin detects the motion sensors. However, its motion state binary_sensor.<sensorname>_motion_sensor and binary_sensor.<sensorname>_streaming_sensor always keep on being false while in the eufy security app I do see motion notifications.

Does it work for you?

Edit: The binary_sensor does get update only if you toggle the switch to allow notifications with the eufy security app. Not ideal but it works. Just make sure to switch off all notifications from the eufy security app, otherwise you are bombed with notifications.

Hi @Paul-dH how does your docker compose look like. I was not able to find it in the Readme.

Thanks