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

Component not found: v gas_resistance. #38

Closed skywluke closed 3 years ago

skywluke commented 3 years ago

Hi! First of all thank you for your effort! I had a problem during validate: Failed config v gas_resistance: Component not found: v gas_resistance. What is your oppinion? Thanks!

trvrnrth commented 3 years ago

If you post your config I can probably point out the issue.

skywluke commented 3 years ago

The BME680 one and only device on wemos d1 mini pro. I just copy everything from your "Advanced configuration". Before that, these lines in the config:

esphome: name: wemos_3 platform: ESP8266 board: d1_mini

wifi: manual_ip: captive_portal: logger:

i2c: scl: D1 sda: D2 scan: True id: bus_a

Many thanks!

trvrnrth commented 3 years ago

That should be fine then. Could you triple check the indenting?

skywluke commented 3 years ago

It was my mistake, Holded the previous config until the new isn't working with hash mark. And one of hashmark was "v" instead of #. Sorry.... and many thanks for support!

trvrnrth commented 3 years ago

Glad you got it sorted :)

skywluke commented 3 years ago

Yes, when i cheked the indenting i found the missed config piece. Many Thanks!