Fabricant : HANK Electronics Ltd.
Description : One-key Scene Controller
Modèle : HKZW-SCN01
Configuration : hkzw-scn01.json (Zwave-Js)
-
Les commandes par défaut de ce module générées dans le plugin z-wave js ne sont pas correctes.
Il n’y a ni commande Scene, ni SceneId, ni SceneAttribute qui permet de remonter les informations.
Il n’y a que scene-001 qui remonte lors de l’appui du bouton. -
Il remonte bien 0 lors d’un appui, puis repasse à 90 immédiatement.
Sur z-wave js ui, il passe en undefined (qui semble converti en 90 sur jeedom), est-ce voulu, ce « 90 » ?
{
"id" : 80,
"name" : "",
"loc" : "",
"values" : {
"91-0-slowRefresh" : {
"id" : "80-91-0-slowRefresh",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 91,
"commandClassName" : "Central Scene",
"endpoint" : 0,
"property" : "slowRefresh",
"propertyName" : "slowRefresh",
"type" : "boolean",
"readable" : true,
"writeable" : true,
"description" : "When this is true, KeyHeldDown notifications are sent every 55s. When this is false, the notifications are sent every 200ms.",
"label" : "Send held down notifications at a slow rate",
"stateless" : false,
"commandClassVersion" : 2,
"list" : false,
"value" : true,
"lastUpdate" : 1668863168053
},
"91-0-scene-001" : {
"id" : "80-91-0-scene-001",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 91,
"commandClassName" : "Central Scene",
"endpoint" : 0,
"property" : "scene",
"propertyName" : "scene",
"propertyKey" : "001",
"propertyKeyName" : "001",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Scene 001",
"stateless" : true,
"commandClassVersion" : 2,
"min" : 0,
"max" : 255,
"list" : true,
"states" : [
{
"text" : "KeyPressed",
"value" : 0
},
{
"text" : "KeyReleased",
"value" : 1
},
{
"text" : "KeyHeldDown",
"value" : 2
}
],
"lastUpdate" : 1668863220997
},
"112-0-42" : {
"id" : "80-112-0-42",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 112,
"commandClassName" : "Configuration",
"endpoint" : 0,
"property" : 42,
"propertyName" : "Duration",
"type" : "number",
"readable" : true,
"writeable" : true,
"description" : "Set the duration value of the sent commands",
"label" : "Duration",
"default" : 255,
"stateless" : false,
"commandClassVersion" : 1,
"min" : 0,
"max" : 255,
"list" : false,
"value" : 255,
"lastUpdate" : 1668863168053
},
"112-0-254" : {
"id" : "80-112-0-254",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 112,
"commandClassName" : "Configuration",
"endpoint" : 0,
"property" : 254,
"propertyName" : "Configuration Lock",
"type" : "number",
"readable" : true,
"writeable" : true,
"description" : "Lock/unlock all configuration parameters.",
"label" : "Configuration Lock",
"default" : 0,
"stateless" : false,
"commandClassVersion" : 1,
"min" : 0,
"max" : 1,
"list" : true,
"allowManualEntry" : false,
"states" : [
{
"text" : "Unlock",
"value" : 0
},
{
"text" : "Lock",
"value" : 1
}
],
"value" : 0,
"lastUpdate" : 1668863168053
},
"112-0-255" : {
"id" : "80-112-0-255",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 112,
"commandClassName" : "Configuration",
"endpoint" : 0,
"property" : 255,
"propertyName" : "Reset/Remove",
"type" : "number",
"readable" : true,
"writeable" : true,
"description" : "Reset the sensor or remove from the Z-Wave network",
"label" : "Reset/Remove",
"default" : 1,
"stateless" : false,
"commandClassVersion" : 1,
"min" : 1,
"max" : 1431655765,
"list" : true,
"allowManualEntry" : false,
"states" : [
{
"text" : "Idle",
"value" : 1
},
{
"text" : "Reset configuration",
"value" : 85
},
{
"text" : "Reset configuration and remove",
"value" : 1431655765
}
],
"lastUpdate" : 1668863168053
},
"114-0-manufacturerId" : {
"id" : "80-114-0-manufacturerId",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 114,
"commandClassName" : "Manufacturer Specific",
"endpoint" : 0,
"property" : "manufacturerId",
"propertyName" : "manufacturerId",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Manufacturer ID",
"stateless" : false,
"commandClassVersion" : 2,
"min" : 0,
"max" : 65535,
"list" : false,
"value" : 520,
"lastUpdate" : 1668863168053
},
"114-0-productType" : {
"id" : "80-114-0-productType",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 114,
"commandClassName" : "Manufacturer Specific",
"endpoint" : 0,
"property" : "productType",
"propertyName" : "productType",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Product type",
"stateless" : false,
"commandClassVersion" : 2,
"min" : 0,
"max" : 65535,
"list" : false,
"value" : 512,
"lastUpdate" : 1668863168053
},
"114-0-productId" : {
"id" : "80-114-0-productId",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 114,
"commandClassName" : "Manufacturer Specific",
"endpoint" : 0,
"property" : "productId",
"propertyName" : "productId",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Product ID",
"stateless" : false,
"commandClassVersion" : 2,
"min" : 0,
"max" : 65535,
"list" : false,
"value" : 9,
"lastUpdate" : 1668863168053
},
"128-0-level" : {
"id" : "80-128-0-level",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 128,
"commandClassName" : "Battery",
"endpoint" : 0,
"property" : "level",
"propertyName" : "level",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Battery level",
"stateless" : false,
"commandClassVersion" : 1,
"min" : 0,
"max" : 100,
"unit" : "%",
"list" : false,
"value" : 100,
"lastUpdate" : 1668863227291
},
"128-0-isLow" : {
"id" : "80-128-0-isLow",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 128,
"commandClassName" : "Battery",
"endpoint" : 0,
"property" : "isLow",
"propertyName" : "isLow",
"type" : "boolean",
"readable" : true,
"writeable" : false,
"label" : "Low battery level",
"stateless" : false,
"commandClassVersion" : 1,
"list" : false,
"value" : false,
"lastUpdate" : 1668863227292
},
"128-0-chargingStatus" : {
"id" : "80-128-0-chargingStatus",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 128,
"commandClassName" : "Battery",
"endpoint" : 0,
"property" : "chargingStatus",
"propertyName" : "chargingStatus",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Charging status",
"stateless" : false,
"commandClassVersion" : 1,
"min" : 0,
"max" : 255,
"list" : true,
"states" : [
{
"text" : "Discharging",
"value" : 0
},
{
"text" : "Charging",
"value" : 1
},
{
"text" : "Maintaining",
"value" : 2
}
],
"lastUpdate" : 1668863168054
},
"128-0-rechargeable" : {
"id" : "80-128-0-rechargeable",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 128,
"commandClassName" : "Battery",
"endpoint" : 0,
"property" : "rechargeable",
"propertyName" : "rechargeable",
"type" : "boolean",
"readable" : true,
"writeable" : false,
"label" : "Rechargeable",
"stateless" : false,
"commandClassVersion" : 1,
"list" : false,
"lastUpdate" : 1668863168054
},
"128-0-backup" : {
"id" : "80-128-0-backup",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 128,
"commandClassName" : "Battery",
"endpoint" : 0,
"property" : "backup",
"propertyName" : "backup",
"type" : "boolean",
"readable" : true,
"writeable" : false,
"label" : "Used as backup",
"stateless" : false,
"commandClassVersion" : 1,
"list" : false,
"lastUpdate" : 1668863168054
},
"128-0-overheating" : {
"id" : "80-128-0-overheating",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 128,
"commandClassName" : "Battery",
"endpoint" : 0,
"property" : "overheating",
"propertyName" : "overheating",
"type" : "boolean",
"readable" : true,
"writeable" : false,
"label" : "Overheating",
"stateless" : false,
"commandClassVersion" : 1,
"list" : false,
"lastUpdate" : 1668863168054
},
"128-0-lowFluid" : {
"id" : "80-128-0-lowFluid",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 128,
"commandClassName" : "Battery",
"endpoint" : 0,
"property" : "lowFluid",
"propertyName" : "lowFluid",
"type" : "boolean",
"readable" : true,
"writeable" : false,
"label" : "Fluid is low",
"stateless" : false,
"commandClassVersion" : 1,
"list" : false,
"lastUpdate" : 1668863168054
},
"128-0-rechargeOrReplace" : {
"id" : "80-128-0-rechargeOrReplace",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 128,
"commandClassName" : "Battery",
"endpoint" : 0,
"property" : "rechargeOrReplace",
"propertyName" : "rechargeOrReplace",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Recharge or replace",
"stateless" : false,
"commandClassVersion" : 1,
"min" : 0,
"max" : 255,
"list" : true,
"states" : [
{
"text" : "No",
"value" : 0
},
{
"text" : "Soon",
"value" : 1
},
{
"text" : "Now",
"value" : 2
}
],
"lastUpdate" : 1668863168054
},
"128-0-disconnected" : {
"id" : "80-128-0-disconnected",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 128,
"commandClassName" : "Battery",
"endpoint" : 0,
"property" : "disconnected",
"propertyName" : "disconnected",
"type" : "boolean",
"readable" : true,
"writeable" : false,
"label" : "Battery is disconnected",
"stateless" : false,
"commandClassVersion" : 1,
"list" : false,
"lastUpdate" : 1668863168054
},
"128-0-lowTemperatureStatus" : {
"id" : "80-128-0-lowTemperatureStatus",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 128,
"commandClassName" : "Battery",
"endpoint" : 0,
"property" : "lowTemperatureStatus",
"propertyName" : "lowTemperatureStatus",
"type" : "boolean",
"readable" : true,
"writeable" : false,
"label" : "Battery temperature is low",
"stateless" : false,
"commandClassVersion" : 1,
"list" : false,
"lastUpdate" : 1668863168054
},
"132-0-wakeUpInterval" : {
"id" : "80-132-0-wakeUpInterval",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 132,
"commandClassName" : "Wake Up",
"endpoint" : 0,
"property" : "wakeUpInterval",
"propertyName" : "wakeUpInterval",
"type" : "number",
"readable" : true,
"writeable" : true,
"label" : "Wake Up interval",
"stateless" : false,
"commandClassVersion" : 1,
"min" : 0,
"max" : 16777215,
"list" : false,
"value" : 0,
"lastUpdate" : 1668863168055
},
"132-0-controllerNodeId" : {
"id" : "80-132-0-controllerNodeId",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 132,
"commandClassName" : "Wake Up",
"endpoint" : 0,
"property" : "controllerNodeId",
"propertyName" : "controllerNodeId",
"type" : "any",
"readable" : true,
"writeable" : false,
"label" : "Node ID of the controller",
"stateless" : false,
"commandClassVersion" : 1,
"list" : false,
"value" : 1,
"lastUpdate" : 1668863168056
},
"134-0-libraryType" : {
"id" : "80-134-0-libraryType",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "libraryType",
"propertyName" : "libraryType",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Library type",
"stateless" : false,
"commandClassVersion" : 0,
"list" : true,
"states" : [
{
"text" : "Unknown",
"value" : 0
},
{
"text" : "Static Controller",
"value" : 1
},
{
"text" : "Controller",
"value" : 2
},
{
"text" : "Enhanced Slave",
"value" : 3
},
{
"text" : "Slave",
"value" : 4
},
{
"text" : "Installer",
"value" : 5
},
{
"text" : "Routing Slave",
"value" : 6
},
{
"text" : "Bridge Controller",
"value" : 7
},
{
"text" : "Device under Test",
"value" : 8
},
{
"text" : "N/A",
"value" : 9
},
{
"text" : "AV Remote",
"value" : 10
},
{
"text" : "AV Device",
"value" : 11
}
],
"value" : 3,
"lastUpdate" : 1668863168056
},
"134-0-protocolVersion" : {
"id" : "80-134-0-protocolVersion",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "protocolVersion",
"propertyName" : "protocolVersion",
"type" : "string",
"readable" : true,
"writeable" : false,
"label" : "Z-Wave protocol version",
"stateless" : false,
"commandClassVersion" : 0,
"list" : false,
"value" : "4.34",
"lastUpdate" : 1668863168056
},
"134-0-firmwareVersions" : {
"id" : "80-134-0-firmwareVersions",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "firmwareVersions",
"propertyName" : "firmwareVersions",
"type" : "string[]",
"readable" : true,
"writeable" : false,
"label" : "Z-Wave chip firmware versions",
"stateless" : false,
"commandClassVersion" : 0,
"list" : false,
"value" : [
"1.3"
],
"lastUpdate" : 1668863168056
},
"134-0-hardwareVersion" : {
"id" : "80-134-0-hardwareVersion",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "hardwareVersion",
"propertyName" : "hardwareVersion",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Z-Wave chip hardware version",
"stateless" : false,
"commandClassVersion" : 0,
"list" : false,
"value" : 1,
"lastUpdate" : 1668863168056
},
"134-0-sdkVersion" : {
"id" : "80-134-0-sdkVersion",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "sdkVersion",
"propertyName" : "sdkVersion",
"type" : "string",
"readable" : true,
"writeable" : false,
"label" : "SDK version",
"stateless" : false,
"commandClassVersion" : 0,
"list" : false,
"lastUpdate" : 1668863168056
},
"134-0-applicationFrameworkAPIVersion" : {
"id" : "80-134-0-applicationFrameworkAPIVersion",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "applicationFrameworkAPIVersion",
"propertyName" : "applicationFrameworkAPIVersion",
"type" : "string",
"readable" : true,
"writeable" : false,
"label" : "Z-Wave application framework API version",
"stateless" : false,
"commandClassVersion" : 0,
"list" : false,
"lastUpdate" : 1668863168056
},
"134-0-applicationFrameworkBuildNumber" : {
"id" : "80-134-0-applicationFrameworkBuildNumber",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "applicationFrameworkBuildNumber",
"propertyName" : "applicationFrameworkBuildNumber",
"type" : "string",
"readable" : true,
"writeable" : false,
"label" : "Z-Wave application framework API build number",
"stateless" : false,
"commandClassVersion" : 0,
"list" : false,
"lastUpdate" : 1668863168056
},
"134-0-hostInterfaceVersion" : {
"id" : "80-134-0-hostInterfaceVersion",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "hostInterfaceVersion",
"propertyName" : "hostInterfaceVersion",
"type" : "string",
"readable" : true,
"writeable" : false,
"label" : "Serial API version",
"stateless" : false,
"commandClassVersion" : 0,
"list" : false,
"lastUpdate" : 1668863168056
},
"134-0-hostInterfaceBuildNumber" : {
"id" : "80-134-0-hostInterfaceBuildNumber",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "hostInterfaceBuildNumber",
"propertyName" : "hostInterfaceBuildNumber",
"type" : "string",
"readable" : true,
"writeable" : false,
"label" : "Serial API build number",
"stateless" : false,
"commandClassVersion" : 0,
"list" : false,
"lastUpdate" : 1668863168056
},
"134-0-zWaveProtocolVersion" : {
"id" : "80-134-0-zWaveProtocolVersion",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "zWaveProtocolVersion",
"propertyName" : "zWaveProtocolVersion",
"type" : "string",
"readable" : true,
"writeable" : false,
"label" : "Z-Wave protocol version",
"stateless" : false,
"commandClassVersion" : 0,
"list" : false,
"lastUpdate" : 1668863168056
},
"134-0-zWaveProtocolBuildNumber" : {
"id" : "80-134-0-zWaveProtocolBuildNumber",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "zWaveProtocolBuildNumber",
"propertyName" : "zWaveProtocolBuildNumber",
"type" : "string",
"readable" : true,
"writeable" : false,
"label" : "Z-Wave protocol build number",
"stateless" : false,
"commandClassVersion" : 0,
"list" : false,
"lastUpdate" : 1668863168056
},
"134-0-applicationVersion" : {
"id" : "80-134-0-applicationVersion",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "applicationVersion",
"propertyName" : "applicationVersion",
"type" : "string",
"readable" : true,
"writeable" : false,
"label" : "Application version",
"stateless" : false,
"commandClassVersion" : 0,
"list" : false,
"lastUpdate" : 1668863168056
},
"134-0-applicationBuildNumber" : {
"id" : "80-134-0-applicationBuildNumber",
"nodeId" : 80,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "applicationBuildNumber",
"propertyName" : "applicationBuildNumber",
"type" : "string",
"readable" : true,
"writeable" : false,
"label" : "Application build number",
"stateless" : false,
"commandClassVersion" : 0,
"list" : false,
"lastUpdate" : 1668863168056
}
},
"groups" : [
{
"text" : "Lifeline",
"endpoint" : 0,
"value" : 1,
"maxNodes" : 5,
"isLifeline" : true,
"multiChannel" : false
},
{
"text" : "On/Off control,Button 1",
"endpoint" : 0,
"value" : 2,
"maxNodes" : 5,
"isLifeline" : false,
"multiChannel" : false
},
{
"text" : "Dimming control,Button 1",
"endpoint" : 0,
"value" : 3,
"maxNodes" : 5,
"isLifeline" : false,
"multiChannel" : false
}
],
"neighbors" : "",
"ready" : true,
"available" : true,
"hassDevices" : [
],
"failed" : false,
"inited" : true,
"eventsQueue" : [
{
"time" : "2022-11-19T13:06:08.040Z",
"event" : "sleep",
"args" : [
0
]
},
{
"time" : "2022-11-19T13:06:08.058Z",
"event" : "ready",
"args" : [
]
},
{
"time" : "2022-11-19T13:06:35.018Z",
"event" : "value notification",
"args" : [
{
"commandClassName" : "Central Scene",
"commandClass" : 91,
"property" : "scene",
"propertyKey" : "001",
"value" : 0,
"propertyName" : "scene",
"propertyKeyName" : "001",
"newValue" : 0,
"stateless" : true
}
]
},
{
"time" : "2022-11-19T13:06:35.023Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Battery",
"commandClass" : 128,
"property" : "level",
"endpoint" : 0,
"newValue" : 100,
"prevValue" : 100,
"propertyName" : "level"
}
]
},
{
"time" : "2022-11-19T13:06:35.023Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Battery",
"commandClass" : 128,
"property" : "isLow",
"endpoint" : 0,
"newValue" : false,
"prevValue" : false,
"propertyName" : "isLow"
}
]
},
{
"time" : "2022-11-19T13:06:59.997Z",
"event" : "value notification",
"args" : [
{
"commandClassName" : "Central Scene",
"commandClass" : 91,
"property" : "scene",
"propertyKey" : "001",
"value" : 0,
"propertyName" : "scene",
"propertyKeyName" : "001",
"newValue" : 0,
"stateless" : true
}
]
},
{
"time" : "2022-11-19T13:07:05.765Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Battery",
"commandClass" : 128,
"property" : "level",
"endpoint" : 0,
"newValue" : 100,
"prevValue" : 100,
"propertyName" : "level"
}
]
},
{
"time" : "2022-11-19T13:07:05.766Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Battery",
"commandClass" : 128,
"property" : "isLow",
"endpoint" : 0,
"newValue" : false,
"prevValue" : false,
"propertyName" : "isLow"
}
]
},
{
"time" : "2022-11-19T13:07:05.803Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Battery",
"commandClass" : 128,
"property" : "level",
"endpoint" : 0,
"newValue" : 100,
"prevValue" : 100,
"propertyName" : "level"
}
]
},
{
"time" : "2022-11-19T13:07:05.803Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Battery",
"commandClass" : 128,
"property" : "isLow",
"endpoint" : 0,
"newValue" : false,
"prevValue" : false,
"propertyName" : "isLow"
}
]
},
{
"time" : "2022-11-19T13:07:07.291Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Battery",
"commandClass" : 128,
"property" : "level",
"endpoint" : 0,
"newValue" : 100,
"prevValue" : 100,
"propertyName" : "level"
}
]
},
{
"time" : "2022-11-19T13:07:07.292Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Battery",
"commandClass" : 128,
"property" : "isLow",
"endpoint" : 0,
"newValue" : false,
"prevValue" : false,
"propertyName" : "isLow"
}
]
}
],
"status" : "Asleep",
"interviewStage" : "Complete",
"hexId" : "0x0208-0x0200-0x0009",
"dbLink" : "https://devices.zwave-js.io/?jumpTo=0x0208:0x0200:0x0009:1.3",
"manufacturerId" : 520,
"productId" : 9,
"productType" : 512,
"deviceConfig" : {
"filename" : "/var/www/html/plugins/zwavejs/resources/zwave-js-ui/node_modules/@zwave-js/config/config/devices/0x0208/hkzw-scn01.json",
"isEmbedded" : true,
"manufacturer" : "HANK Electronics Ltd.",
"manufacturerId" : 520,
"label" : "HKZW-SCN01",
"description" : "One-key Scene Controller",
"devices" : [
{
"productType" : 512,
"productId" : 9
},
{
"productType" : 513,
"productId" : 9
}
],
"firmwareVersion" : {
"min" : "0.0",
"max" : "255.255"
},
"paramInformation" : {
"_map" : [
]
}
},
"productLabel" : "HKZW-SCN01",
"productDescription" : "One-key Scene Controller",
"manufacturer" : "HANK Electronics Ltd.",
"firmwareVersion" : "1.3",
"protocolVersion" : 3,
"zwavePlusVersion" : 1,
"zwavePlusNodeType" : 0,
"zwavePlusRoleType" : 4,
"nodeType" : 1,
"endpointsCount" : 0,
"endpointIndizes" : [
],
"isSecure" : false,
"security" : "None",
"supportsSecurity" : false,
"supportsBeaming" : true,
"isControllerNode" : false,
"isListening" : false,
"isFrequentListening" : false,
"isRouting" : true,
"keepAwake" : false,
"maxDataRate" : 100000,
"deviceClass" : {
"basic" : 4,
"generic" : 24,
"specific" : 1
},
"firmwareCapabilities" : {
"firmwareUpgradable" : true,
"firmwareTargets" : [
0
],
"continuesToFunction" : "unknown",
"supportsActivation" : "unknown"
},
"deviceId" : "520-9-512",
"minBatteryLevel" : 100,
"batteryLevels" : [
100
],
"statistics" : {
"commandsTX" : 0,
"commandsRX" : 12,
"commandsDroppedRX" : 0,
"commandsDroppedTX" : 0,
"timeoutResponse" : 0
},
"lastActive" : 1668863227290,
"filename" : "hkzw-scn01.json (Zwave-Js)",
"numberGroups" : 3,
"classBasic" : 4,
"classGeneric" : 24,
"classSpecific" : 1,
"deviceIdNew" : "520-512-9",
"confJeedom" : "hank_520/scene-controller-1.json",
"confType" : "Configuration Jeedom <br>Commands : <br> - Scene<br> - SceneID<br> - SceneAttribute<br> - Batterie<br>",
"lastWakeup" : "0 j 0 h 23 min 11 s",
"nextWakeup" : "- 0 j 0 h 23 min 11 s",
"configWakeup" : "0 j 0 h 0 min 0 s"
}







