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

hi, i am using grafana latest version in docker container and the latest mqtt-plugin. my mqtt-publisher is mosquitto in another docker container. mqtt is fully functional (other containers are publishing...

Can we get a readme with actual working instruction? I'm going through issues threads and still can't find a working instruction.

Hi, „yarn build“ fails with „grafana-toolkit: not found“. The plugin „grafana-toolkit“ is deprecated. I was not able to modify/correct the build process with new plugin tool (https://grafana.com/developers/plugin-tools/migration-guides/migrate-from-toolkit). Any hints /...

I got the plugin installed (using grafana 9.3.1) on ubuntu 20.04 Added the data source, (using password auth) and got it correctly connected. ![image](https://user-images.githubusercontent.com/11900154/207656020-9564b115-34c7-446c-90de-5e0b80a45473.png) No data is received on test...

This PR adds support for - variable support via overwriting the `applyTemplateVariable` function of the class `DataSource`. - Now topics can contain variables. E.g.: `tlm/${Device}/measurement` - Single selection and all...

This PR adds support to publish data via the datasource by sending a different payload. This can be used by plugins like [Buttons Panel](https://grafana.com/grafana/plugins/speakyourcode-button-panel/) or [Data Manipulation](https://grafana.com/grafana/plugins/volkovlabs-form-panel/). Publish timeouts after...

Hi, once the datasource is installed and connected to the broker, there is a way to send MQTT messages from the html panel. Since the library is already installed, it...

While using MQTT as a data source, I want to filter the dashboard panels using variable filters can this feature be added in the Plugin.? For example while using druid...

My use case is I have a bunch of sensors that publish temperature (example) to sensors/inside/temperature sensors/outside/temperature sensors/thing1/temperature sensors/thing2/temperature which is easy to subscribe using syntax 'sensors/+/temperature', but then I'd...

I'm trying to use both wildcards to define my topic to get multiple variable values through the plugin onto Grafana. This doesn't seem to be working for me. I couldn't...