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

73 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Philio Technology Corp",
"manufacturerId": "0x013c",
"label": "PAN08-1a",
"description": "Roller Shutter Controller",
"devices": [
{
"productType": "0x0001",
"productId": "0x0015"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Watt Meter Report Interval (5s)",
"description": "Interval (x5 seconds) to send out watt meter report",
"valueSize": 2,
"minValue": 1,
"maxValue": 32767,
"defaultValue": 720
},
{
"#": "2",
"label": "KWH Meter Report Interval (10min)",
"description": "Interval (x10 minutes) to send out KWH Meter Report",
"valueSize": 2,
"minValue": 1,
"maxValue": 32767,
"defaultValue": 6
},
{
"#": "3",
"label": "Threshold for Load Caution (10mA)",
"description": "Threshold (x0.01A) of current for Load Caution",
"valueSize": 2,
"minValue": 1,
"maxValue": 1100,
"defaultValue": 500
},
{
"#": "4",
"label": "Threshold of kWh for Load Caution",
"valueSize": 2,
"unit": "kWh",
"minValue": 1,
"maxValue": 10000,
"defaultValue": 10000
},
{
"#": "5",
"label": "External SwitchType",
"description": "Sets the type of an external switch",
"valueSize": 1,
"minValue": 1,
"maxValue": 2,
"defaultValue": 2
},
{
"#": "6",
"label": "Level Report Mode",
"description": "Sets the way the controller reports the shutter level",
"valueSize": 1,
"minValue": 1,
"maxValue": 2,
"defaultValue": 2
}
]
}