Run rtl_433 in Docker.
CLI_OPTIONS: CLI params to rtl_433. Overrides all other options to rtl_433.UNITS: Units to use:native,si, orcustomaryDEVICEINDEX: Index of device to read. See rtl_433-doption.OUTPUT: Output spec for rtl_433. See rtl_433-Foption.
Get rtl_433 help:
docker run --rm -it joshbenner/rtl433 --helpCollect devices into MQTT broker:
export OUTPUT='mqtt://broker,retain=0,devices=sensors/rtl_433/[model:""]/[id:0]'
docker run --rm -it -e UNITS=customary -e OUTPUT joshbenner/rtl433