This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
Releases: trvrnrth/esphome-bsec-bme680
Releases · trvrnrth/esphome-bsec-bme680
1.2.0
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
1.1.0
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.