-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathTCU300_ethernet.json
107 lines (107 loc) · 3.19 KB
/
TCU300_ethernet.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
{
"data": [
{
"apiVersion": 1,
"commands": {},
"feature": "gateway.devices",
"gatewayId": "################",
"isEnabled": true,
"isReady": true,
"properties": {
"devices": {
"type": "DeviceList",
"value": [
{
"fingerprint": "####",
"id": "gateway",
"modelId": "E3_TCU10_x07",
"modelVersion": "####",
"name": "TCU",
"roles": [
"capability:hems",
"capability:zigbeeCoordinator",
"type:E3",
"type:gateway;TCU300"
],
"status": "online",
"type": "tcu"
},
{
"fingerprint": "###",
"id": "HEMS",
"modelId": "E3_HEMS",
"modelVersion": "###",
"name": "Home Energy Management System",
"roles": [
"type:E3",
"type:virtual;hems"
],
"status": "online",
"type": "hems"
},
{
"fingerprint": "###",
"id": "RoomControl-1",
"modelId": "E3_RoomControl_One_525",
"modelVersion": "####",
"name": "E3_RoomControl_One_525",
"roles": [
"capability:monetization;FTDC",
"capability:monetization;OWD",
"capability:zigbeeCoordinator",
"type:E3",
"type:virtual;smartRoomControl"
],
"status": "online",
"type": "roomControl"
},
{
"fingerprint": "#####",
"id": "EEBUS",
"modelId": "E3_EEBus",
"modelVersion": "#####",
"name": "accessories",
"roles": [
"type:E3",
"type:accessory;eeBus"
],
"status": "online",
"type": "EEBus"
},
{
"fingerprint": "ecu;#####",
"id": "0",
"modelId": "E3_VitoCharge_03",
"modelVersion": "####",
"name": "E3 device",
"roles": [
"capability:hems",
"type:E3",
"type:ess",
"type:photovoltaic;Internal",
"type:product;Vitocharge"
],
"status": "online",
"type": "electricityStorage"
},
{
"fingerprint": "eebus:wallbox;########",
"id": "eebus-1",
"modelId": "E3_HEMS_VCS",
"modelVersion": "####",
"name": "Home Energy Management System",
"roles": [
"type:E3",
"type:accessory;vehicleChargingStation"
],
"status": "online",
"type": "vehicleChargingStation"
}
]
}
},
"timestamp": "2024-03-17T18:55:46.182Z",
"uri": "https://api.viessmann.com/iot/v1/features/installations/252756/gateways/################/features/gateway.devices"
}
]
}