zwave-js/.config-db/devices/0x013c/philio_pan07-1a.json

164 lines
2.6 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Philio Technology Corp",
"manufacturerId": "0x013c",
"label": "Philio PAN07-1A",
"description": "TWO SPDT Switch Module with Meter",
"devices": [
{
"productType": "0x0001",
"productId": "0x0005"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Group 2",
"maxNodes": 1
},
"3": {
"label": "Group 3",
"maxNodes": 1
}
},
"paramInformation": [
{
"#": "1",
"label": "Watt Meter Report Period",
"valueSize": 2,
"minValue": 1,
"maxValue": 32767,
"defaultValue": 720
},
{
"#": "2",
"label": "KWH Meter Report",
"valueSize": 2,
"minValue": 1,
"maxValue": 32767,
"defaultValue": 6
},
{
"#": "3",
"label": "Selected Relay",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Relay1",
"value": 1
},
{
"label": "Relay2",
"value": 2
},
{
"label": "Relay1 & Relay2",
"value": 3
}
]
},
{
"#": "4",
"label": "Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Edge mode",
"value": 1
},
{
"label": "Pulse mode",
"value": 2
},
{
"label": "Edge-Toggle mode",
"value": 3
}
]
},
{
"#": "5",
"label": "Threshold of Current for Load Caution",
"valueSize": 2,
"minValue": 10,
"maxValue": 600,
"defaultValue": 600
},
{
"#": "6",
"label": "Threshold of kWh for Load Caution",
"valueSize": 2,
"unit": "kWh",
"minValue": 1,
"maxValue": 10000,
"defaultValue": 10000
},
{
"#": "7",
"label": "Relay Control Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Control relay refer to meter wattage",
"value": 1
},
{
"label": "Control relay directly",
"value": 2
}
]
},
{
"#": "8",
"label": "Restore Relay State Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "All relay stay NC terminal",
"value": 0
},
{
"label": "Last relay switch state",
"value": 1
},
{
"label": "All relay stay NO terminal",
"value": 2
}
]
},
{
"#": "9",
"label": "Existence of Endpoint3",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Endpoint3 exist",
"value": 1
},
{
"label": "No Endpoint3",
"value": 2
}
]
}
]
}