bruvv / LILYGO-T-Higrow-Esphome

GNU General Public License v2.0
32 stars 14 forks source link

[Question] Why do we need to convert lux sensor measure? #22

Closed pando85 closed 3 months ago

pando85 commented 6 months ago

Hey, thanks for this great repository.

I would like to understand why we should add this code in bh1750:

    # convert to illuminance
    filters:
      - lambda: |-
          return x * 200.0;

Thanks!

bruvv commented 4 months ago

I do not use the BH1750 so I got that code somewhere from the internet so I cannot help with that.