-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shelly.yaml
195 lines (195 loc) · 4.41 KB
/
Shelly.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
name: Shelly
timeSelector: {}
sharedTimeInterval:
enabled: false
isLive: false
start: 1d
widgets:
4a943771-0f24-46dd-b353-8e3641451d8e:
x: 0
y: 10
height: 3
queryString: |-
#type="json-for-action"
| tail(1)
| table("data.device_status._updated")
visualization: single-value
end: now
start: 1d
width: 6
title: Data last updated
isLive: false
type: query
ef490a39-0472-46e7-9814-d59381b30d39:
x: 6
y: 4
height: 4
queryString: |-
#type="json-for-action"
| timechart(function=max("data.device_status.tmp.tC"))
end: now
start: 1d
width: 6
options:
legendTitle: degrees celsius
withXAxisTitle: false
colorPalette: monoBlue
labelAlign: center
includeHistogram: false
reversePalette: false
visualization: heat-map
title: Temperature Heatmap
isLive: false
type: query
d620510c-511a-4696-9ff4-5292a6524192:
x: 0
y: 13
height: 5
queryString: |-
tail(1) |
latf:=54.6046134 | lonf:=11.9519387 |
worldMap(lat=latf, lon=lonf)
end: now
start: 1d
width: 12
options:
magnitudeMode: none
fixedSize: 10
zLevel: 32.3
projection: orthographic
clon: 10
fixedOpacity: 81
clat: 55
visualization: world-map
title: Location
isLive: false
type: query
fc1e9fc1-2b35-4154-86a1-60130283fe8c:
x: 6
y: 8
height: 2
queryString: |-
#type="json-for-action" |
stats(function=[min("data.device_status.tmp.tC"), max("data.device_status.tmp.tC")]) |
rename("_min",as="Minimum temperature") |
rename("_max",as="Maximum temperature")
visualization: table-view
end: now
start: 1d
width: 6
title: Min and Max temperature
isLive: false
type: query
3302b09d-6d7c-44d6-a57f-717175f6eeba:
x: 0
y: 4
height: 4
queryString: |-
#type="json-for-action"
| timechart(function=max("data.device_status.tmp.tC"))
end: now
start: 1d
width: 6
options:
series: {}
legend: false
showDataPoints: false
connect-points: true
yAxisScale: linear
plotType: area
show-utc: false
imputation: lerp
yAxisTitle: degrees (celsius)
stacking: none
visualization: time-chart
title: Temperature Timechart
isLive: false
type: query
d79328ad-47da-4448-aed9-b10efa506219:
x: 0
y: 0
height: 4
queryString: |-
#type="json-for-action"
| timechart(function=max("data.device_status.tmp.tC"))
end: now
start: 1d
width: 6
options:
trend-value: abs
ct:
- bg: inherit
txt: var(--single-value-trend-negative-text-color)
v: 30
- bg: inherit
txt: var(--single-value-warning-text-color)
v: 20
- bg: inherit
txt: var(--single-value-trend-positive-text-color)
v: 7
- bg: inherit
txt: var(--single-value-warning-text-color)
v: 5
decimal-places: 1
color-method: threshold
sparkline-zero: true
use-colorised-thresholds: true
value-format: metric
default:
bg: inherit
txt: var(--single-value-trend-negative-text-color)
visualization: single-value
title: Temperature
isLive: false
type: query
6e6f7657-4bd9-49bb-a50b-0f31feec60c3:
x: 0
y: 8
height: 2
queryString: |-
#type="json-for-action"
| range("data.device_status.tmp.tC")
end: now
start: 1d
width: 6
options:
decimal-places: 1
default: {}
visualization: single-value
title: Temperature range
isLive: false
type: query
e74ee3cc-7d1b-4954-ab82-dccc50363252:
x: 6
y: 0
height: 4
queryString: |-
#type="json-for-action"
| timechart(function=max("data.device_status.hum.value"))
end: now
start: 1d
width: 6
options:
default: {}
visualization: single-value
title: Humidity
isLive: false
type: query
9e344004-b9b4-45d0-a2ab-3b7e07abac71:
x: 6
y: 10
height: 3
queryString: |-
#type="json-for-action"
| timechart(function=max("data.device_status.bat.value"))
end: now
start: 1d
width: 6
options:
connect-points: false
imputation: none
visualization: time-chart
title: Battery value in %
isLive: false
type: query
$schema: https://schemas.humio.com/dashboard/v0.17.0