MQTT to InfluxDB 2.0

Hi,
is InfluxDB 2.0 supported by mqtt2influxdb?
If so, how to set up it properly?

Thank you,
Peter

1 Like

Hi,
I solved it by telegraf.
telegraf.conf

[[inputs.mqtt_consumer]]
servers = [“tcp://localhost:1883”]
topics = [“node/#”
]
data_format = “value”
data_type = “float”

Hi Peter, thanks for the tip.

Sorry for delayed reply. We are working on mqtt2influx right now, fixed some issues, added tests. Influx 2.0 is the next task, we hope to add it soon. (FIY @Karel)