esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
292 stars 36 forks source link

https://esphome.io/components/sensor/bme280.html example uses wrong address for sensor #3442

Open ldhagen opened 2 years ago

ldhagen commented 2 years ago

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

sensor:
  - platform: bme280
    temperature:
      name: "BME280 Temperature"
      oversampling: 16x
    pressure:
      name: "BME280 Pressure"
    humidity:
      name: "BME280 Humidity"
    address: 0x77
    update_interval: 60s

Anything in the logs that might be useful for us?

communication with BME280 failed!

Additional information

Lots of folks failing with example address of 77 but some figured out they needed 76.

github-actions[bot] commented 2 years ago

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.

ssieb commented 2 years ago

The default address on the Adafruit one is 0x77. The esphome docs also specifically say that it might be 0x76.