Skip to content

Commit 457fe9f

Browse files
authored
Update README.md
1 parent 6995d92 commit 457fe9f

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
# Singlestat Panel - TDM modified version
2-
Authors: Daniele Ortu, Gabriele Merlin, Gianmarco Cherchi and Riccardo Scateni (University of Cagliari, Italy)
32

43
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".
54

6-
###################
7-
Native SingleStat Panel
8-
###################
5+
## Native SingleStat Panel
96

107
Read more about it here:
118
[http://docs.grafana.org/reference/singlestat/](http://docs.grafana.org/reference/singlestat/)
129
Copyright 2018 © Kenji Noguchi / Verizon Digital Media Services
1310
Copyright 2018 © Grafana Labs
1411

15-
###################
16-
Modified version of SingleStat Panel
17-
###################
12+
13+
## Modified version of SingleStat Panel
1814

1915
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.
2016

2117
Limits of native panel
2218
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).
2319

24-
What’s new
20+
### What’s new?
21+
2522
This version of SingleStat Panel allows to insert 4 queries to manage data on Panel. This query allows to obtain all dynamic values:
2623
first query: retrieve the main value of panel
2724
second query: retrieve maximum value
@@ -30,10 +27,12 @@ third and four query: retrieve average values or other significant comparison va
3027
A legend has also been added for better understanding and the legend labels can be modified through the interface.
3128

3229

33-
###################
34-
Setup on Grafana(Windows)
35-
###################
30+
## Setup on Grafana(Windows)
3631

3732
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
3833
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.
3934

35+
## Authors
36+
Daniele Ortu, Gabriele Merlin, Gianmarco Cherchi and Riccardo Scateni
37+
38+
University of Cagliari, Italy

0 commit comments

Comments
 (0)