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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -22,19 +22,19 @@ The following screenshots are provided to illustrate the possibilities available
22
22
23
23
A sample Grafana dashboard is shown below:
24
24
25
-

25
+

26
26
27
27
A single graph showing multiple overlayed circuits is shown below:
28
28
29
-

29
+

30
30
31
31
A graph query is shown below, showing a simple filter to pull data for a specific circuit.
32
32
33
-

33
+

34
34
35
35
Grafana also supports alerts, with a number of alert channels, such as Email or Slack.
36
36
37
-

37
+

38
38
39
39
# Configuration
40
40
The configuration allows for the definition of multiple Emporia Vue accounts. This will only be useful to users that need to pull metrics from multiple accounts. This is not needed if you have multiple Vue devices in a single account. Vuegraf will find multiple devices on its own within each account.
@@ -43,7 +43,7 @@ The email address and password must match the credentials used when creating the
43
43
44
44
Important: Ensure that sufficient protection is in place on this configuration file, since it contains the plain-text login credentials into the Emporia Vue account.
45
45
46
-
A [sample configuration file](../blob/master/vuegraf.json.sample"Sample Vuegraf Configuration File") is provided in this repository, and details are described below.
46
+
A [sample configuration file](vuegraf.json.sample"Sample Vuegraf Configuration File") is provided in this repository, and details are described below.
47
47
48
48
## Minimal Configuration
49
49
The minimum configuration required to start Vuegraf is shown below:
Use [Grafana](https://grafana.com"Grafana") to visualize the data collected by Vuegraf. A sample [dashboard.json](../blob/master/dashboard.json) file is provided with this project, to get started. If you only have one Vue device you should remove the Left/Right panel references.
130
+
Use [Grafana](https://grafana.com"Grafana") to visualize the data collected by Vuegraf. A sample [dashboard.json](dashboard.json) file is provided with this project, to get started. If you only have one Vue device you should remove the Left/Right panel references.
131
131
132
132
Refer to the screenshot below for examples on how to define the InfluxDB data source.
133
133
134
-

134
+

135
135
136
136
# License
137
137
138
138
Vuegraf is distributed under the MIT license.
139
139
140
-
See [LICENSE](../blob/master/LICENSE) for more information.
0 commit comments