trvrnrth / esphome-bsec-bme680

ESPHome component for the Bosch BME680 sensor via BSEC providing temperature, humidity, pressure and indoor air quality measurements.
85 stars 17 forks source link

BSEC-BME680 does not compile in ESPHOME / Homeassistant #47

Closed caddyblack closed 2 years ago

caddyblack commented 2 years ago

Since the latest ESPHOME update I cannot compile without errors. Same code did compile before. Screenshot_20211023-163242_Chrome

trvrnrth commented 2 years ago

Since the component is in core now you'll want to be using that version now (although I believe there might also be an issue with the latest version there too at the moment!) as it should be in step with the latest changes.

trvrnrth commented 2 years ago

Just a quick update that I've checked up on the issue reported against the core component with the latest version and can't reproduce it so you should be good to go. I should perhaps make the note about using the core component now a bit bigger in the readme!

caddyblack commented 2 years ago

Indeed, by removing the bme680_bsec from the /esphome/custom_components directory the script now compiles OK. Thanks for your feedback.