Open ldhagen opened 2 years ago
Address 0x77 should be 0x76
2022.3.1
Docker
2022.7.4
ESP32
nodemcu
i2c
sensor: - platform: bme280 temperature: name: "BME280 Temperature" oversampling: 16x pressure: name: "BME280 Pressure" humidity: name: "BME280 Humidity" address: 0x77 update_interval: 60s
communication with BME280 failed!
Lots of folks failing with example address of 77 but some figured out they needed 76.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The default address on the Adafruit one is 0x77. The esphome docs also specifically say that it might be 0x76.
The problem
Address 0x77 should be 0x76
Which version of ESPHome has the issue?
2022.3.1
What type of installation are you using?
Docker
Which version of Home Assistant has the issue?
2022.7.4
What platform are you using?
ESP32
Board
nodemcu
Component causing the issue
i2c
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
Lots of folks failing with example address of 77 but some figured out they needed 76.