enviroplus_exporter
enviroplus_exporter copied to clipboard
Prometheus exporter for enviroplus module by Pimoroni
would it be possible to run this program but also have the data uploaded to sensor.community at the same time, as the basic enviro-plus library does/is built to do? I...
Hi! is there anyway to compensate the temperature manually? I bought a heat dissipator but even so the temperature increases 10C
On https://grafana.com/grafana/dashboards/11605 you got a location of city hard-coded in PM10 (on Enviro Dashboard -> Particles -> Edit -> C (description of entry being pm10_{{location}} (dust, pollen, mould spores)) you...
Thanks alot for this great project, i am currently implementing 10x in a factory to measure pollution and this is helping us alot as we can control the HVAC much...
Any chance you can add an option to support the EnviroPhat board? Yes, old, crusty and deprecated, but there's a few still out there.
as requested in #4, I've added sound support. The method of including sound I chose was to use the [`get_noise_profile`](https://github.com/pimoroni/enviroplus-python/blob/ad9a01061fbed74742b3152960a79c8ccb82bc73/library/enviroplus/noise.py) function from enviroplus-python with the default values. >Returns a noise...
Hi, have You plan to add prometheus push? Because now I need have for raspberry public IP if I want to access for data by prometeus. I want to mesure...
Hello, When running the exporter, I noticed on a ZeroW it's pretty much pegging the CPU at 50% all the time. Looking at your code I can see that you're...
Can you add code to have the exporter provide the temperature as Fahrenheit? I know the conversion itself is a simply math problem, but I just don't yet understand python...
Container image needs rebuilding to pick up latest python base image, compatible with Raspberry Pi 5
Running the image published on GHCR works fine on an RPi4, but not an RPi5, where it fails with "exec: file format error". I'm assuming that's because the python interpreter...