zwave-js/.config-db/devices/0x013c/pst02b.json

229 lines
5.4 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Philio Technology Corp",
"manufacturerId": "0x013c",
"label": "PST02B",
"description": "Slim Multi-Sensor (PIR/Temperature/Illumination)",
"devices": [
{
"productType": "0x0002",
"productId": "0x000d"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "2",
"label": "Basic Set Level",
"description": "BASIC command value sent when turning on lights. Allowable range: 0-99, 255",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "3",
"label": "PIR Sensitivity",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 70
},
{
"#": "4",
"label": "Light Threshold",
"description": "Illumination threshold for turning on associated lights.",
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 100
},
{
"#": "5[0x02]",
"label": "Test Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "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",
"label": "PIR Integrate Illumination",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 2
},
{
"label": "Enable",
"value": 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[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
},
{
"#": "12",
"label": "Auto Report Illumination Time",
"description": "The interval time for auto reporting the illumination state",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 12
},
{
"#": "13",
"label": "Auto Report Temperature Time",
"description": "The interval time for auto reporting the temperature.",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 12
},
{
"#": "20",
"label": "Auto Report Tick Interval",
"description": "The interval time for auto report each tick.",
"valueSize": 1,
"unit": "minutes",
"minValue": 0,
"maxValue": 255,
"defaultValue": 30,
"unsigned": true
},
{
"#": "21",
"label": "Temperature Differential Report",
"description": "The temperature differential to report. Not applicable to TSP01.",
"valueSize": 1,
"unit": "Fahrenheit",
"minValue": 0,
"maxValue": 127,
"defaultValue": 1
},
{
"#": "22",
"label": "Illumination Differential Report",
"description": "The illumination differential to report. Not applicable to TSP01.",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 127,
"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."
}
}