eea55da0affaabced6706433fd9340c720f9b30f
Run a specific configuration with privileged to access to USB device:
docker run --rm --net host --privileged -v ./:/config -it ghcr.io/esphome/esphome run betta-tank.yaml
Or Sulawesi tank:
docker run --rm --net host --privileged -v ./:/config -it ghcr.io/esphome/esphome run sulawesi-tank.yaml
Wiring
BMP280:
- VCC -> 3.3V
- GND -> GND
- SDA -> D1
- SCL -> D2
- SD0 -> GND (see https://github.com/esphome/issues/issues/6213)
DS18B20:
- VCC -> 3.3V
- GND -> GND
- DQ -> D6
Description
