-
Notifications
You must be signed in to change notification settings - Fork 576
RTL_433 docker
Graham Garner edited this page Nov 17, 2019
·
2 revisions
Before starting the container please install RTL_433 from the native installs menu. This will setup your environment with the correct variables and programs. It is also advised to run RTL_433 to verify that it is working correctly on your system.
The container is designed to send all detected messages over mqtt
Edit the IOTstack/services/rtl_433/rtl_433.env file with your relevant settings for your mqtt server:
MQTT_ADDRESS=mosquitto
MQTT_PORT=1833
#MQTT_USER=myuser
#MQTT_PASSWORD=mypassword
MQTT_TOPIC=RTL_433
the container starts with the command rtl_433 -F mqtt:.... currently it does not filter any packets, you will need to do this in Node-RED