in ZwaveJs-ui controlpanel click on node1 (controller) from there you can have a look at the advanced debug info.
There will be some kind of data like:
Code: Select all
{
"id": 1,
"name": "Controller",
"loc": "Meterkast",
"values": [
{
"id": "1-32-0-currentValue",
"nodeId": 1,
"toUpdate": false,
"commandClass": 32,
"commandClassName": "Basic",
"endpoint": 0,
"property": "currentValue",
"propertyName": "currentValue",
"type": "number",
"readable": true,
"writeable": false,
"label": "Current value",
"stateless": false,
"commandClassVersion": 0,
"min": 0,
"max": 99,
"list": false,
"isCurrentValue": true,
"lastUpdate": 1710169838623
}
],
"groups": [],
"neighbors": [
2,
3,
4,
5,
6,
7,
8,
9
],
"ready": true,
"available": true,
"hassDevices": {},
"failed": false,
"inited": true,
"eventsQueue": [
{
"time": "2024-03-11T15:10:38.613Z",
"event": "alive",
"args": [
0
]
},
{
"time": "2024-03-11T15:10:38.658Z",
"event": "ready",
"args": []
}
],
"status": "Alive",
"interviewStage": "Complete",
"priorityReturnRoute": {},
"customReturnRoute": {},
"customSUCReturnRoutes": [],
"applicationRoute": false,
"hexId": "0x0086 0x0001-0x005a",
"dbLink": "https://devices.zwave-js.io/?jumpTo=0x0086:0x0001:0x005a:1.1",
"manufacturerId": 134,
"productId": 90,
"productType": 1,
"deviceConfig": {
"filename": "/usr/src/app/store/.config-db/devices/0x0086/zw090.json",
"isEmbedded": true,
"manufacturer": "AEON Labs",
"manufacturerId": 134,
"label": "ZW090",
"description": "Z‐Stick Gen5 USB Controller",
"devices": [
{
"productType": 1,
"productId": 90
},
{
"productType": 257,
"productId": 90
},
{
"productType": 513,
"productId": 90
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"preferred": false,
"associations": {},
"paramInformation": {
"_map": {}
},
"compat": {
"disableCallbackFunctionTypeCheck": [
81,
85
]
},
"metadata": {
"reset": "Use this procedure only in the event that the primary controller is missing or otherwise inoperable.\n\nPress and hold the Action Button on Z-Stick for 20 seconds and then release",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1345/Z%20Stick%20Gen5%20manual%201.pdf"
}
},
"productLabel": "ZW090",
"productDescription": "Z‐Stick Gen5 USB Controller",
"manufacturer": "AEON Labs",
"firmwareVersion": "1.1",
"sdkVersion": "6.51.10",
"protocolVersion": 3,
"endpointsCount": 0,
"endpoints": [
{
"index": 0,
"label": "Root Endpoint"
}
],
"supportsSecurity": false,
"supportsBeaming": true,
"isControllerNode": true,
"isListening": true,
"isFrequentListening": false,
"isRouting": false,
"keepAwake": false,
"maxDataRate": 100000,
"deviceClass": {
"basic": 2,
"generic": 2,
"specific": 1
},
"lastActive": 1710863619675,
"firmwareCapabilities": {
"firmwareUpgradable": false
},
"deviceId": "134-90-1",
"hasDeviceConfigChanged": false,
"supportsTime": false,
"statistics": {
"messagesTX": 26,
"messagesRX": 345452,
"messagesDroppedRX": 6,
"NAK": 0,
"CAN": 2709,
"timeoutACK": 2,
"timeoutResponse": 0,
"timeoutCallback": 0,
"messagesDroppedTX": 0
},
"_name": "Controller (Meterkast)",
"prioritySUCReturnRoute": false,
"lastReceive": 1710863619675,
"errorReceive": false,
"errorTransmit": false
}
Have a look at:
https://github.com/zwave-js/zwave-js-ui/issues