https://github.com/fleaz/mqtt2influx
Subscribe to an mqtt topic and push the received values to an influxdb
https://github.com/fleaz/mqtt2influx
hacktoberfest
Last synced: over 1 year ago
JSON representation
Subscribe to an mqtt topic and push the received values to an influxdb
- Host: GitHub
- URL: https://github.com/fleaz/mqtt2influx
- Owner: fleaz
- Created: 2018-04-14T22:39:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T01:42:10.000Z (over 3 years ago)
- Last Synced: 2025-01-18T07:48:10.293Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Go
- Size: 19.5 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/esper-hub/esper) firmware
and publish the measurements of the sensor via MQTT. This is perfectly fine to integrate them into [Home Assistant](https://github.com/home-assistant/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](https://github.com/grafana/grafana).