Unifi Protect alarm status #972
Replies: 15 comments 10 replies
-
|
🏷️ I've automatically added the |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
This is longer overdue. Add the ability to arm/disarm from home assistant and expose the siren also. |
Beta Was this translation helpful? Give feedback.
-
|
The Unifi Protect POE Siren definitely needs further access and control from HA. Please add this capability. Thank you !! |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
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? |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
waiting for this quite a bit |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions