Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 941 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 941 Bytes

Airquality Exporter Integration Quality

The airquality-exporter provides metrics from environmental sensors to give insights about the airquality in a room. The exporter requires the environmental sensors BME280 (for temperature, humidity and pressure) and SGP30 (carbon dioxide and volatile organic compounds).

Development

Build the exporter

go build -v

Run the exporter

go run ./...