Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x46616c6b/airquality-exporter
The airquality-exporter provides metrics from environmental sensors to give insights about the airquality in a room.
https://github.com/0x46616c6b/airquality-exporter
airquality airquality-sensor bme280 prometheus-exporter sgp30
Last synced: 25 days ago
JSON representation
The airquality-exporter provides metrics from environmental sensors to give insights about the airquality in a room.
- Host: GitHub
- URL: https://github.com/0x46616c6b/airquality-exporter
- Owner: 0x46616c6b
- License: gpl-3.0
- Created: 2021-02-21T18:48:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T11:07:07.000Z (over 1 year ago)
- Last Synced: 2024-06-21T09:43:45.788Z (5 months ago)
- Topics: airquality, airquality-sensor, bme280, prometheus-exporter, sgp30
- Language: Go
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Airquality Exporter [![Integration](https://github.com/0x46616c6b/airquality-exporter/actions/workflows/integration.yml/badge.svg)](https://github.com/0x46616c6b/airquality-exporter/actions/workflows/integration.yml) [![Quality](https://github.com/0x46616c6b/airquality-exporter/actions/workflows/quality.yml/badge.svg)](https://github.com/0x46616c6b/airquality-exporter/actions/workflows/quality.yml)
The airquality-exporter provides metrics from environmental sensors to give insights about the airquality in a room. The exporter requires the environmental sensors [BME280](https://www.bosch-sensortec.com/products/environmental-sensors/humidity-sensors-bme280/) (for temperature, humidity and pressure) and [SGP30](https://www.sensirion.com/de/umweltsensoren/gassensoren/sgp30/) (carbon dioxide and volatile organic compounds).
## Development
Build the exporter
```shell
go build -v
```Run the exporter
```shell
go run ./...
```