Need something that beeps when contact sensor opens/closes

Yeah my Dome clone (NeoCoolcam) would chime randomly whenever the front door sensor was triggered so I also relegated it and now use TTS to a Google Mini.
It’s fun changing the door announcement every week or so

My GH has developed quite the 'Potty Mouth' at times. I'll add some good ones to the random messages. Wifey has sprained her eyeballs from rolling them so much at me when she hears some of the GH's latest and greatest vernacular. Haaaaaa!

I have one of the Dome sirens and another pretty much identical one made by Zooz. I have used them both on ST and HE and on both systems they have both had troubles using them for the chime. Sometimes they delay a few seconds and other times they chime multiple times. I've come in the door only to make it all the way to the kitchen at the back of the house before I hear the chime. They do work well on the siren side. These are the only ones I've ever used but I would not recommend them.

The only thing I would say is that are you 100% sure that whatever is causing the chime to occur isn't occurring multiple times? Like when you contact sensor opens it actually goes open/close/open/close? I have logic in my rule that once it chimes, the PB for the rule goes false for 5 seconds then true. Might want to give that a shot. Might not be the siren. Mine has been rock solid and I've never had that issue.

2 Likes

That's a good idea. I'll add that to my rule and see what happens.

Dome siren might be really what you want. Echo Speaks will do the trick too.

I use Zigbee door sensors to trigger Google Assistant Relay (no Google Home device required), and that triggers a virtual motion sensor in the SmartThings cloud (no SmartThings hub required). Alexa detects the virtual motion sensor becoming active and announces the door that just opened. You will need to build Google Assistant relay, but that's a super valuable thing to have available, so worth the effort. You can use that for controlling devices that are not compatible with Hubitat or Alexa, but are compatible with Google Assistant.

I got the dome siren, but in a twist of irony, my dogs were going crazy every time it beeped. The IRIS beep was much more dog friendly I guess.

As for Echo Speaks....man, that sounds way too complicated for me to get up and running (at least it seems that way).

Thanks!

Off topic and late but had to "chime" in - having the exact same issue on my old Aeotec doorbell (just the bell part, button is long gone). Thought it was the device itself or driver - exact same behavior though, random multiple chimes every once in a while but usually okay. Never thought to check the door sensors.. will put that in my trigger as well.. thanks!

I've done everything, debugged the dome siren driver, redid automations, written a custom app to just do that one thing so I could monitor and it still would randomly chime.

Here's a more technical explanation as to the issue.

I've also contacted Dome support and they were pointing at an issue with the hub. I sent it off to HE support as it went into even more technical details that I don't have access to but its not a high priority.

2 Likes

It does the same thing on SmartThings...

2 Likes

I have two of these devices (edit: to be clear, I meant the Dome siren/chime), and they both occasionally double or triple chime. They did it in Smartthings too.

it is annoying enough that I rarely even use the devices at this point. too bad because on paper the device is exactly what I need.

1 Like

Well all I can say is the Aeotec door chime does a very similar thing so was intrigued by @Ryan780's idea. Have implemented and will see if that works around the issue. For the Aeotec in my limited research it looked like the last good chime got stuck on playing (or did not "stop") prior to the multiple chimes but not really sure. Another thought was low battery in the sensor but still had the issue after replacing.

If you're willing to wait for it, the Aeotec Siren GEN 6 is awesome and since it isn't a beaming device it doesn't have the duplicate issue.

2 Likes

Sigh.. more toys to play with.. sounds awesome thanks!

I am using the old doorbell chime because that's what I had laying around after I replaced it with the Ring. It works well for the most part but every once in a while I get those annoying multiple beeps.

I'm looking forward to checking one of these devices out when they are commercially available.

I am also. The Dome Chime repeat issue seems to be much worse with Hubitat than ST. Frankly, reliable behavior here was one of my reasons for switching, ST cloud execution was causing the chimes to sometimes go off at random times. This seems like an implimetation issue. I am tempted to make my own device given the demand for this capability and lack of options. Seems like an easy 'thing'.

1 Like

I'd totally be down for a siren/chime that worked correctly 100% of the time, like the one in my old ADT panel did.

In the interim, I think I've managed to find a somewhat more reliable solution to the multi-chiming. Using the Maker API, I wrote a small bash script that checks the status of my entry door contact sensor (it's a wired sensor via Konnected), and if the status is open, it then sends the beep command to my 2 Dome sirens, which have been configured to use tone1 for the beep sound. I have the script sleeping for 2 seconds between checks, and so far, I only get a single chime sound out of my sirens. Will try and monitor for a few days to see if that changes.

If this works out, I'll probably enhance the script to save a previous state and current state, so that it can track when to send the beep command, for scenarios such as the door being held open for periods of time.

Does anyone have experience with the Ring Chime? Would this work as a WiFi chime with Hubitat? If it works, it would be a lower cost option than a Sonos speaker.

Nope. From Ring (Video DoorBell) "Chime" Integration - #5 by fester - Devices & Integrations - SmartThings Community

I emailed the Ring team to see if there was an API or way to call it externally from their traditional flow. They said they have nothing in the pipeline… however the support team will submit it to the developers as a request and see what happens.

I'd recommend a Dome Siren or one of the other options mentioned in this or similar threads (even an Alexa device, should you have one, can do TTS via super-unofficial but currently reliable methods, especially if you have the cookie automation set up). If Aeotec ever releases the Siren 6 (or possibly even Doorbell 6), that also looks like a promising option, but their website has said "2018" for months, possibly years. :slight_smile:

1 Like

Thanks. I guess I'll wait and see when it gets released.