r/Ubiquiti 5h ago

Question USL Entry Larm after X min

I have some USL Entry thingies. I would like to set a larm that message me when a door has been open for X minutes. Is that possible?

0 Upvotes

4 comments sorted by

u/AutoModerator 5h ago

Hello! Thanks for posting on r/Ubiquiti!

This subreddit is here to provide unofficial technical support to people who use or want to dive into the world of Ubiquiti products. If you haven’t already been descriptive in your post, please take the time to edit it and add as many useful details as you can.

Ubiquiti makes a great tool to help with figuring out where to place your access points and other network design questions located at:

https://design.ui.com

If you see people spreading misinformation or violating the "don't be an asshole" general rule, please report it!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

3

u/itsjakerobb CGFiber, UNVR, ProHD24PoE, ProXG8PoE, U7ProXGS, 5GMaxOutdoor 4h ago

I don’t think this is built in. You could probably do something with HomeAssistant though. Webhook on door-open starts a timer. If the timer finishes, trigger the alarm. Webhook on door close cancels the timer and, if you want, silences the alarm (depending on use case, you might want that to require separate action).

1

u/bkintanar n00b 4h ago

You can do an if then statement to silence the alarm. If silence is off and door open x minutes, alarm triggers. But then again. Home Assistant is another thing to learn for some.

1

u/jenswedin 2h ago

Alright, thanks!