From d6640926ac96982d5c8d748342acd598956a5cb8 Mon Sep 17 00:00:00 2001 From: Z-Wave JS Bot Date: Fri, 8 Nov 2024 09:24:50 +0000 Subject: [PATCH] feat(config): import config files from zwa --- .../config/devices/0x027a/zse70_800lr.json | 215 ++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 packages/config/config/devices/0x027a/zse70_800lr.json diff --git a/packages/config/config/devices/0x027a/zse70_800lr.json b/packages/config/config/devices/0x027a/zse70_800lr.json new file mode 100644 index 000000000000..4d50996dab1e --- /dev/null +++ b/packages/config/config/devices/0x027a/zse70_800lr.json @@ -0,0 +1,215 @@ +{ + "manufacturer": "Zooz", + "manufacturerId": "0x027a", + "label": "ZSE70 800LR", + "description": "Outdoor Motion Sensor", + "devices": [ + { + "productType": "0x0004", + "productId": "0x0006", + "zwaveAllianceId": 5150 + } + ], + "firmwareVersion": { + "min": "0.0", + "max": "255.255" + }, + "associations": { + "1": { + "label": "Lifeline", + "maxNodes": 5, + "isLifeline": true + }, + "2": { + "label": "On/Off control", + "maxNodes": 5 + } + }, + "paramInformation": [ + { + "#": "1", + "label": "Motion Sensitivity", + "description": "0", + "valueSize": 1, + "minValue": 0, + "maxValue": 8, + "defaultValue": 6, + "unsigned": true + }, + { + "#": "2", + "label": "Motion Untrigger Time", + "description": "0", + "valueSize": 2, + "minValue": 10, + "maxValue": 3600, + "defaultValue": 30, + "unsigned": true + }, + { + "#": "3", + "label": "Motion Group Control", + "description": "0", + "valueSize": 1, + "minValue": 0, + "maxValue": 7, + "defaultValue": 7, + "unsigned": true + }, + { + "#": "4", + "label": "Motion Group Value Setting", + "description": "0", + "valueSize": 2, + "minValue": 0, + "maxValue": 65535, + "defaultValue": 65280, + "unsigned": true + }, + { + "#": "5", + "label": "Temperature Report Scale", + "description": "0", + "valueSize": 1, + "minValue": 0, + "maxValue": 1, + "defaultValue": 1, + "unsigned": true + }, + { + "#": "6", + "label": "Led Activity", + "description": "0", + "valueSize": 1, + "minValue": 0, + "maxValue": 1, + "defaultValue": 1, + "unsigned": true + }, + { + "#": "7", + "label": "Low Battery Threshold", + "description": "0", + "valueSize": 1, + "minValue": 10, + "maxValue": 50, + "defaultValue": 10, + "unsigned": true + }, + { + "#": "8", + "label": "Battery Power Checking Interval", + "description": "0", + "valueSize": 2, + "minValue": 0, + "maxValue": 744, + "defaultValue": 4, + "unsigned": true + }, + { + "#": "9", + "label": "Temperature Threshold Check Time", + "description": "0", + "valueSize": 2, + "minValue": 0, + "maxValue": 600, + "defaultValue": 30, + "unsigned": true + }, + { + "#": "10", + "label": "Light Threshold Check Time", + "description": "0", + "valueSize": 2, + "minValue": 0, + "maxValue": 600, + "defaultValue": 10, + "unsigned": true + }, + { + "#": "11", + "label": "Battery Threshold", + "description": "0", + "valueSize": 1, + "minValue": 0, + "maxValue": 50, + "defaultValue": 2, + "unsigned": true + }, + { + "#": "12", + "label": "Temperature Threshold", + "description": "0", + "valueSize": 1, + "minValue": 0, + "maxValue": 144, + "defaultValue": 1, + "unsigned": true + }, + { + "#": "13", + "label": "Light Threshold", + "description": "0", + "valueSize": 2, + "minValue": 0, + "maxValue": 30000, + "defaultValue": 50, + "unsigned": true + }, + { + "#": "14", + "label": "Temperature Calibrate Offset", + "description": "0", + "valueSize": 1, + "minValue": 0, + "maxValue": 200, + "defaultValue": 100, + "unsigned": true + }, + { + "#": "15", + "label": "Light Calibrate Offset", + "description": "0", + "valueSize": 1, + "minValue": 0, + "maxValue": 200, + "defaultValue": 100, + "unsigned": true + }, + { + "#": "16", + "label": "Dusk to Dawn", + "description": "0", + "valueSize": 2, + "minValue": 0, + "maxValue": 30000, + "defaultValue": 0, + "unsigned": true + }, + { + "#": "17", + "label": "Automatic Report Interval Time For Temp", + "description": "0", + "valueSize": 2, + "minValue": 0, + "maxValue": 43200, + "defaultValue": 0, + "unsigned": true + }, + { + "#": "18", + "label": "Automatic Report Interval Time For Light", + "description": "0", + "valueSize": 2, + "minValue": 0, + "maxValue": 43200, + "defaultValue": 0, + "unsigned": true + } + ], + "metadata": { + "inclusion": "Put your Z-Wave® hub into inclusion mode and click\nthe Z-Wave® button 3 times as quickly as possible. The\nLED indicator will start blinking to confirm inclusion\nmode and turn off once inclusion is completed", + "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. Click the Z-Wave® button 3 times quickly.\n4. Your hub will confirm exclusion and the sensor will\ndisappear from your controller''s device list", + "reset": "When your network’s primary controller is missing or\notherwise inoperable, you may need to reset the device\nto factory settings manually. In order to complete the\nprocess, make sure the sensor is powered, then hold\nthe Z-Wave® button down for at least 10 seconds.\nThe LED indicator will start flashing blue and turn solid\nblue for a couple of seconds to indicate successful reset.\nNOTE: All previously recorded activity and custom settings will be\nerased from the device’s memory" + } +}