Unifi Protect alarm status #972
Replies: 16 comments 23 replies
|
🏷️ I've automatically added the |
|
+1 |
|
+1 |
|
+1 |
|
This is longer overdue. Add the ability to arm/disarm from home assistant and expose the siren also. |
|
The Unifi Protect POE Siren definitely needs further access and control from HA. Please add this capability. Thank you !! |
|
+1 |
|
+1 |
|
Can anyone confirm if this is a limitation of the current Protect API? I'm not seeing any Protect API endpoints related to alarm profiles or sirens. Seems like we need Unifi to include these before any work can be done on the HA side? |
|
+1 |
|
+1 |
|
+1 |
|
+1 |
|
waiting for this quite a bit |
|
Figured it out. Best method is to create shell scripts for arm and disarm, it works great for me - create an arm and disarm.sh and then go from there. Ask ChatGPT or Claude for full directions, that made it a breeze - you can even have Claude CoWork do it for you with the extension. an example file: Only login if cookie is missing or older than 30 minutesif [ ! -f Save CSRF token to its own filegrep -i "x-csrf-token:" $HEADER_FILE | awk '{print $2}' | tr -d '\r' > $TOKEN_FILE CSRF_TOKEN=$(cat $TOKEN_FILE) if [ -z "$CSRF_TOKEN" ]; then curl -k -s -b $COOKIE_JAR |
|
The next HA Release (2026.5) will support Alarm Control for Unifi Protect 7.1+ home-assistant/core#169158 |
Uh oh!
There was an error while loading. Please reload this page.
Integration name
UniFi Protect
Link to integration documentation on our website
https://www.home-assistant.io/integrations/unifiprotect/
Describe the enhancement
Since Unifi Protect 6.1, we have been able to arm/disarm the system to receive notifications from the app.
I would like to be able to change the settings from HA and access its status.
Use cases
My Use case would be to sync my alarm with unifi protect arm/disarm.
Anything else?
No response
All reactions