Hello,
I’ve previously used Tasmota and wanted to switch to ESPHome. Now I’ve replaced the firmware in several devices.
On one of my Sonoff Basics I’ve connected a BME280 Temperature/Humidity sensor. I tried the below configuration but it doesn’t recognize the sensor.
i2c:
sda: GPIO3
scl: GPIO1
scan: True
sensor:
- platform: bme280
temperature:
name: "BME280 Temperature"
oversampling: 16x
pressure:
name: "BME280 Pressure"
humidity:
name: "BME280 Humidity"
address: 0x77
update_interval: 60s