Hello, I was able to switch to Dak0r's plugin with the enhanced Plotly graph plugin, and visually things look right. However, I'm no longer able to read the SI7021 sensor I have connected. When I was using the original Enclosure plugin, the sensor wasn't successfully communicating until I turned off the "Use SUDO" option. Now, I can't get the sensor to read with or without that setting, but I can confirm that I can communicate with the sensor using the system python installation still.
I can see that in the logs I have the exception
2021-02-28 18:43:04,377 - octoprint.plugins.enclosure - INFO - Failed to execute python scripts, try disabling use SUDO on advanced section of the plugin.
2021-02-28 18:43:04,378 - octoprint.plugins.enclosure - WARNING - An exception of type TypeError occurred on log_error. Arguments:
("a bytes-like object is required, not 'str'",)
Was this python 3 thing fixed in the main enclosure plugin, but not yet in the fork?
Thank you!