Kraego / OpenDTU-Grafana-Stack

A docker compose stack to monitor opendtu (https://github.com/tbnobody/OpenDTU) data in grafana
MIT License
14 stars 4 forks source link

Can you explain how to get theses values ? #4

Closed madjuju closed 1 year ago

madjuju commented 1 year ago
image

Can we get them in grafana ?

Kraego commented 1 year ago

Yes. You can change the Telegraf configuration to do that. Add the desired topics to the subscription. Then you can query the data from influx in grafana

madjuju commented 1 year ago

Mqtt explorer show me the value

image

My Telegraf conf is :

Topics that will be subscribed to.

topics = [ "solar/+/status/+", "solar/+/0/+", "solar/+/1/+", "solar/+/2/+" ]

But l don't find the values in influxdb (Newbie l'm)