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

157 lines
4.1 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.

// 800 series (LR) starting with firmware 2.0
{
"manufacturer": "Zooz",
"manufacturerId": "0x027a",
"label": "ZSE11",
"description": "Q Sensor",
"devices": [
{
"productType": "0x0201",
"productId": "0x0006",
"zwaveAllianceId": 4152
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "12",
"$import": "templates/zooz_template.json#motion_sensitivity_1_8",
"defaultValue": 6
},
{
"#": "13",
"label": "Motion Detection: Timeout",
"valueSize": 2,
"unit": "seconds",
"minValue": 10,
"maxValue": 3600,
"defaultValue": 30
},
{
"#": "14",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Motion Detection: Send Basic Set",
"defaultValue": 1
},
{
"#": "15",
"$import": "templates/zooz_template.json#basic_set_value"
},
{
"#": "16",
"$import": "templates/zooz_template.json#binary_sensor_report"
},
{
"#": "18",
"label": "Temperature Scale",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "Celsius",
"value": 1
},
{
"label": "Fahrenheit",
"value": 2
}
]
},
{
"#": "19",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Flash LED on Motion",
"defaultValue": 1
},
{
"#": "32",
"$import": "templates/zooz_template.json#low_battery_alarm_threshold",
"defaultValue": 10
},
{
"#": "172",
"label": "Minimum Reporting Frequency",
"valueSize": 2,
"unit": "hours",
"minValue": 1,
"maxValue": 744,
"defaultValue": 4
},
{
"#": "182",
"$import": "~/templates/master_template.json#base_0-99_nounit",
"label": "Battery Reporting Change Threshold",
"unit": "%",
"defaultValue": 0,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "183",
"label": "Temperature Reporting Change Threshold",
"valueSize": 2,
"unit": "°F",
"minValue": 1,
"maxValue": 144,
"defaultValue": 1
},
{
"#": "184",
"label": "Humidity Reporting Change Threshold",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 80,
"defaultValue": 5,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "185",
"label": "Brightness Reporting Change Threshold",
"valueSize": 2,
"unit": "lux",
"minValue": 0,
"maxValue": 30000,
"defaultValue": 50,
"options": [
{
"label": "Disable",
"value": 0
}
]
}
],
"compat": [
{
// On the 500 series version of this device, the wakeup destination
// cannot be set using Supervision, resulting in missing wakeup reports
"$if": "firmwareVersion < 2.0",
"commandClasses": {
"remove": {
"Supervision": {
"endpoints": "*"
}
}
}
}
],
"metadata": {
"inclusion": "Put your Z-Wave hub into inclusion mode and click the Z-Wave button 3 times as quickly as possible. The LED indicator will start blinking to confirm inclusion mode and turn off once inclusion is completed. The sensor will automatically pair as a repeater if connected to USB power, no special button sequence required",
"exclusion": "1. Bring the sensor within direct range of your Z-Wave gateway (hub).\n2. Put the Z-Wave hub into exclusion mode (not sure how to do that? ask@getzooz.com).\n3. Press and release the Z-Wave button 3 times quickly.\n4. Your hub will confirm exclusion and the sensor will disappear 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 press and hold the Z-Wave button for at least 20 seconds.\nThe LED indicator will start flashing and turn solid on for a couple of seconds to indicate successful reset.\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=product_documents/4152/zooz-q-sensor-zse11-ver1-manual-online.pdf"
}
}