mqtt to Telegraf/Influxdb

Hi,

I would like to store the mqtt messages sent by my FLM02 to an influxdb/Telegraf docker combo I have running.

I'm not so familiar with Telegraf and I'm having trouble letting it parse the messages my flukso sends out.

Has anyone tried this before?
Or is there a way to change the message format to JSON instead of the array style messages?

Best regards,
Jan

gebhardm's picture

You may use node-red (https://nodered.org/) to transform the message and send on. Just as an option. The same you may achieve with a tiny node.js app. There are plenty alternatives to achieve that. It's all just software ;-)