[Feature request] The BME280 has humidity sensor is it possible to display in the octopi software #379
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The temperature from a BME280 can displayed in the octopi webscreen. The humidity is also a great value to display. Can it make possible?
Many thanks.
Unfortunately I just disassembled my Enviro setup which uses the BME280 but if I'm not mistaken the humidity level was also visible from within the plug-in.
as far as I can tell from scrubbing trough the enclosure_plugin code, both values are passed on to OctoPrint/Dashboard.
So far my conclusion was that the Dashboard plugin does not display the humidity data, but havent dug in far enough into adding it my self (but it will happen).