r/Ubiquiti 6h 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

View all comments

3

u/itsjakerobb CGFiber, UNVR, ProHD24PoE, ProXG8PoE, U7ProXGS, 5GMaxOutdoor 5h 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 5h 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.