Anyone who connected a regular "old" doorbell to OH?

I tried popping in the Xiaomi sensor last night but couldnt find the sweet spot might have to do some deconstruction to get rid of some plastic

I havenā€™t checked into whats going on with Nello.IO, works for me :slight_smile: But I bet there is similar solution from other suppliers out there. But something as important as to open the door you need a redundant system, that why I use nello and OH on RPI, I also use sesame door lock for upstairs (here I only have a single point of failure, so I am lit bit worried that this will fail one day, but then I would be inside the building at leastā€¦)

I used this z-wave switch (though sold by a different brand here in Sweden) to connect my doorbell. The doorbell uses a transformer to convert incoming 230V AC to 8V AC (really 11V when measured) which drives the chime. I had to reconnect a bit so the z-wave switch itself is powered by 230V, the 3V output goes to the doorbell button, ant then the chime can be controlled with a dry contact on the z-wave switch. It was the only switch I could find that had both a low-voltage output (the wires to the button are really thin) and a dry contact (to control arbitrary voltages).

An upside is that the bell can ring even if OH is down, but when everything works I can get a notification to my phone, which is what i mainly was after.

I would like to do two things with my regular doorbell:

1.) Turn the sound of the doorbell on and off so it doesnā€™t ring.
2.) Get notified when someone rings, wether its ā€œon or offā€.

Any idea how I could achive both?

Your idea is not a good one because it requires an enormous amount of electrical works to ā€œcopyā€ an ancient way of performing a function.
Doorbells are a particularly nasty example to keep alive instead of moving to a next-gen solution because they need to be powered by a 8-12VAC circuit that you usually have a single one of only (running through the specific power supply and the doorbell button).
If it was a 230VAC that would be simpler.
You need to rewire such that your pusher circuit gets onto an OH-controlled sensor and use another OH-controlled actuator handling the 8VAC circuit running to the bell.

Thatā€™s a desperate move trying to keep existing (and not really clever) solutions instead of going for something new, different but equivalent (in terms of the functionality to inform someone has pressed the button).
Better donā€™t use your bell any more. I for instance play a sound through my OH serverā€™s soundjack where Iā€™ve connected a speaker. Can play a differentsound every time.
But you can think of various other means of notifying yourself such as a wholehouse audio system like Sonos, or why send a notification to your phone ? Make lights blink instead ? Or both ?

Please have a look at

It does al you want. The description is a bit outdatet for the mqtt configuration since OH 2.4 and also installing nodejs is going much easier with the newer raspberry piā€™s than I used in the old days.
I currently extended my own setup to play a bell sound via sonos and receive notifications via telegram when someone rings the conventional doorbell

Thank you. Actually I was thinking in the same direction and I really see your point. BUT until now I couldnā€™t come up with a good alternative/solution. The sound of the bell can be heard in the entire house, but I donā€™t have smart speaker in every room nor every floor. Same goes for lights. Smartphone notification arenā€™t good either: Whatā€™s when I am without my smartphone, or when itā€™s silent or when the grandparents are babysitting.

Maybe I start thinking in this direction again.

@mlommers Thank you. I will also have a look at your link.

As @mstormi already mentioned, this is quite easy.
I have my doorbell knob wired to a zwave universal binary sensor.

The regular power supply for the bell is activated through a simple zwave relay.
All you need is one or two simple rules to silence the bell and to get notified through some of the messenger services.

You donā€™t need any Sonos. Just turn up the volume (needs to be an active speaker, of course. I took an ancient PC speaker. But it ainā€™t used for anything else so no problem in making it as loud as your bell).
And you can do all of this in parallel. I make lamps blink in the basement and garden where you donā€™t hear the speaker.