bruvv / LILYGO-T-Higrow-Esphome

GNU General Public License v2.0
30 stars 14 forks source link

BME280 sensor package not working properly #10

Closed Ryan-Witt closed 1 year ago

Ryan-Witt commented 1 year ago

The BME280 package has a couple small issues.

  1. The package definition has a typo (unclude instead of include).
  2. The sensor itself doesn't have setup_priority defined. This leads esphome to try and enable the sensor before i2c, causing communication issues.
  3. The BME280 sensors are reported without a devicename prefix.