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

306 lines
6.9 KiB
JSON

{
"manufacturer": "Philio Technology Corp",
"manufacturerId": "0x013c",
"label": "PST02A",
"description": "Slim Multi-Sensor (PIR/Door/Temperature/Illumination)",
"devices": [
{
"productType": "0x0002",
"productId": "0x000c"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "2",
"label": "Basic Set Level",
"description": "Setting the BASIC command value to turn on the light.",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true,
"options": [
{
"label": "Turn light off",
"value": 0
},
{
"label": "Turn light on",
"value": 255
}
]
},
{
"#": "3",
"label": "PIR Sensitivity",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 70,
"options": [
{
"label": "Disable motion detection",
"value": 0
}
]
},
{
"#": "4",
"label": "Light Threshold",
"description": "Illumination threshold for turning on associated lights.",
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 100,
"options": [
{
"label": "Disable illumination detection",
"value": 0
}
]
},
{
"#": "5[0x02]",
"label": "Test Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "5[0x04]",
"label": "Door/Window Function",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 1
},
{
"label": "Enable",
"value": 0
}
]
},
{
"#": "5[0x08]",
"label": "Temperature Scale",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Fahrenheit",
"value": 0
},
{
"label": "Celsius",
"value": 1
}
]
},
{
"#": "5[0x10]",
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
"label": "Illumination Report On Trigger",
"defaultValue": 0
},
{
"#": "5[0x20]",
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
"label": "Temperature Report On Trigger",
"defaultValue": 0
},
{
"#": "6[0x01]",
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
"label": "Magnetic Integrate Illumination",
"defaultValue": 0
},
{
"#": "6[0x02]",
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
"label": "PIR Integrate Illumination",
"defaultValue": 0
},
{
"#": "6[0x04]",
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
"label": "Magnetic Integrate PIR"
},
{
"#": "6[0x08]",
"label": "Device and Light Location",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Same room",
"value": 0
},
{
"label": "Different room",
"value": 1
}
]
},
{
"#": "6[0x10]",
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
"label": "5 Second Delay Light Off",
"defaultValue": 0
},
{
"#": "6[0x20]",
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
"label": "Auto Turn Off Light",
"defaultValue": 0
},
{
"#": "7[0x02]",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Send Motion Off Report"
},
{
"#": "7[0x04]",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "PIR Super Sensitivity Mode",
"defaultValue": 1
},
{
"#": "7[0x08]",
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
"label": "Send Basic CC Off After Door Close",
"defaultValue": 0
},
{
"#": "7[0x10]",
"label": "Notification Type",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Notification Report",
"value": 0
},
{
"label": "Binary Sensor Report",
"value": 1
}
]
},
{
"#": "7[0x20]",
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
"label": "Multi Command Encapsulated Auto Reports",
"defaultValue": 0
},
{
"#": "7[0x40]",
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
"label": "Report Battery State When Triggered"
},
{
"#": "8",
"label": "PIR Re-Detect Interval Time",
"description": "Time period to wait until reporting motion detected again.",
"valueSize": 1,
"minValue": 1,
"maxValue": 127,
"defaultValue": 3
},
{
"#": "9",
"label": "Turn Off Light Time",
"description": "Time to wait before sending command to turn off lights",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 4
},
{
"#": "10",
"label": "Auto Report Battery Time",
"description": "The interval time for auto reporting the battery level.",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 12
},
{
"#": "11",
"label": "Auto Report Door/Window State Time",
"description": "The interval time for auto reporting the door/window state",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 12
},
{
"#": "12",
"label": "Auto Report Illumination Time",
"description": "The interval time for auto reporting the illumination state",
"valueSize": 1,
"minValue": 1,
"maxValue": 127,
"defaultValue": 12
},
{
"#": "13",
"label": "Auto Report Temperature Time",
"description": "The interval time for auto reporting the temperature state",
"valueSize": 1,
"minValue": 1,
"maxValue": 127,
"defaultValue": 12
},
{
"#": "20",
"label": "Auto Report Tick Interval",
"description": "The interval time for each auto report tick.",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 30,
"unsigned": true
},
{
"#": "21",
"label": "Temperature Differential Report",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 1
},
{
"#": "22",
"label": "Illumination Differential Report",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 1
}
],
"metadata": {
"inclusion": "Turn the primary controller of Z-Wave network into inclusion mode, triple click tamper switch within 1.5 seconds",
"exclusion": "Turn the primary controller of Z-Wave network into exclusion mode, triple click tamper switch within 1.5 seconds",
"reset": "Pressing tamper key four times within 1.5 seconds and do not release the tamper key in the 4th pressed, and the LED will light on. After 3 seconds the LED will turn off, after that within 2 seconds, release the tamper key. If successful, the LED will light on one second. Otherwise, the LED will flash once. IDs are excluded and all settings will reset to factory default."
}
}