This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
forked from christocomm/homebridge-ecowitt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
60 lines (60 loc) · 1.51 KB
/
config.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
{
"bridge": {
"name": "Homebridge 131D",
"username": "0E:75:24:A5:13:1D",
"port": 51849,
"pin": "873-03-075",
"advertiser": "ciao"
},
"accessories": [],
"platforms": [
{
"mac": "7C:87:CE:BE:A8:35",
"port": 8081,
"path": "/data/report/",
"ws": {
"hide": false,
"uv": {
"hide": false,
"threshold": 6
},
"solarradiation": {
"hide": false,
"luxFactor": 126.7
},
"wind": {
"units": "beaufort",
"speedThreshold": 1,
"gustThreshold": 3,
"maxDailyGustThreshold": 8
},
"rain": {
"units": "mm"
}
},
"thbin": {
"hide": false
},
"th": {
"hide": false
},
"soil": {
"hide": false
},
"leak": {
"hide": false
},
"pm25": {
"hide": false
},
"lightning": {
"hide": false,
"units": "km"
},
"platform": "Ecowitt"
}
],
"disabledPlugins": [
"homebridge-ewthst"
]
}