antxxxx
antxxxx
About
- Username
- antxxxx
- Joined
- Visits
- 1
- Last Active
- Roles
- Member
Comments
-
You dont even need the data_type. This is all I have in my config and it works great [[inputs.mqtt_consumer]] servers = [ "tcp://localhost:1883" ] topics = [ "glow/#" ] topic_tag = "glow" data_format = &…
-
You just need to put an MQTT input plugin configuration section into your telegraf.conf file - see https://www.influxdata.com/integration/mqtt-telegraf-consumer/ . The topic will be the topic you are sending data to, and the data_format should be se…