forked from webdes03/Grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SmartThings_ContactSensor.json
123 lines (123 loc) · 2.18 KB
/
SmartThings_ContactSensor.json
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
{
"cacheTimeout": null,
"colorBackground": true,
"colorValue": false,
"colors": [
null,
"rgba(191, 30, 45, 1)",
"rgba(119,170,51, 1)"
],
"datasource": null,
"format": "none",
"gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"height": "60px",
"hideTimeOverride": true,
"id": 1,
"interval": "",
"links": [],
"mappingType": 1,
"mappingTypes": [
{
"name": "value to text",
"value": 1
},
{
"name": "range to text",
"value": 2
}
],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [
{
"from": "null",
"text": "N/A",
"to": "null"
}
],
"repeat": null,
"span": 2,
"sparkline": {
"fillColor": "rgba(255, 255, 255, 0.25)",
"full": false,
"lineColor": "rgba(255, 255, 255, 0.5)",
"show": false
},
"tableColumn": "",
"targets": [
{
"dsType": "influxdb",
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"previous"
],
"type": "fill"
}
],
"measurement": "contact",
"orderByTime": "ASC",
"policy": "autogen",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"valueBinary"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "deviceName",
"operator": "=",
"value": "Garage Door"
}
]
}
],
"thresholds": "0,1",
"timeFrom": null,
"timeShift": null,
"title": "GARAGE DOOR",
"transparent": true,
"type": "singlestat",
"valueFontSize": "70%",
"valueMaps": [
{
"op": "=",
"text": "OPEN",
"value": "0"
},
{
"op": "=",
"text": "CLOSED",
"value": "1"
}
],
"valueName": "current"
}