Esphome Bsec Bme680 Versions Save

ESPHome component for the Bosch BME680 sensor via BSEC providing temperature, humidity, pressure and indoor air quality measurements.

v1.2.0

3 years ago

Feautures and Improvements

  • It is now possible to run the gas-related sensors in ULP (Ultra Low Power) mode sampling every 5 minutes whilst the Temparature, Pressure and Humidity sensors are still run in LP (Low Power) mode sampling every 3 seconds (#41)
  • Provides sensor device classes for compatibility with ESPHome 1.17.0

v1.1.0

3 years ago

Feautures and Improvements

  • The component now interfaces more directly with the BSEC library which has allowed for removal of a blocking delay in the main component loop. This greatly improves performance and operation within the ESPHome ecosystem. (#31)

Breaking Changes

  • Support for reading from multiple sensors has been removed due to timing and state management complexities.

v1.0.1

3 years ago
  • Reduce RAM requirements for setup (#27)

v1.0.0

3 years ago

Initial release.