-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Person Detection / People Detection sensors(i.e. AI Camera Person Detections) to trigger alarm? #1107
Comments
Assuming the entity you are referring to is a binary_sensor, it can already be configured as a sensor in alarmo. |
I am using exactly that approach to detect people on my property. Be aware, that those sensors like to have a fals positiv for a short moment, that was the biggest issue i had.
Maybe a shorter delay would also work but for me it fells ok. |
Would be nice if could set a delay in the UI directly under advanced settings for such devices. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days |
Workaround works but would be nice if person detection sensors always showed up by default in Alarmo. |
The feature request is still unclear to me. |
Can you add sensors for Person Detection as a sensor that can trigger alarm?
I have UniFi Protect (Ubiquiti's Camera Security System) and their AI Security Cameras (as well as their "AI Port") enable "Recognitions" features that include with Person Detection events that are exposed as entities in its integration for Home Assistant.
https://help.ui.com/hc/en-us/articles/27722868256407-Using-Recognitions-in-UniFi-Protect
Person Detection recognition there basically act similar to a motion sensor but instead of "clear" the state is "On" when a person is detected and "Off" when a person is not detected.
https://help.ui.com/hc/en-us/articles/360058867233-UniFi-Protect-Advanced-Detections
The benefit of Person Detection for those systems is that it is less likley to give a false possitive compared to the motion sensor for the same Security Cameras (which will activate motion and trigger the alarm when a cat goes by).
Checklist
Proposal
Add "Person detected" sensors to Alarmo.
Additional info
If possible make "Person detected" sensors function just like how motion sensors functions in Alarmo.
The text was updated successfully, but these errors were encountered: