grafana / mqtt-datasource

MQTT Datasource for Grafana allows streaming data from any MQTT broker running either locally or remotely.
Apache License 2.0
168 stars 49 forks source link

send MQTT messages from html panel #65

Open DonatoD opened 1 year ago

DonatoD commented 1 year ago

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 would be great if you could make available a standard command to do it.

atmatecnologia commented 5 months ago

up

Nocccer commented 5 months ago

Working on a way to publish data back to mqtt by sending a different query to the mqtt datasource. Currently there are no panels public that allow this feature. I builded my own but i don't know if i make it public because it is to specific. Anyway i will open a pull request soon to allow publishing data via send query to the mqtt datasource.

There is the button panel plugin which allows sending querys to datasources which could be used for my change.

NiklasCi commented 4 months ago

93