zwave-js/.config-db/devices/0x0175/pan11.json

143 lines
2.4 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Devolo",
"manufacturerId": "0x0175",
"label": "PAN11",
"description": "Smart Energy Plug-In Switch",
"devices": [
{
"productType": "0x0001",
"productId": "0x0001"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"description": "Switch will report its latest status to Z-Wave Controller.",
"maxNodes": 1,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Wall Meter Report Period",
"valueSize": 2,
"minValue": 1,
"maxValue": 32767,
"defaultValue": 720
},
{
"#": "2",
"label": "KWH Meter Report Period",
"valueSize": 2,
"minValue": 1,
"maxValue": 32767,
"defaultValue": 6
},
{
"#": "3",
"label": "Threshold of Current for Load Caution",
"valueSize": 2,
"unit": "0.01 A",
"minValue": 10,
"maxValue": 1300,
"defaultValue": 1300
},
{
"#": "4",
"label": "Threshold of kWh for Load Caution",
"valueSize": 2,
"unit": "kWh",
"minValue": 1,
"maxValue": 10000,
"defaultValue": 10000
},
{
"#": "5",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev_on"
},
{
"#": "6",
"label": "Mode of Switch Off Function",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "7",
"label": "LED Indication Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Show switch state",
"value": 1
},
{
"label": "Show night mode",
"value": 2
},
{
"label": "Flash mode",
"value": 3
}
]
},
{
"#": "8",
"label": "Auto Off Timer",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0,
"options": [
{
"label": "Disable auto off function",
"value": 0
}
]
},
{
"#": "9",
"label": "RF Off Command Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Switch off",
"value": 0
},
{
"label": "Ignore",
"value": 1
},
{
"label": "Switch toggle",
"value": 2
},
{
"label": "Switch on",
"value": 3
}
]
}
]
}