Basically this how-to enables you to get notifications (e.g. on your phone, depending on what you set up in the Domoticz notification settings) from your traditional standard old school door bell. To send the signal to Domoticz via 433Mhz (so you will need to have an RFXCOM unit connected to your Domoticz) i used the KlikAanKlikUit/ClickOnClickOff key chain remote that's on the market. This is to keep it simple In short, we're using the power of the door bell to trigger a relay which simulates pressing the button of the key chain remote. The total costs are about 20 euros.
What you need:
- KaKu key chain (click)
- Relay (i used something like this)
- Elco (I don't know the specs, but it looks like this)
- Diode bridge (I don't know the specs, but it looks like this)
- Some wires and soldering equipment to connect it all together
- First get the key chain remote ready, I would say this is the most difficult part. Take the housing apart so that you only have the board in your hands. Then solder a wire to two points of one of the switches. The idea is that when you connect those two wires together, it is the same as pushing a button (because that is basically what you are doing by pushing the button). You can double check with a multi meter which points of the switch you can solder the wire to. Also already add a switch to Domoticz that gets switched by the key chain remote. I have the self learning code version of the key chain, so I first paired it with a normal KaKu receiver that I use for a lamp, just to get a code in the remote. Then in Domoticz you can add it as a switch. I find the "learn light/switch" button the easiest way to do this, you can find it at the switches tab. Once you added it to Domoticz, check your soldered wires by connecting them together. You should see the LED of the key chain remote light up, and the switch in Domoticz should be set "on" now. If that works, continue.
- Locate your bell (the part that makes the actual sound) and connect an additional wire to both existing wires of the bell.
- Connect the two wires coming from the bell to the two wavy icons of the diode bridge (see the orange wires below). It doesn't matter which one goes on which one because it is AC power (alternating current).
- The bell works on 8 volts AC power (you can see that on distribution board/stoppenkast, where the bell unit is, in my case it was written on the bell's switch) but we need DC power to trigger the relay. The diode bridge does that trick for us.
- To make the power after the diode bridge (which is now DC power) more stable we place an elco (electrolytic capacitor) see schematic below. The elco does have a + and a - so be aware that you connect it in the right way!
- From the elco we connect the negative (black wire) to the (-) of the relay, and the positive (red wire) to both the (+) and the (s). The (s) is the switch or trigger wire but might be called different depending on the exact model you got. We connect the positive wire to both the (+) and the (s) of the relay because we want to power and directly switch the relay.
- Then as last step we connect the key chain remote to the relay. On the relay you will see NO (normally open) and NC (normally closed), sometimes the remaining connector has some text as well. We want to connect the two wires (which you soldered to the key chain remote) to the NO connector, and the one without text. We DO NOT USE the NC connector. It doesn't matter which wire you connect to which port so that's why the wires have the same color in the schematic. We use the NO port because we want the circuit to be open if nothing happens (=the two wires not connected to each other), but closed when the relay switches (and by doing that simulate a button press).
If you did it all correctly Domoticz will switch the switch to ON when the door bell is pushed. To get the actual notification, and set the switch back off I'm using the following blocky script:
To finish it off you can place it in a nice box. I still had a plastic housing which I now used for this, helped by my glue gun to fix it inside.
Good luck