mqtt-datasource
mqtt-datasource copied to clipboard
MQTT Datasource for Grafana allows streaming data from any MQTT broker running either locally or remotely.
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.