Simple door bell button?

Hi Community

I have seen several entries about this and similar topics, but have not seen an positive (to me :wink: ) answer.

I need a new doorbell. My current one - a 433MHz, has decided to give up.
There is no power near the door… so an easy solution with a ESP32 is out of the question… and I don’t feel like cabling to the door…

I have a lot of zWave devices (door windows and thermostats), so this works fine. I have a Sonos speaker connected, so when my windows have been open to long, sonos says its time to close…

So, in my small naive world, I had hoped to find a ‘z-wave’ button, that I could include in the network, and have it say on sonos when it is being pushed/when someone is at the door…

But I can’t find any zwave buttons… not simple ones with just ‘one’ button.

What can you recommend ?

Guess I could make something out of a door/window sensor…

/Joern

I have a HANK 4 button controller, it works well. There is a 1 button version that might be what you want. The 1 button version is fully supported by HA. Battery life is good. I doubt it is weather resistant.
https://products.z-wavealliance.org/products/1904?selectedFrequencyId=2

I think that Aeotec, Fibaro and Samsung Smarthings have 1 button zwave devices too.
https://products.z-wavealliance.org/products/2811?selectedFrequencyId=2

I opened up a ZigBee door sensor and soldered an old-fashioned doorbell to the reed switch. The advantage is it actually looks like a doorbell rather than a nondescript smart button. I assume you could do the same with Z-Wave. I chose a sensor rather than a switch because the large reed switch means there’s plenty of room for my crappy soldering skills.

Since you don’t have Zigbee, you’re unlikely to like my solution, but I just use a Xiaomi smart button, looks alot like a doorbell and battery powered. Mine’s under a sheltered area, so far it’s survived outdoors.

as it 433 you could get

put tasmota on it

get some of these

https://www.ebay.com/itm/433MHz-RF-Wireless-Remote-Control-Switch-86-Wall-Panel-Switch-Transmitter-JCSE/133276691248?_trkparms=ispr%3D1&hash=item1f07e8eb30:m:mWRGGH3ssyrJJ62eZujE6BA&enc=AQAEAAACUBPxNw%2BVj6nta7CKEs3N0qVrG5%2BCkXjQsSl5aXUvnOx9D32NS0yjJquJnAlZIHEUyfBNUaTgDAzgYGzofyueRmTJYiaw5K8X%2FVPsdAnoA2XJDUQEyGFm4ATz9RB7OPrJkxiN4uBdTZFDxC33ccDCJmaj96qyMLC9wuD5dzkqwdN7dDCzwpgfToGne1klbWFFacRgH1OKTeLdchgX2bVFAOJ8BSjDYHPQmzE0LMjusOqsg7%2FcZFjaO8QWKlZ4bVGRhgEs%2F7A8WZHiGkAH%2FIyevDlYej5P8l67PXORlh7eYCOkk73FwtcqgcU3iJyvx3vdDhrb0MjSZuFev%2BPFXDrX82utkxa1NGHQYhDkmXMAsxsKKLPOfLCV8QaGJUFmXgMHfqseFIGfKz1%2FMLfIaX8r0MO7xJ5OBTsHXqFgzMxE0J7E2fTDqn8tO8EsPmHaSBvUZDPn2z3fRV%2BXVlr2i1QTG6Vzm0YF1ZsFtqQs6tk3JL7Y%2BG3WokW8kZj5htQ9oYgpWiB9%2FBtKZZo0FZHQ%2FznBUVARJB06atSmsA%2FApoqLfFf0ytPOXF%2FnTn%2FoXQpgo6ZlsMxCn%2BTkrByFg4fpVKkHKgGGcldwzLXlPWPyWNHjytFssH2RPh%2Bq4QZdnhblq%2Bdcpqn1Eapa7vIWgRvARd6Bw2w9JqyZtg4VvbF0MG1p%2F%2FQ1SSDzDxHP2j1oEJL7fR%2Fv9gA5FTveui9LDzP0Ok3jnPN%2Ffwsu5zZhsZIEuw9IP8WKgg%2B0gN5OLJTC8NzmLip99pe%2BcZ%2FvYrkpWzQHXPfUZJE%3D&checksum=1332766912483e69ce7e55554a1eafddcf81559d5b40

and

https://www.ebay.com/itm/2X-433mhz-While-Wireless-Smart-Open-Window-Door-Sensor-to-Detect-Door-Home-Alarm/264403146407?hash=item3d8fa7d6a7:g:OZwAAOSw8RRdMTtK

Welcome to the community @joernborup !

I’m using an Amazon Dash button (wifi) with the Dasshio addon, so far has been working perfect for the past year.
I triggers TTS to all the Google Home Mini’s in the house.

Dasshio config :

timeout: 10
buttons:
  - name: Doorbell
    address: 'FC:65:DE:XX:XX:XX' # Redacted ;)
    domain: script
    service: doorbell_ring
    service_data: '{}'

Doorbell script over there.

Hope this helps :slight_smile: