Run a specific configuration with privileged to access to USB device: ```sh docker run --rm --net host --privileged -v ./:/config -it ghcr.io/esphome/esphome run betta-tank.yaml ``` Or Sulawesi tank: ```sh 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 ![Image of the wiring](IMG20241111220902.jpg)