stirlsilver
Results
2
comments of
stirlsilver
I had the same issue, I actually opened an issue a few posts earlier on how upgrading to Python 3 broke the sensor [here](https://github.com/vitormhenrique/OctoPrint-Enclosure/issues/466). Unfortunately I've not had any responses...
The approach by jx2014 worked for me. I simply used putty and did: ``` cd oprint/lib/python3.7/site-packages/octoprint_enclosure nano __init__.py ``` edited the line: `temp, hum = self.read_si7021_temp(sensor['temp_sensor_address'], sensor['temp_sensor_i2cbus'])` to `temp, hum...