Skip to content

Commit 6f4e06d

Browse files
authored
Update README.md
1 parent ff4e0c1 commit 6f4e06d

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# RTL_433 Thermopro MQTT container
22
<a href="https://www.buymeacoffee.com/aneisch" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-black.png" width="150px" height="35px" alt="Buy Me A Coffee" style="height: 35px !important;width: 150px !important;" ></a><br>
33

4-
By default, listens for temperature messages from Thermopro and
5-
publishes to MQTT. Can be configured to listen for other device broadcasts.
6-
74
## Usage
5+
Tweak the rtl_433.config.example to you liking and expose it to the container if you wish to override default settings.
86

97
### Example docker-compose
108

@@ -14,16 +12,10 @@ services:
1412
thermopro_mqtt:
1513
container_name: thermopro_mqtt
1614
image: aneisch/rtl_433_mqtt:latest
17-
environment:
18-
- MQTT_SERVER=10.0.1.22
19-
- MQTT_PORT=1883
20-
- TOPIC=sensor/thermopro
21-
# 97 = Thermopro https://github.com/merbanan/rtl_433/blob/master/README.md
22-
- RTL_433_DEVICE=97
23-
# Customary, si, or native (default)
24-
- UNITS=customary
2515
restart: 'no'
2616
devices:
2717
- '/dev/rtl_433:/dev/bus/usb/003/002'
18+
volumes:
19+
- '/opt/433_mqtt/rtl_433_config.example:/home/rtl_433/.config/rtl_433.conf'
2820
```
2921

0 commit comments

Comments
 (0)