Skip to content

Commit

Permalink
feat(config): add new device config for Zooz ZSE70 800LR
Browse files Browse the repository at this point in the history
  • Loading branch information
hceuterpe committed Dec 14, 2024
1 parent c80a52d commit 09e10e0
Showing 1 changed file with 193 additions and 0 deletions.
193 changes: 193 additions & 0 deletions packages/config/config/devices/0x027a/zse70_800lr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,193 @@
{
"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": "Adjust motion sensitivity where 8 is the most sensitive setting.",
"valueSize": 1,
"minValue": 0,
"maxValue": 8,
"defaultValue": 6
},
{
"#": "2",
"label": "Motion Untrigger Time",
"description": "Set motion clear time for the delay before the sensor reports no motion to the hub and associated devices are detecting the last motion activity.",
"valueSize": 2,
"minValue": 10,
"maxValue": 3600,
"defaultValue": 30
},
{
"#": "3",
"label": "Motion Group Control",
"valueSize": 1,
"minValue": 0,
"maxValue": 7,
"defaultValue": 7
},
{
"#": "4",
"label": "Motion Group Value Setting",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 65280,
"unsigned": true
},
{
"#": "5",
"label": "Temperature Report Scale",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 1
},
{
"#": "6",
"label": "LED Activity",
"description": "Enable or disable LED indicator for motion alerts.",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 1
},
{
"#": "7",
"label": "Low Battery Threshold",
"valueSize": 1,
"minValue": 10,
"maxValue": 50,
"defaultValue": 10
},
{
"#": "8",
"label": "Battery Power Checking Interval",
"valueSize": 2,
"minValue": 0,
"maxValue": 744,
"defaultValue": 4
},
{
"#": "9",
"label": "Temperature Threshold Check Time",
"valueSize": 2,
"minValue": 0,
"maxValue": 600,
"defaultValue": 30
},
{
"#": "10",
"label": "Light Threshold Check Time",
"valueSize": 2,
"minValue": 0,
"maxValue": 600,
"defaultValue": 10
},
{
"#": "11",
"label": "Battery Threshold",
"valueSize": 1,
"minValue": 0,
"maxValue": 50,
"defaultValue": 2
},
{
"#": "12",
"label": "Temperature Threshold",
"description": "Set the reporting threshold for temperature. The sensor will report new temperature value to the hub whenever temperature changes by the number of degrees entered as value.",
"valueSize": 1,
"minValue": 0,
"maxValue": 144,
"defaultValue": 1,
"unsigned": true
},
{
"#": "13",
"label": "Light Threshold",
"description": "Set the reporting threshold for lux. The sensor will report new lux value to the hub whenever the brightness level changes by the number of lux entered as value.",
"valueSize": 2,
"minValue": 0,
"maxValue": 30000,
"defaultValue": 50
},
{
"#": "14",
"label": "Temperature Calibrate Offset",
"valueSize": 1,
"minValue": 0,
"maxValue": 200,
"defaultValue": 100,
"unsigned": true
},
{
"#": "15",
"label": "Light Calibrate Offset",
"valueSize": 1,
"minValue": 0,
"maxValue": 200,
"defaultValue": 100,
"unsigned": true
},
{
"#": "16",
"label": "Dusk to Dawn",
"description": "Program the dusk to dawn feature. The sensor will report motion to the hub only when the lux level goes below the value set in this parameter",
"valueSize": 2,
"minValue": 0,
"maxValue": 30000,
"defaultValue": 0
},
{
"#": "17",
"label": "Automatic Report Interval Time for Temp",
"description": "Set the reporting frequency for temperature. This is the minimum interval in which the sensor will send updates to the hub even if the reporting threshold isn’t met. The values entered correspond to the number of seconds.",
"valueSize": 2,
"minValue": 0,
"maxValue": 43200,
"defaultValue": 0,
"unsigned": true
},
{
"#": "18",
"label": "Automatic Report Interval Time for Light",
"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? [email protected]).\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",
"manual": "https://cdn.shopify.com/s/files/1/0218/7704/files/zooz-zse70-800lr-manual.pdf"
}
}

0 comments on commit 09e10e0

Please sign in to comment.