I have an automation that is supposed to run every night to put the SmartThings Home Monitor (STHM) into Armed (stay) mode and set the “location’s mode” to Night if I’m at home.
IF
- 11:30 pm
- location mode is Home
THEN
- change security mode to Armed (stay)
- send a push notification to my phone
- change the location mode to Night
Ever since I switched over to the new app (almost a year ago now), this automation has worked sporadically. For a while, it was working most of the time, like 20 days in a row, and then it would fail. When it fails, the automation IS triggered and the location mode is changed to Night, but I get no push notification and the security mode is not changed (it remains as Disarmed).
I have a similar automation for the morning that seems to run correctly every day.
I have been working with SmartThings support trying to figure this out for more than six months now, but it’s still an issue. I have tried resetting the STHM a couple of times, I have tried recreating the automation a number of times, I have tried reordering the THEN commands, and I have tried changing the start time from midnight to 11:30.
Any other thoughts as to how I can fix this issue?