https://github.com/aneisch/rtl_433_mqtt
RTL_433 in Docker
https://github.com/aneisch/rtl_433_mqtt
alpine-linux docker homeassistant mqtt rtl-433
Last synced: about 2 months ago
JSON representation
RTL_433 in Docker
- Host: GitHub
- URL: https://github.com/aneisch/rtl_433_mqtt
- Owner: aneisch
- Created: 2019-12-26T04:55:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T18:38:05.000Z (about 2 years ago)
- Last Synced: 2025-04-15T02:12:34.387Z (about 2 months ago)
- Topics: alpine-linux, docker, homeassistant, mqtt, rtl-433
- Language: Dockerfile
- Homepage:
- Size: 47.9 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
Tweak the rtl_433.config.example to your liking and expose it to the container if you wish to override the default settings.### Example docker-compose
```yaml
version: '3.2'
services:
thermopro_mqtt:
container_name: thermopro_mqtt
image: ghcr.io/aneisch/rtl_433_mqtt:latest
restart: 'no'
devices:
- '/dev/rtl_433:/dev/bus/usb/003/002'
volumes:
- '/opt/433_mqtt/rtl_433_config.example:/etc/rtl_433/rtl_433.conf'
```