You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
HayWo cc40cb08c2
add /metrics endpoint
3 years ago
DHT_ESP_Beacon_Prometheus.ino add /metrics endpoint 3 years ago
README.md add /metrics endpoint 3 years ago
config.h add /metrics endpoint 3 years ago

README.md

Simple DHT ESP Beacon

Modify the config.h according to your setup!

The temperature value is available at: http://your.esp.ip.addr/temperature The humidity value is available at: http://your.esp.ip.addr/humidity The values in Prometheus format are available at: http://your.esp.ip.addr/metrics

If an error happens when reading the DHT-Sensor the returned value is 9999.99