Geofence multi-device Arming Reminder?

Now that the new app is out, anyone figure out a good way to set up:
-If Device A And Device B are not present for 10 minutes and HSM is not armed
send an arming reminder out.

-If Device A or Device B are present for 10 minutes and HSM is not armed Home or armed Night, send an arming reminder to whoever is home

I'm sure you can get something set up with an extremely complex set of if/then/else in rule machine, but helping the consumer remember use their HSM is a very common use case that other companies have integrated into first-party functionality, not something you need to code up yourself.

For Example, this is how it looks on Alarm.com

Conditions:
Presence: Pick all phone and then click "ALL" and not present.
Rule, will populate automatically.
Action for true:

  • Notification with delay of x minutes cancel on Truth change.

This won't arm the HSM...you would still have to do that manually.

What Ryan780 said, unless you want the arming/disarming automated you can easily do that based on Geofence presence as well.

This gets close, but doesn't send the notification only to the last person to cross the geofence. It sends it to everyone. Any ideas?

The easiest way to do that would be through a triggered rule for each family member. The trigger being that the one person left. The condition being that everyone is gone and then the actions for true of the notification.