Dear all,
I've connected (successfully) BME280 temp/humi sensor.
I've tested it running
i2cdetect -y 1
It spat out 76
and then
wget https://bitbucket.org/MattHawkinsUK/rpispy-misc/raw/master/python/bme280.py
python bme280.py
It Gave me pressure, temp and humi values no problem.
But when I'm trying to enter this to Enclosure plugin configuration it does nothing.
Do you have any ideas what I did wrong?