/rf433_mqtt_gateway

Gateway to detect signals in 433MHz band and translate them to a MQTT broker.

Primary LanguageC++Do What The F*ck You Want To Public LicenseWTFPL

RF 433 MHz to MQTT Gateway

Gateway to detect signals in 433MHz band and translate them to a MQTT broker.

Each signal gets its own topic within given topic root. E.g. if you leave MQTT_TOPIC as "home/rf433/" then signal 12345678 will be published to "home/rf433/12345678".

Why?

I use this gateway to translate signals from differenet sensors around my house to a MQTT broker connected to Home Assistant server.

Hardware

Image: RF433 to MQTT gateway

You will need a ESP8266 board and a 433MHz receiver module.

My personal favorites are WeMos D1 mini and RXB12 mounted on a prototyping shield.

Author

Paul Philippov themactep@gmail.com

License

This code is released under the WTFPL License.

WTFPL