Using BH1750 light sensor in Hass.io

When trying to connect my BH1750 light sensor to Home Assistant it doesn’t seem to show up.
Could it be that Hass.io does not support this sensor? The docs page mentions some setup but that only applies to Hassbian.

I have it wired up like this:


And set up like this:

sensor:
  - platform: bh1750

Nope. Hassio does not support it. Had the same problem. The only solution I’ve found is to connect the sensor to another Pi or ESP and use a python script to serve the data up to HA via MQTT. My spare Pi arrives in a few days.

Or use Home Assistant installed via another method than HASSIO.

1 Like

Ah damn. That’s a real shame, will see if I still want it then and set it up with aRest instead. Thanks!

If you still need it, here’s how I did it: How to enable I2C on hass.io / resin.io

1 Like