I think there is something I don't understand about how HSM triggers RM rules. I'm trying to get a Pushover message each time HSM changes to Armed Away. This is the current setup.
However, I get a notification on both armed and disarmed. The log looks like this.
This feature was released recently. Even before that, RM tracked the HSM state internally, but it wouldn't know what it was until the first HSM event. Now, there is a global variable in the system that reflects the HSM status. It can be accessed in code with location.hsmStatus.
There is a bug. Thanks for pointing it out. Found and corrected, Will be fixed in next release. An oversight on my part, triggers on every hsmStatus change.