I find it odd that when my home alarm is blaring, there is no indication of this in the dashboard. For this reason, I woud like to make a dashboard tile that indicates if HSM is in intrusion or intrusion delay mode.
I thought the best way to do this would be setting a global string variable in Rule Machine to the status of the HSM Alert and then a variable tile on the dashboard that display the current string of that variable. Something like:
IF HSM Alert changes THEN
IF HSM Alert = Intrusion THEN Global Variable X = Intrusion
ELSE IF HSM Alert = Intrusion-delay THEN Global Variabel X = Intrusion-Delay
Etc....
However, there is no option for HSM Alert Changes (see screenshot below).
So I think the only way to do this would be a buch of seperate rules for each HSM alert status? How have others added a tile to the dashboard to show whether HSM is in Intrusion or Intrusion-Delay?