mqtt-datasource icon indicating copy to clipboard operation
mqtt-datasource copied to clipboard

MQTT Datasource for Grafana allows streaming data from any MQTT broker running either locally or remotely.

Results 75 mqtt-datasource issues
Sort by recently updated
recently updated
newest added

Hello, When I send a base64 encoded image to a topic, I get the following error in the plugin: `logger=plugin.grafana-mqtt-datasource t=2024-07-22T17:04:36.467584207Z level=error msg="error parsing message" error="invalid value"` Is it possible...

Good day, I am using this plugin to display live data. I can get it to display multiple values when the message is json and contains a name/value pair for...

It seems a dashboard built with this plugin cannot be externally shared, I assume there's a technical reason behind this - can someone clarify for my curiosity? It would be...

If the topic contains the "%" character, no data is received, even if the mqtt protocol support it. I think PR #112 could resolve the issue.