120 lines
2.3 KiB
JSON
120 lines
2.3 KiB
JSON
|
{
|
||
|
"manufacturer": "TKB Home",
|
||
|
"manufacturerId": "0x0118",
|
||
|
"label": "TZ69",
|
||
|
"description": "Smart Meter Switch",
|
||
|
"devices": [
|
||
|
{
|
||
|
"productType": "0x0004",
|
||
|
"productId": "0x0002"
|
||
|
},
|
||
|
{
|
||
|
"productType": "0x0116",
|
||
|
"productId": "0x3119"
|
||
|
},
|
||
|
{
|
||
|
"productType": "0x0311",
|
||
|
"productId": "0x0103"
|
||
|
}
|
||
|
],
|
||
|
"firmwareVersion": {
|
||
|
"min": "0.0",
|
||
|
"max": "255.255"
|
||
|
},
|
||
|
"associations": {
|
||
|
"1": {
|
||
|
"label": "Lifeline",
|
||
|
"maxNodes": 1,
|
||
|
"isLifeline": true
|
||
|
}
|
||
|
},
|
||
|
"paramInformation": [
|
||
|
{
|
||
|
"#": "1",
|
||
|
"label": "LED Indicator Mode",
|
||
|
"description": "Sets whether LED should indicate device is on (1) or off (0)",
|
||
|
"valueSize": 1,
|
||
|
"defaultValue": 1,
|
||
|
"allowManualEntry": false,
|
||
|
"options": [
|
||
|
{
|
||
|
"label": "Switch off = LED off",
|
||
|
"value": 0
|
||
|
},
|
||
|
{
|
||
|
"label": "Switch off = LED on",
|
||
|
"value": 1
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"#": "2",
|
||
|
"label": "Memory Function",
|
||
|
"description": "determines if current state is memorized on power failure",
|
||
|
"valueSize": 1,
|
||
|
"defaultValue": 1,
|
||
|
"allowManualEntry": false,
|
||
|
"options": [
|
||
|
{
|
||
|
"label": "Memory function off",
|
||
|
"value": 0
|
||
|
},
|
||
|
{
|
||
|
"label": "Memory function on",
|
||
|
"value": 1
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"#": "3",
|
||
|
"label": "Watt Meter Report Period",
|
||
|
"description": "5s x 720 = 3600s = 1 hour",
|
||
|
"valueSize": 2,
|
||
|
"unit": "5 seconds",
|
||
|
"minValue": 1,
|
||
|
"maxValue": 32767,
|
||
|
"defaultValue": 720
|
||
|
},
|
||
|
{
|
||
|
"#": "4",
|
||
|
"label": "kWH Meter Report Period",
|
||
|
"description": "10m * 6 = 60m = 1 hour",
|
||
|
"valueSize": 2,
|
||
|
"unit": "10 minutes",
|
||
|
"minValue": 0,
|
||
|
"maxValue": 32767,
|
||
|
"defaultValue": 6
|
||
|
},
|
||
|
{
|
||
|
"#": "5",
|
||
|
"label": "Threshold of Watt for Load Caution",
|
||
|
"description": "Above this level, switch enters overload mode",
|
||
|
"valueSize": 2,
|
||
|
"unit": "W",
|
||
|
"minValue": 10,
|
||
|
"maxValue": 3000,
|
||
|
"defaultValue": 3000
|
||
|
},
|
||
|
{
|
||
|
"#": "6",
|
||
|
"label": "Threshold of kWh for Load Caution",
|
||
|
"description": "Over this level, unit with go into overload mode",
|
||
|
"valueSize": 2,
|
||
|
"unit": "kWh",
|
||
|
"minValue": 1,
|
||
|
"maxValue": 10000,
|
||
|
"defaultValue": 10000
|
||
|
}
|
||
|
],
|
||
|
"compat": {
|
||
|
"commandClasses": {
|
||
|
"add": {
|
||
|
// This device is a binary switch, but claims not to support the Binary Switch CC
|
||
|
"Binary Switch": {
|
||
|
"isSupported": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|