Skip to content

Exporter for Prometheus of MH-Z19 and BME680 using ESP32

Notifications You must be signed in to change notification settings

nasshu2916/ESP32_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Prometheus Exporter

It is an exporter for Prometheus of MH-Z19 and BME680 using ESP32.

Setting

Create WiFi credentials at wifi-credentials.hpp as follows:

const char *ssid = "<wifi ssid>";
const char *password = "<wifi password>";

The service runs on port 80. MH-Z19B communicates via hardware serial, with RX/TX using GPIO17 and GPIO16. BME680 communicates via I2C.

Necessary Library

About

Exporter for Prometheus of MH-Z19 and BME680 using ESP32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages