Publish data from the bme680 sensor over MQTT using micropython. Makes use of:
- https://github.com/gkluoe/bme680/blob/master/library/bme680/i2c.py
- https://github.com/pimoroni/bme680
Am using in my leak sensor rig:
- https://www.hackster.io/robin-cole/micropython-leak-detector-with-adafruit-and-home-assistant-a2fa9e
Note that I init my wifi connection in a boot.py.