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

156 lines
4.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"manufacturer": "Zooz",
"manufacturerId": "0x027a",
"label": "ZSE29",
"description": "Outdoor Motion Sensor",
"devices": [
{
"productType": "0x0001",
"productId": "0x0005",
"zwaveAllianceId": 3081
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "PIR Control",
"maxNodes": 4
}
},
"paramInformation": [
{
"#": "1",
"$if": "firmwareVersion >= 2.0",
"$import": "~/templates/master_template.json#base_0-99_nounit",
"label": "Basic Set Value",
"description": "Set the value of Basic Set commands sent to the devices associated in Group 2",
"defaultValue": 99
},
{
"#": "2",
"$if": "firmwareVersion >= 2.0",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Send Motion Reports",
"defaultValue": 1
},
{
"#": "3",
"$if": "firmwareVersion >= 2.0",
"label": "Motion Sensitivity",
"description": "Adjust motion sensitivity where 10 is the most sensitive setting.",
"valueSize": 1,
"minValue": 1,
"maxValue": 10,
"defaultValue": 6
},
{
"#": "4",
"$if": "firmwareVersion >= 2.0",
"label": "Brightness Threshold",
"description": "The sensor will report motion only if brightness level is below the set value (10 is the lowest value the sensor reports).",
"valueSize": 2,
"unit": "lux",
"minValue": 0,
"maxValue": 900,
"defaultValue": 0,
"options": [
{
"label": "Set by knob on sensor",
"value": 0
},
{
"label": "Ignore brightness",
"value": 1
}
]
},
{
"#": "5",
"$if": "firmwareVersion >= 2.0",
"label": "Re-Trigger Interval",
"description": "Delay before the sensor reports no motion after detecting the last motion activity (add 5 seconds to entered value).",
"valueSize": 2,
"unit": "+5 seconds",
"minValue": 0,
"maxValue": 720,
"defaultValue": 0,
"options": [
{
"label": "Set by knob on sensor",
"value": 0
}
]
},
{
"#": "6",
"$if": "firmwareVersion >= 2.0",
"label": "Lux Reporting Frequency",
"valueSize": 2,
"unit": "minutes",
"minValue": 1,
"maxValue": 1440,
"defaultValue": 30
},
{
"#": "7",
"$if": "firmwareVersion >= 2.0",
"label": "Manual Motion Re-Trigger Time Setting",
"description": "Read the value for the Motion Re-trigger Time set by knob on sensor (overridden by setting Motion Re-trigger Time parameter).",
"valueSize": 2,
"unit": "seconds",
"minValue": 5,
"maxValue": 720,
"defaultValue": 5,
"readOnly": true,
"options": [
{
"label": "5 seconds (Test mode)",
"value": 5
}
]
},
{
"#": "8",
"$if": "firmwareVersion >= 2.0",
"label": "Manual Brightness Threshold Setting",
"description": "Read the value for the Brightness Threshold set by knob on sensor (overridden by setting Brightness Threshold parameter).",
"valueSize": 2,
"unit": "lux",
"minValue": 10,
"maxValue": 900,
"defaultValue": 900,
"readOnly": true,
"options": [
{
"label": "900 lux (Test mode)",
"value": 900
}
]
}
],
"metadata": {
"inclusion": "AUTO-INCLUSION:\n1. Initiate inclusion (pairing) in the app (or web interface). Not Sure how? ask@getzooz.com. If youre using an S2 hub, it may ask you to enter the DSK key printed on the back cover sticker to complete secure inclusion.\n2. Insert the batteries or the USB adapter board. The LED indicator\nwill start blinking and the sensor will join the network Automatically.\n\nMANUAL INCLUSION:\nPut your Z-Wave hub into inclusion mode and click the tamper switch 3 times quickly",
"exclusion": "1. Bring the sensor within direct range of your Z-Wave\ngateway (hub).\n2. Put the Z-Wave hub into exclusion mode (not sure\nhow to do that? ask@getzooz.com).\n3. Press and release the tamper switch 3 times quickly.\n4. Your hub will confirm exclusion and the sensor will\ndisappear from your controller's device list",
"reset": "When your networks primary controller is missing or otherwise inoperable, you may need to reset the device to factory settings manually. In order to complete the process, make sure the sensor is powered, then CLICKCLICK-CLICK-CLICKNHOLD the tamper switch for AT LEAST 5 SECONDS. The LED indicator will turn off to\nindicate successful reset. The sensor will then enter auto-inclusion mode for 4 minutes.\nNOTE: All previously recorded activity and custom settings will be erased from the devices memory.",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3081/zooz-z-wave-plus-s2-outdoor-motion-sensor-zse29-manual.pdf"
},
"compat": {
// On older firmware, supervised commands always result in a status of "Fail"
"$if": "firmwareVersion < 2.2",
"commandClasses": {
"remove": {
"Supervision": {
"endpoints": "*"
}
}
}
}
}