Doors Open - Notifications

Does this look right?

Basically when HSM isn't armed, it plays a chime when doors open in the house. If HSM is armed, it plays a warning sound 3 times before HSM kicks off. It's a warning so you can shut it off before the siren goes off..

Seems like you could greatly simplify the Actions. Since the rule will only run when triggered by a door opening, there should be no reason to check if they are open again. Also, only need to check if the HSM Status is disarmed, not all of the other HSM states (unless you have additonal states not listed above.)

IF (HSM Status is Disarmed)
setVolume(18) on Aeotect Siren 6 - Chime
Chime: Play Sound on Aetect Siren 6 - Chime sound number 29
ELSE
Repeat 3 times every 00:00:10 (stop)
setVolume(25) on Aeotect Siren 6 - Chime
Chime: Play Sound on Aetect Siren 6 - Chime sound number 10
END-IF

Okay thanks.

I've updated my rule to reflect what you have.

So basically if it's not disarmed it will play chime sound 10. Hm.. okay I think this will work?

Looks reasonable to me. I am not a RM 4 expert by any means, but I think what you have should work. Report back your findings, please. Always fun to learn new things! :wink:

Seems to be working...

1 Like