vitormhenrique / OctoPrint-Enclosure

OctoPrint Enclosure Plugin
GNU General Public License v3.0
396 stars 201 forks source link

Support for Air quality sensors like SGP30 #407

Open pianetarosso opened 3 years ago

pianetarosso commented 3 years ago

Hi, I want to build an enclosure for my printer adding some Hepa and carbon filters. To monitor air quality I would like to have support for sensors like SGP30, an economic Tvoc sensor using I2c (datasheet https://www.mouser.it/datasheet/2/682/Sensirion_Gas_Sensors_SGP30_Datasheet-1843629.pdf )

I already found a library (here: https://github.com/pimoroni/sgp30-python ) to connect the sensor to Raspberry, but I need some support on how I can integrate it.

Thank you.