bropat / eufy-security-ws

Small server wrapper around eufy-security-client library to access it via a WebSocket.
MIT License
176 stars 26 forks source link

[Question]: How to respond to Camera Person Detected Events? #210

Closed lavoy closed 1 year ago

lavoy commented 1 year ago

Ask your question

Hello, I'm getting iOS notifications from Eufy Security when a person is detected [Camera Name]: Someone has been spotted.

I don't see any state changed on the camera when this happens though. Is there an event or state I can watch to respond to the event, like sound an alarm indoors?

Thank you!

jesse-kaufman commented 1 year ago

There should be motion detected and/or person detected binary sensor entities in HA as part of your device (depending what's supported by your device). On one of my devices, it's a switch instead of binary sensor (which has been fixed in 1.6.3), so it could also be that on some devices.

lavoy commented 1 year ago

This is working now, thank you for the help!