-
Notifications
You must be signed in to change notification settings - Fork 8
RTL_433
James Callaghan edited this page May 20, 2020
·
3 revisions
*** Draft ***
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
# 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