alex-schaaf / -rpi-enviro-sensor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpi-enviro-sensor

Software to read out sensor data from a Enviro(+) sensor hat on a Raspberry Pi Zero WH and serving readings for Prometheus.

Installation

Installation is best done using the official one-liner provided by pimoroni:

curl -sSL https://get.pimoroni.com/enviroplus | bash

Then install the Python client for Prometheus:

pip install prometheus-client

Run

nohup ./exporter.py &

To find the process use ps ax | grep exporter.py to get the process ID. To stop the execution run kill <process id>

About


Languages

Language:Python 100.0%