zwave-js/.config-db/devices/0x041a/kp-so-02.json

100 lines
2.1 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
// Device is rebranded Shenzhen Neo NAS-WR01ZE
"manufacturer": "Keemple",
"manufacturerId": "0x041a",
"label": "KP-SO-02",
"description": "Smart Socket",
"devices": [
{
"productType": "0x0200",
"productId": "0x0008"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
},
{
"#": "2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Button",
"defaultValue": 1
},
{
"#": "3",
"$import": "~/templates/master_template.json#enable_led_indicator",
"defaultValue": 1
},
{
"#": "4",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Auto-Off"
},
{
"#": "5",
"label": "Auto-Off Delay",
"description": "Delay time after the plug is switched off",
"valueSize": 2,
"unit": "minutes",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 120
},
{
"#": "6",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Send Meter Reports"
},
{
"#": "7",
"label": "Meter Report Interval",
"valueSize": 2,
"unit": "seconds",
"minValue": 30,
"maxValue": 32767,
"defaultValue": 300
},
{
"#": "8",
"label": "Overcurrent Protection Threshold",
"description": "Threshold at which the plug enters overcurrent protection mode",
"valueSize": 1,
"unit": "A",
"minValue": 1,
"maxValue": 16,
"defaultValue": 16
},
{
"#": "9",
"label": "Current Report Threshold",
"description": "Change in current consumption that triggers a report",
"valueSize": 2,
"unit": "0.01 A",
"minValue": 1,
"maxValue": 1600,
"defaultValue": 50
},
{
"#": "10",
"label": "Overcurrent Alarm Threshold",
"description": "Threshold at which the plug sends an overcurrent notification",
"valueSize": 1,
"unit": "A",
"minValue": 1,
"maxValue": 16,
"defaultValue": 13
}
],
"metadata": {
"comments": {
"level": "warning",
"text": "This device is buggy and sends large negative Meter Reports from time to time."
}
}
}