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

Variables as Topic #63

Open DonatoD opened 1 year ago

DonatoD commented 1 year ago

Hi, I'm trying to use variables as topic. I've tryed several syntax without success. Is it a problem related to Grafana or to the plugin itself? I've installed the officilia mqtt datasource plugin directly from within grafana 9.3.2 Thanks

nfriacowboy commented 1 year ago

@DonatoD any progress? I'm trying to do the same and no success yet

DonatoD commented 1 year ago

That I know, there is no progress on this topic unfortunately :-(

comsky commented 6 months ago

Same here. I want to use dashboard variables as a topic, but doesn't seem to be supported yet.

ArchiZ0 commented 6 months ago

Does anybody know if this official Grafana Labs plugin is still supported?

I was trying to use dynamic topic and found this thread... and it look like, as everybody mentionned here so far, there's no way to use variable in the topic.

I already start working on a quick MQTT to websocket bridge (not MQTT over websocket that already exist in many broker implementations) so I can use the websocket datasource plugin instead until the dynamic topic is officially implemented.

Let me know if somebody has more news or ETA about this