Skip to content

Subscribe to an mqtt topic and push the received values to an influxdb

Notifications You must be signed in to change notification settings

fleaz/mqtt2influx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mqtt2influx

Subscribe to an mqtt topic and push the received values to an influxdb

Usecase

I have some ESP8266 boards with an BME280 sensor in my house to measure mainly temperature and humidty. These boards run the esper firmware and publish the measurements of the sensor via MQTT. This is perfectly fine to integrate them into Home Assistant, but not perfect for longer retention rates and to fulfill my secret passion for fancy graphs.

Therefore I wrote this tool, which subscribes to the defined MQTT topics, and pushes every received value into an InfluxDB. This way it can easily be used as a backend for Grafana.

About

Subscribe to an mqtt topic and push the received values to an influxdb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages