An open API service indexing awesome lists of open source software.

https://github.com/lierdakil/co2mon

Simple daemon to publish Prometheus metrics from a cheap CO2 monitor
https://github.com/lierdakil/co2mon

Last synced: 3 months ago
JSON representation

Simple daemon to publish Prometheus metrics from a cheap CO2 monitor

Awesome Lists containing this project

README

        

# Simple daemon to publish Prometheus metrics from a cheap CO2 monitor

This is basically RIIR of . Except I'm
too lazy to write a nice web UI, so it instead publishes Prometheus metrics,
which can then be visualized in Grafana. The dashboard is trivial, but you can
find it in `dashboard.json`.

## Additional references

The legwork of figuring out the monitor's protocol is done in
. Many thanks for that.