I am looking for a siren for Smart Home Monitor. I bought an Aeotec Get 5 Siren but don’t like any of the tones available.
My plan was to purchase a 12v siren and power supply and have SHM turn on the switch when the siren should be activated. However, the switch is just a generic switch and not listed as siren so I can’t select it in SHM under sirens.
If I log into smart things ide it appears that I can edit from a Generic Zwave smartthings to a zwave siren. Is this the recommended way to doing this?
tgauchat
(ActionTiles.com co-founder Terry @ActionTiles; GitHub: @cosmicpuppy)
2
Maybe not: IF you do that, SmartThings will still try to send the Alarm On Z-Wave command, which possibly won’t be accepted by a Z-Wave Switch (though it doesn’t hurt to try!).
The typical way is to make a copy of the Z-Wave Switch DTH from Source Code and add capability "Alarm" and copy the on()/off() Command methods name them per the definition of Alarm: both/off/siren/strobe…
Would changing the DTH cause any issues to the device itself? Overheat, malfunction, etc
tgauchat
(ActionTiles.com co-founder Terry @ActionTiles; GitHub: @cosmicpuppy)
6
In this example, very unlikely.
In the case of some ZigBee devices, perhaps… The wrong DTH would be unable to push optimal configurations or firmware updates. But I doubt it would ever be serious.
Still… This is a kludge. Why don’t you just use the “Turn on these Lights” option of SHM, perhaps? I guess there are multiple solutions… Totally up to you.
That is an option. However, once the alarm goes off the siren would go off but once you disarm the siren would still stay on where as if you change the DTH as a siren the siren would stop.