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.
MIT License
467 stars 67 forks source link

[Question]: No motion detection updates when the notifications of the camera are disabled #158

Closed mvanderheijden closed 2 years ago

mvanderheijden commented 2 years ago

Ask your question

Hi, I have a Eufycam 2C and noticed that, when the notifications are disabled for this camera, that I won't recieve updates on motion detection. Is this by design?

I'm using this home assistant custom component and would like to create automations based on motion detection, even when the notifications of the camera are disabled.

In the Eufy app I have created 2 modes:

Palmke commented 2 years ago

You only get updates because this application reads the same notification as you get on your phone. It subscribes to notifications in order to emit the events you see in Home Assistant.

bropat commented 2 years ago

As @Palmke has already correctly explained, it relies on push notifications and unfortunately there is no other option.