Hi,
do you know some open source dashboard that have widgets that can subscribe to HiveMQ CE to draw real time graphs?
I have to show real time lectures of data coming from thermometers and water meters.
Thank you very much
Claudio
Hi,
do you know some open source dashboard that have widgets that can subscribe to HiveMQ CE to draw real time graphs?
I have to show real time lectures of data coming from thermometers and water meters.
Thank you very much
Claudio
Hi,
You could use Grafana along with InfluxDb.
Something like this: http://nilhcem.com/iot/home-monitoring-with-mqtt-influxdb-grafana
Aditionally you could use Telegraf that helps you collect MQTT data and feed it into the InfluxDb.
LG
Hi @ioclaudio,
as @PremiumBurger correctly said you can use Influxdb (or Prometheus) to collect the metrics and display them with Grafana.
To help you get started I recommend one of the blog posts below:
Greetings,
Michael from the HiveMQ team