Skip to content

RTL_433

James Callaghan edited this page May 20, 2020 · 3 revisions

*** Draft ***

Install and build instructions

https://github.com/merbanan/rtl_433/blob/master/docs/BUILDING.md https://github.com/merbanan/rtl_433/wiki/How-to-integrate-rtl_433-sensors-into-openHAB-via-MQTT

Service

# more /etc/systemd/system/rtl_433-mqtt.service
[Unit]
Description=rtl_433 to MQTT publisher
After=network.target
[Service]
ExecStart= rtl_433 -f 868M -s 1024k -F "mqtt://0.0.0.0:1883,devices=rtl_433/119"

Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target

Home Assistant sensors

Clone this wiki locally