Closed roumano closed 5 years ago
On grafana, it's useful to have a table with Power Consumption Values per day like you did with Power Consumption Values per 30min
Power Consumption Values per day
Power Consumption Values per 30min
i have created it with duplicate Power Consumption Values per 30min with small modification :
"SELECT sum("value") FROM "conso_elec" WHERE $timeFilter GROUP BY time(1d) fill(null)"
YYYY-MM-DD
20000,30000
Thanks you for you very useful work !
Do you want to push / merge your changes on master ? I'm open to add it into dashboard grafana sample ;) Just to do a MR !
On grafana, it's useful to have a table with
Power Consumption Values per day
like you did withPower Consumption Values per 30min
i have created it with duplicate
Power Consumption Values per 30min
with small modification :"SELECT sum("value") FROM "conso_elec" WHERE $timeFilter GROUP BY time(1d) fill(null)"
YYYY-MM-DD
20000,30000
Thanks you for you very useful work !