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
- Host: GitHub
- URL: https://github.com/lierdakil/co2mon
- Owner: lierdakil
- License: mit
- Created: 2024-08-15T10:33:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T13:21:44.000Z (10 months ago)
- Last Synced: 2025-01-19T13:45:35.992Z (5 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.