I have some wireless doorbells that operate at 433MHz. I would like to integrate them with Home Assistant, so I can get remote notifications that someone has pressed one of the buttons.
I have two potential plans for making this work (and am open to other plans!):
- Build a device around a microcontroller that listens to RF and sends the info to HA. Maybe scavenge the antenna from a receiver.
- Wire points in a receiver to GPIO pins on a microcontroller that sends the info to HA.
I’m comfortable with the microcontroller and HA parts, but not at all with RF. I’d kinda rather not wire directly into a receiver because there are 120V AC wires on that board.
It seems like there are multiple different standards used at 433MHz. This Overview | Radio FeatherWing | Adafruit Learning System page says:
All radios are sold individually and can only talk to radios of the same part number. E.g. RFM69 900 MHz can only talk to RFM69 900 MHz, LoRa 433 MHz can only talk to LoRa 433, etc.
Do we have something in the electronics lab that would let me figure out if this doorbell system uses either of those or something completely different?
I have an extra transmitter and receiver that I can look at part numbers on (they look like fairly simple boards), if that’s helpful, and am happy to sacrifice them to the project.