Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 ./...
```