I'm just testing my alarm sensor driver and realised that there is no option for triggering an action in the Simple Automation Rules app based upon a detected sound, though the 'SoundSensor' capability is supported by the system.
Motion, open/close, arrive/depart, switch on/off, button and others are all there, just no sound! Could this be added?
The only one I know of is the Netatmo weather device that has a "Sound meter: Ranges from: 35 dB to 120 dB". I do not have one, but thought it might be nice to use it for those songs/commercials play so much louder. This device could possibly sense that and turn things down/up accordingly.
Also linking to the app/driver which shows the db level in HE
Hey @bravenel, itβs this thing; the AlertMe Alarm Detector. It's tuned to respond to sirens of various types, so you can put it next to your smoke detector or any other source of wee-waw noises.
The SoundSensor capability is perfect for it as it's only a 'detected' or 'not detected' message from the IAS cluster. In operation it's otherwise identical to the AlertMe / Iris motion sensor, so I could easily fudge it and write the driver as a motion or button press or something - but that's not really the Right Way.
We will get to addressing SoundSensor capability down the road, but this is not high on the priority list. If you are writing your own driver, then by all means use a capability that the apps support for now.
Not a problem, I'll leave the SoundSensor lines in there for the future and just mimic a motion sensor for now, as that's the device it most closely resembles in behaviour.
If anyone's interested I've got pretty much the whole AlertMe device range sorted with custom drivers now, with presence detection, save for the Lamp (a bit more complicated) and the Display (not a clue how to deal with this one).