An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# RTL_433 Container
Buy Me A Coffee

## 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'
```