zwave-js/.config-db/devices/0x0159/smart_plug_16a.json
2025-01-10 22:05:04 -08:00

113 lines
2 KiB
JSON

{
"manufacturer": "Qubino",
"manufacturerId": "0x0159",
"label": "Smart Plug 16A",
"description": "Smart Plug",
"devices": [
{
"productType": "0x0002",
"productId": "0x0054"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "10",
"label": "Activate / Deactivate Functions ALL ON / ALL OFF",
"valueSize": 2,
"defaultValue": 255,
"allowManualEntry": false,
"options": [
{
"label": "All on disabled, all off disabled",
"value": 0
},
{
"label": "All on disabled, al off active",
"value": 1
},
{
"label": "All on active, all off disabled",
"value": 2
},
{
"label": "All on active, all off active",
"value": 255
}
]
},
{
"#": "11",
"label": "Auto-Off Timer",
"description": "When the relay is turned ON, it automatically turns OFF after the defined time",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32535,
"defaultValue": 0,
"options": [
{
"label": "Disabled",
"value": 0
}
]
},
{
"#": "12",
"label": "Auto-On Timer",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32535,
"defaultValue": 0,
"options": [
{
"label": "Disabled",
"value": 0
}
]
},
{
"#": "15",
"label": "Timer Unit",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Seconds",
"value": 0
},
{
"label": "Milliseconds",
"value": 1
}
]
},
{
"#": "30",
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off"
},
{
"#": "40",
"label": "Power Consumption (Watt) Reporting Threshold",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 100,
"defaultValue": 20
},
{
"#": "42",
"label": "Power Consumption (Watt) Reporting Interval",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32535,
"defaultValue": 0
}
]
}