No project description provided
Project description
Raspberry Pi DHT22 Prometheus Exporter
Exports DHT22 temperature and humidity readings in a format readable by Prometheus.
Installation
pip install rpi-dht-22-exporter
Running
rpi-dht22-exporter --pin-number <gpio pin number>
This will serve metrics at http://0.0.0.0:9894/metrics
.
You can make Prometheus scrape these with this scrape config:
scrape_configs:
- job_name: 'dht22@<the IP of your Raspberry Pi>'
static_configs:
- targets: ['<the IP of your Raspberry Pi>:9894']
labels:
location: 'bedroom'
2.0.1
- CLI help test assertion less picky about help format.
2.0.0
- Introduced the
rpi-dht22-exporter
CLI tool.
1.0.0
- Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rpi-dht22-exporter-2.0.1.tar.gz
.
File metadata
- Download URL: rpi-dht22-exporter-2.0.1.tar.gz
- Upload date:
- Size: 4.2 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.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59585ea08e164dc9635cefb647e3ed8c4ad2d0ba43cc303ca57a086a129f723a |
|
MD5 | 2d226d89a2157cdd905491f76c9bf812 |
|
BLAKE2b-256 | d1f7be2dcca54a1fbad8b9c157fe6fab07b734ced549a8f597cac97330d03cd6 |