-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathVitoconnectOpto1.json
65 lines (65 loc) · 1.78 KB
/
VitoconnectOpto1.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
{
"data": [
{
"apiVersion": 1,
"commands": {},
"feature": "gateway.devices",
"gatewayId": "################",
"isEnabled": true,
"isReady": true,
"properties": {
"devices": {
"type": "DeviceList",
"value": [
{
"fingerprint": "xxx",
"id": "gateway",
"modelId": "Heatbox1",
"modelVersion": "xxx",
"name": "Heatbox 1, Vitoconnect",
"roles": [
"type:gateway;VitoconnectOpto1",
"type:legacy"
],
"status": "online",
"type": "vitoconnect"
},
{
"fingerprint": "xxx",
"id": "0",
"modelId": "VScotHO1_40",
"modelVersion": "xxx",
"name": "VT 200 (HO1A / HO1B)",
"roles": [
"type:boiler",
"type:legacy",
"type:product;VScotHO1"
],
"status": "online",
"type": "heating"
}
]
}
},
"timestamp": "2023-12-25T04:01:00.448Z",
"uri": "https://api.viessmann.com/iot/v1/features/installations/#######/gateways/################/features/gateway.devices"
},
{
"apiVersion": 1,
"commands": {},
"feature": "gateway.wifi",
"gatewayId": "################",
"isEnabled": true,
"isReady": true,
"properties": {
"strength": {
"type": "number",
"unit": "",
"value": -69
}
},
"timestamp": "2023-12-26T20:44:41.417Z",
"uri": "https://api.viessmann.com/iot/v1/features/installations/#######/gateways/################/features/gateway.wifi"
}
]
}