zwave-js/.config-db/devices/0x0258/nas-pd02z-2.json

261 lines
5 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
"manufacturerId": "0x0258",
"label": "NAS_PD02Z-2",
"description": "PIR Motion, Temperature & Light Sensor",
"devices": [
{
"productType": "0x0200",
"productId": "0x1036"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Control",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"label": "Motion Sensor: Sensitivity",
"description": "0 = highest; 99 = lowest.",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 3
},
{
"#": "2",
"label": "Motion Sensor: Window Time",
"description": "Period during which motion is measured.",
"valueSize": 1,
"unit": "seconds",
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "4 seconds",
"value": 0
},
{
"label": "8 seconds",
"value": 1
},
{
"label": "12 seconds",
"value": 2
},
{
"label": "16 seconds",
"value": 3
}
]
},
{
"#": "3",
"label": "Motion Sensor: Pulse Count",
"description": "Number of times motion must be detected within set window time before a detection message is sent.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "1 time",
"value": 0
},
{
"label": "2 times",
"value": 1
},
{
"label": "3 times",
"value": 2
},
{
"label": "4 times",
"value": 3
}
]
},
{
"#": "4",
"label": "Motion Sensor: Blind Time",
"description": "Time the sensor waits before sending a next motion detected message.",
"valueSize": 1,
"unit": "seconds",
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "0.5 seconds",
"value": 0
},
{
"label": "1 second",
"value": 1
},
{
"label": "1.5 seconds",
"value": 2
},
{
"label": "2 seconds",
"value": 3
},
{
"label": "2.5 seconds",
"value": 4
},
{
"label": "3 seconds",
"value": 5
},
{
"label": "3.5 seconds",
"value": 6
},
{
"label": "4 seconds",
"value": 7
},
{
"label": "4.5 seconds",
"value": 8
},
{
"label": "5 seconds",
"value": 9
},
{
"label": "5.5 seconds",
"value": 10
},
{
"label": "6 seconds",
"value": 11
},
{
"label": "6.5 seconds",
"value": 12
},
{
"label": "7 seconds",
"value": 13
},
{
"label": "7.5 seconds",
"value": 14
},
{
"label": "8 seconds",
"value": 15
}
]
},
{
"#": "5",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Motion Sensor",
"defaultValue": 1
},
{
"#": "6",
"label": "Motion Sensor: Clear Time",
"description": "Time in seconds to wait before sending 'Clear motion detected' since the last detection.",
"valueSize": 2,
"unit": "seconds",
"minValue": 10,
"maxValue": 3600,
"defaultValue": 30
},
{
"#": "7",
"$import": "templates/shenzhen_neo_template.json#blink_on_motion"
},
{
"#": "8",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Binary Sensor Report"
},
{
"#": "9",
"label": "Motion Control: Basic Set Level",
"valueSize": 1,
"defaultValue": 100,
"allowManualEntry": false,
"options": [
{
"label": "On",
"value": 100
},
{
"label": "Off",
"value": 0
}
]
},
{
"#": "10",
"label": "Light Sensor: Measuring Interval",
"valueSize": 2,
"unit": "seconds",
"minValue": 30,
"maxValue": 3600,
"defaultValue": 180
},
{
"#": "11",
"label": "Light Sensor: Illumination Differential Report",
"valueSize": 1,
"unit": "lux",
"minValue": 1,
"maxValue": 127,
"defaultValue": 50
},
{
"#": "12",
"label": "Light Sensor: Night/Day Threshold",
"valueSize": 1,
"minValue": 1,
"maxValue": 127,
"defaultValue": 50
},
{
"#": "13",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Light Sensor: Intensity Associated Enable",
"description": "Send BASIC_SET commands to nodes in group 2 only if the environment is 'dark' (as defined by 12: 'Light Intensity Threshold')."
},
{
"#": "14",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Motion Sensor: Report Once Enable",
"description": "Suppress sending more Motion Event Report messages after the first Motion Event Report message was sent until a Motion Event Cleared Report message has been sent."
},
{
"#": "15",
"label": "Temperature Change Report Threshold",
"valueSize": 1,
"unit": "0.1 °C",
"minValue": 1,
"maxValue": 100,
"defaultValue": 10
},
{
"#": "99",
"$import": "templates/shenzhen_neo_template.json#light_calibration",
"label": "Light Sensor: Offset Calibration"
}
]
}