No project description provided
Project description
sgp30-exporter
Exports air quality readings from Pimoroni SGP30 to Prometheus.
This exporter uses pimoroni-sgp30 to obtain data.
Installation
pip install sgp30-exporter
Running
sudo sgp30-exporter
This will serve metrics at http://0.0.0.0:9895/metrics
.
Note that sudo
is required to give SGP30 read-write access to the /dev/i2c
interface.
You can make Prometheus scrape these with this scrape config:
scrape_configs:
- job_name: "sgp30"
static_configs:
- targets: ["<the IP of your exporter host>:9895"]
labels:
location: "bedroom"
0.2.1
- CLI help test assertion less picky about help format.
0.2.0
- Introduced the
sgp30-exporter
CLI application. Makes it easier to run this exporter. - Exporting metrics on port
9895
by default.
0.1.2
- Bugfix: try to reconnect even if initialization failed.
0.1.1
- Bugfix: reconnect to the SGP30 device on I/O failure.
0.1.0
- Initial release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sgp30-exporter-0.2.1.tar.gz
(5.7 kB
view details)
File details
Details for the file sgp30-exporter-0.2.1.tar.gz
.
File metadata
- Download URL: sgp30-exporter-0.2.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b213c0e2bb0de4e7c4661a938b40b16bc0814d699ec13318729dd8602984304 |
|
MD5 | d6aa6fc7c009be6d35ea3fd27d7924b4 |
|
BLAKE2b-256 | 31c14457d52b258cc5b2ddbb439d4188864b33bb3ba188aadc6d7342d6ab7ed4 |