You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authors: Daniele Ortu, Gabriele Merlin, Gianmarco Cherchi and Riccardo Scateni (University of Cagliari, Italy)
3
2
4
3
This plugin is part of the TDM project (http://www.tdm-project.it) and it has been presented during the STAG 2019 scientific conference (http://stag2019.crs4.it) with the poster "Design and Implementation of a Visualization Tool for the in-depth Analysis of the Domestic Electricity Consumption".
SingleStatTDM is a modified version Grafana’s native singlestat panel. The goal was to show your current consumption with your average consumption, your maximum and minimum and also show your average consumption put in relation to the consumption of a given area.
20
16
21
17
Limits of native panel
22
18
The original singlestat did not allow to obtain all dynamic value, the only dynamic value was the average (inserted through query), while the maximum, the minimum and the threshold values were inserted through the interface (statically).
23
19
24
-
What’s new
20
+
### What’s new?
21
+
25
22
This version of SingleStat Panel allows to insert 4 queries to manage data on Panel. This query allows to obtain all dynamic values:
26
23
first query: retrieve the main value of panel
27
24
second query: retrieve maximum value
@@ -30,10 +27,12 @@ third and four query: retrieve average values or other significant comparison va
30
27
A legend has also been added for better understanding and the legend labels can be modified through the interface.
31
28
32
29
33
-
###################
34
-
Setup on Grafana(Windows)
35
-
###################
30
+
## Setup on Grafana(Windows)
36
31
37
32
To use this plugin inside Grafana it is necessary to download it, unzip it and insert it into Grafana installation folder: grafana-5.4.2 -> data -> plugins
38
33
To configure it on Grafana you need the support to a database as Influxdb or similar. After database configuration, the query must be entered as in the old plugin, but in this modified plugin 4 queries are needed.
39
34
35
+
## Authors
36
+
Daniele Ortu, Gabriele Merlin, Gianmarco Cherchi and Riccardo Scateni
0 commit comments