mqtt-datasource
mqtt-datasource copied to clipboard
MQTT Datasource for Grafana allows streaming data from any MQTT broker running either locally or remotely.
I am trying to configure a dashboard using the `$SYS/#` topic. Although there is support for special characters such as `#` and `+`, the $ character is still not supported,...
Hi my setup: - Grafana in a docker container at Synology DS216+II - flashMQ MQTT broker connection to MQTT server is green when I'm in my internal network and connect...
Use url-safe base64 encoding to encode the topic name. It allows subscribing to topics with special characters in the name, for example `$SYS/+`, etc. Fixes #111, #105, #90 **How to...
Channel messages contain duplicated values, because fields form the previous message wasn't cleared entirely (only half of the slice).
### **Issue:** No MQTT data is received in Grafana via TCP, despite the connection test being successful ("MQTT Connected") and the Grafana client showing up as 'Connected' in EMQX. ...
https://github.com/grafana/mqtt-datasource/issues/107
Add support for `Client ID` option. Fixes #88
Hello, the shelly products [https://www.shelly.com/](url) allow data to be send via mqtt protocol. topic: `shellyplusplugs-someid/status/switch:0` value: `{"id":0, "source":"init", "output":true, "apower":10.4, "voltage":234.5, "current":0.073, "aenergy":{"total":75861.628,"by_minute":[173.264,173.689,174.113],"minute_ts":1724310360},"temperature":{"tC":35.2, "tF":95.4}}` ":" generates an error - no...
I'm using mqtt data source, everything is working fine but all my values have the display name 'Value' and I can't find anything to rename them.
Hello—I'm using this MQTT plugin to visualize data coming from Eclipse Mosquito and have run into similar issues as others here—the window tends to stop scrolling. I have tried the...