zwave-js/.config-db/devices/0x0208/hkzw-so05.json

132 lines
2.9 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "HANK Electronics Ltd.",
"manufacturerId": "0x0208",
"label": "HKZW-SO05",
"description": "Smart Plug",
"devices": [
{
"productType": "0x0100",
"productId": "0x000a"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "20",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Overload Protection",
"description": "Turn off if the load power exceeds 0.5A for more than 5s.",
"defaultValue": 1
},
{
"#": "21",
"$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
},
{
"#": "24",
"label": "Load Status Change Notification",
"description": "Send notification to associated devices when load is changed.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Function is disabled",
"value": 0
},
{
"label": "Send Basic Report",
"value": 1
},
{
"label": "Only when load is not changed",
"value": 2
}
]
},
{
"#": "27",
"label": "Indicator Modes",
"description": "The RGB LED indicator will indicate the load.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Work in indicator mode",
"value": 0
},
{
"label": "Indicate for 5 seconds after load has changed",
"value": 1
}
]
},
{
"#": "151",
"label": "Power Report Threshold",
"description": "Power threshold for when to send reports to associated devices",
"valueSize": 2,
"unit": "W",
"minValue": 0,
"maxValue": 65535,
"defaultValue": 50,
"unsigned": true
},
{
"#": "152",
"label": "Power Report Percentage Threshold",
"description": "Percentage threshold for when to send report to associated devices",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 255,
"defaultValue": 10,
"unsigned": true
},
{
"#": "171",
"label": "Power Report Frequence",
"description": "The interval of sending power report to association device.",
"valueSize": 4,
"unit": "seconds",
"minValue": 5,
"maxValue": 2678400,
"defaultValue": 30
},
{
"#": "172",
"label": "Energy Report Frequence",
"description": "The interval of sending energy report to association device.",
"valueSize": 4,
"unit": "seconds",
"minValue": 5,
"maxValue": 2678400,
"defaultValue": 300
},
{
"#": "173",
"label": "Voltage Report Frequency",
"description": "The interval of sending voltage report to association device.",
"valueSize": 4,
"unit": "seconds",
"minValue": 0,
"maxValue": 2678400,
"defaultValue": 0
},
{
"#": "174",
"label": "Electricity Report Frequency",
"description": "The interval of sending electricity report to association device.",
"valueSize": 4,
"unit": "seconds",
"minValue": 0,
"maxValue": 2678400,
"defaultValue": 0
}
]
}