kpetremann / mqtt-exporter

Simple generic MQTT Prometheus exporter for IoT working out of the box
https://hub.docker.com/r/kpetrem/mqtt-exporter
MIT License
103 stars 29 forks source link

Esphome #50

Closed kpetremann closed 1 year ago

kpetremann commented 1 year ago

Implements: #49

Description:

Add support of ESPHome.

After the commit:

topic + value: esp-weather-outdoor/sensor/temperature/state => 20 parsed topic: esphome_outdoor parsed value: {"temperature": 20.0}