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

Need help getting it to work with docker #11

Closed F3ELING1337 closed 3 years ago

F3ELING1337 commented 3 years ago

Hello, maybe I'm too dumb to get it to compile but I've followed the instructions and created a "custom_components" folder under /config and copied the bme680_bsec folder in it. When I try to compile I get an error saying:

Component sensor.bme680_bsec requires component bme680_bsec.

I'm running ESPHome Dashboard with docker (esphome/esphome:latest).

Maybe the docker version doesn't support "custom_components" folder? Thanks in advance for your help!

F3ELING1337 commented 3 years ago

My bad: Forgot the part

bme680_bsec:
    # i2c address override (default is 0x76)
    address: 0x77

    # Temperature offset if device is in enclosure and reads too high (default is 0)
    temperature_offset: 0.9

    # Mode for IAQ sensors if device is mobile (default is static)
    iaq_mode: mobile

    # Interval at which to save BSEC state (default is 6 hours)
    state_save_interval: 4h

Sorry for cluttering.