Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"sma/home-manager-2/device.json",
"spelsberg/wallbox-smart-pro/device.json",
"vaillant/arotherm-vwl-75:6a/device.json",
"vaillant/vr920/device.json",
"viessmann/vitoconnect/device.json"
]
27 changes: 27 additions & 0 deletions vaillant/vr920/device.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"product": "Vaillant VR920",
"updated": "19.02.2024",
"files": {
"discovery": "discovery-data.json",
"usecase": "usecase-data.json"
},
"versions": {
"firmware": "Unknown",
"ship": "1.0",
"spine": "1.1.1"
},
"devicetype": "Generic",
"features": [
{
"entitytype": "Generic",
"role": "client",
"features": [
{
"type": "Generic"
}
]
}
],
"notes": "This device only supports EEBUS use cases that are not open source and does not announce any of them."
}

327 changes: 327 additions & 0 deletions vaillant/vr920/discovery-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,327 @@
{
"data": [
{
"header": [
{
"protocolId": "ee1.0"
}
]
},
{
"payload": {
"datagram": [
{
"header": [
{
"specificationVersion": "1.1.1"
},
{
"addressSource": [
{
"device": "d:_i:42332_12345678912345678912345678A1_0"
},
{
"entity": [
0
]
},
{
"feature": 0
}
]
},
{
"addressDestination": [
{
"device": "d:_i:EnbilityNet_Devices-App-123456789"
},
{
"entity": [
0
]
},
{
"feature": 0
}
]
},
{
"msgCounter": 205
},
{
"msgCounterReference": 1
},
{
"cmdClassifier": "reply"
}
]
},
{
"payload": [
{
"cmd": [
[
{
"nodeManagementDetailedDiscoveryData": [
{
"specificationVersionList": [
{
"specificationVersion": [
"1.1.1"
]
}
]
},
{
"deviceInformation": [
{
"description": [
{
"deviceAddress": [
{
"device": "d:_i:42332_12345678912345678912345678A1_0"
}
]
},
{
"deviceType": "Generic"
},
{
"networkFeatureSet": "gateway"
},
{
"lastStateChange": "added"
}
]
}
]
},
{
"entityInformation": [
[
{
"description": [
{
"entityAddress": [
{
"entity": [
0
]
}
]
},
{
"entityType": "DeviceInformation"
}
]
}
],
[
{
"description": [
{
"entityAddress": [
{
"entity": [
1
]
}
]
},
{
"entityType": "Generic"
}
]
}
]
]
},
{
"featureInformation": [
[
{
"description": [
{
"featureAddress": [
{
"entity": [
0
]
},
{
"feature": 0
}
]
},
{
"featureType": "NodeManagement"
},
{
"role": "special"
},
{
"supportedFunction": [
[
{
"function": "nodeManagementDetailedDiscoveryData"
},
{
"possibleOperations": [
{
"read": []
}
]
}
],
[
{
"function": "nodeManagementSubscriptionRequestCall"
},
{
"possibleOperations": []
}
],
[
{
"function": "nodeManagementBindingRequestCall"
},
{
"possibleOperations": []
}
],
[
{
"function": "nodeManagementSubscriptionDeleteCall"
},
{
"possibleOperations": []
}
],
[
{
"function": "nodeManagementBindingDeleteCall"
},
{
"possibleOperations": []
}
],
[
{
"function": "nodeManagementSubscriptionData"
},
{
"possibleOperations": [
{
"read": []
}
]
}
],
[
{
"function": "nodeManagementBindingData"
},
{
"possibleOperations": [
{
"read": []
}
]
}
],
[
{
"function": "nodeManagementDestinationListData"
},
{
"possibleOperations": [
{
"read": []
}
]
}
]
]
}
]
}
],
[
{
"description": [
{
"featureAddress": [
{
"entity": [
0
]
},
{
"feature": 1
}
]
},
{
"featureType": "DeviceClassification"
},
{
"role": "server"
},
{
"supportedFunction": [
[
{
"function": "deviceClassificationManufacturerData"
},
{
"possibleOperations": [
{
"read": []
}
]
}
]
]
}
]
}
],
[
{
"description": [
{
"featureAddress": [
{
"entity": [
1
]
},
{
"feature": 0
}
]
},
{
"featureType": "Generic"
},
{
"role": "client"
}
]
}
]
]
}
]
}
]
]
}
]
}
]
}
}
]
}

Loading