{"id":17099154,"url":"https://github.com/rh0/rtl433_to_mqtt","last_synced_at":"2026-05-04T02:40:14.610Z","repository":{"id":145875855,"uuid":"238350754","full_name":"rh0/rtl433_to_mqtt","owner":"rh0","description":"Simple dockerfile for rtl_433 specifying output to MQTT","archived":false,"fork":false,"pushed_at":"2022-04-25T16:08:15.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T18:12:56.668Z","etag":null,"topics":["dockerfile","mqtt","mqtt-client","rtl-433","rtl-sdr"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rh0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-05T02:22:17.000Z","updated_at":"2022-04-25T20:55:58.000Z","dependencies_parsed_at":"2024-04-14T11:34:01.039Z","dependency_job_id":null,"html_url":"https://github.com/rh0/rtl433_to_mqtt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rh0/rtl433_to_mqtt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh0%2Frtl433_to_mqtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh0%2Frtl433_to_mqtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh0%2Frtl433_to_mqtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh0%2Frtl433_to_mqtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rh0","download_url":"https://codeload.github.com/rh0/rtl433_to_mqtt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh0%2Frtl433_to_mqtt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32592720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dockerfile","mqtt","mqtt-client","rtl-433","rtl-sdr"],"created_at":"2024-10-14T15:09:12.062Z","updated_at":"2026-05-04T02:40:14.580Z","avatar_url":"https://github.com/rh0.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rtl_433 to MQTT :satellite: :loudspeaker:\n\nDockerfile to help containerize some functionality from https://github.com/merbanan/rtl_433.  Specifically publishing recieved device messages to an MQTT broker.\n\n## Setup\n\nConnection details for the MQTT broker are handled via the following environment variables:\n\n+ **MQTT_HOST** _host for mqtt broker_\n+ **MQTT_PORT** _mqtt port, defaults to 1883_\n+ **MQTT_USER** _mqtt username_\n+ **MQTT_PASS** _mqtt password_\n\nSince rtl_433 uses USB attached SDRs you'll need to pass through the device to container (this requires the privileged flag).\n\nFor example, with docker compose:\n\n```yaml\n  rtl433:\n    build:\n      context: https://github.com/rh0/rtl433_to_mqtt.git\n    image: rh0/rtl433_to_mqtt:latest-dev\n    container_name: rtl433\n    restart: always\n    env_file:\n      - ./rtl433.env\n    privileged: true\n    devices:\n      - /dev/bus/usb:/dev/bus/usb\n```\n\nIf all goes well and your radio is in range of a 433mhz device broadcast, your MQTT broker should start receiving messages from those devices in the `rtl_433` topic.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh0%2Frtl433_to_mqtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frh0%2Frtl433_to_mqtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh0%2Frtl433_to_mqtt/lists"}