Send data from influxdb to MQTT

Hello, a query has someone sent influxdb data to MQTT, what can I use to send said information?

Hello @fabianMol,
I’m not sure I understand. Are you trying to query MQTT with Flux in InfluxDB v2?
Are you trying to write data from MQTT to InfluxDB?
What version of InflluxDB are you using?
You can use the mqtt package:

Or here’s an example of how to use the MQTT telegraf plugin and write MQTT data to influxdb:

I am trying to send data from an influxdb version 2 bucket and publish it to an MQTT Brooker.