kumaravel29 / grafana-sankey-panel

Sankey Diagram plugin for Grafana
MIT License
65 stars 12 forks source link

Troubleshoot with InfluxDB #65

Open quiet2754 opened 1 year ago

quiet2754 commented 1 year ago

Hello,

I would like to display a Sankey about the energy consumed in a building (grid & photovoltaic meter then repartition on level 1 sub meters then repartition on level 2 sub meters).

image

_field : Name of meters _value : 10' consumption value _time : time of the measure CommandName : information measure into this meter level : meter level (1=grid/PV, 2 main sub meters, 3 level-2 sub meters

The result is not correct. What is the table format to send to the plugin to reach the goal ?

Best regards