Update README.md

This commit is contained in:
House of Vanity
2023-10-30 22:47:28 +02:00
committed by GitHub
parent 5f9a5442db
commit 7b176cb4a9

View File

@ -1 +1,11 @@
# lywsd03mmc_exporter # Xiaomi Mi Temperature and Humidity Monitor 2 (LYWSD03MMC) prom exporter
```sh
docker run -d --name xiaomi_exporter \
--restart=always --net=host --privileged \
-t ultradesu/lywsd03mmc_exporter:latest \
python3 /app/bt_exporter.py \
--device 'A4:C1:38:54:AE:E0;guest_bedroom' \
--device 'A4:C1:38:79:9D:20;bedroom' \
--port 7536
```