Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config): add Zooz ZSE70 800LR #7496

Merged
merged 5 commits into from
Jan 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
309 changes: 309 additions & 0 deletions packages/config/config/devices/0x027a/zse70_800lr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,309 @@
{
"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": "1 = least sensitive, 8 = most sensitive",
"valueSize": 1,
"defaultValue": 6,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "2",
"label": "Motion Clear Delay",
"description": "How long to wait after the last motion detection before reporting no motion",
"valueSize": 2,
"unit": "seconds",
"minValue": 10,
"maxValue": 3600,
"defaultValue": 30
},
{
"#": "3",
"label": "Motion Reports: Basic Set Values",
"valueSize": 1,
"minValue": 0,
"maxValue": 7,
"defaultValue": 7,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Motion: 0xFF, no motion: 0x00",
"value": 1
},
{
"label": "Motion: 0x00, no motion: 0xFF",
"value": 2
},
{
"label": "Motion: 0xFF, no reports for no motion",
"value": 3
},
{
"label": "Motion: 0x00, no reports for no motion",
"value": 4
},
{
"label": "No motion: 0xFF, no reports for motion",
"value": 5
},
{
"label": "No motion: 0x00, no reports for motion",
"value": 6
},
{
"label": "Custom (Parameter 4)",
"value": 7
}
]
},
{
"#": "4[0xff00]",
"label": "Motion Reports: Custom Value (Motion)",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "4[0x00ff]",
"label": "Motion Reports: Custom Value (No Motion)",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "5",
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
"defaultValue": 1
},
{
"#": "6",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "LED Indicator (Motion)",
"defaultValue": 1
},
{
"#": "7",
"label": "Low Battery Threshold",
"description": "Below this level a low battery alert will be sent.",
"valueSize": 1,
"unit": "%",
"minValue": 10,
"maxValue": 50,
"defaultValue": 10
},
{
"#": "8",
"label": "Battery Check Interval",
"description": "How often to check the battery level for changes",
"valueSize": 2,
"unit": "hours",
"minValue": 0,
"maxValue": 744,
"defaultValue": 4,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "11",
"label": "Battery Change Report Threshold",
"description": "How much the battery level must change before sending a new report",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 50,
"defaultValue": 2,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "9",
"label": "Temperature Check Interval",
"description": "How often to check the temperature for changes",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 600,
"defaultValue": 20,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "12",
"label": "Temperature Change Report Threshold",
"description": "How much the temperature must change before sending a new report",
"valueSize": 1,
"unit": "°F",
"minValue": 0,
"maxValue": 144,
"defaultValue": 1,
"unsigned": true,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "14",
"label": "Temperature Calibration",
"description": "Value is offset by 100: 0 = -10 °F, 50 = -5 °F, 100 = 0 °F, 150 = +5 °F, 200 = +10 °F",
"valueSize": 1,
"unit": "0.1 °F",
"minValue": 0,
"maxValue": 200,
"defaultValue": 100,
"unsigned": true
},
{
"#": "17",
"label": "Temperature Report Interval",
"description": "The minimum interval in which the sensor will send temperature updates, even if the change threshold is not met.",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 43200,
"defaultValue": 0,
"unsigned": true,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "10",
"label": "Brightness Check Interval",
"description": "How often to check the brightness for changes",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 600,
"defaultValue": 10,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "13",
"label": "Brightness Change Report Threshold",
"description": "How much the brightness must change before sending a new report",
"valueSize": 2,
"unit": "lux",
"minValue": 0,
"maxValue": 30000,
"defaultValue": 50,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "15",
"label": "Brightness Calibration",
"description": "Value is offset by 100: 0 = -100 lux, 50 = -50 lux, 100 = 0 lux, 150 = +50 lux, 200 = +100 lux",
"valueSize": 1,
"unit": "lux",
"minValue": 0,
"maxValue": 200,
"defaultValue": 100,
"unsigned": true
},
{
"#": "16",
"label": "Brightness Threshold for Motion",
"description": "Motion reports will only be sent while the brightness is below this level",
"valueSize": 2,
"unit": "lux",
"minValue": 0,
"maxValue": 30000,
"defaultValue": 0,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "18",
"label": "Brightness Report Interval",
"description": "The minimum interval in which the sensor will send brightness updates, even if the change threshold is not met.",
"valueSize": 2,
"minValue": 0,
"maxValue": 43200,
"defaultValue": 0,
"unsigned": true,
"options": [
{
"label": "Disable",
"value": 0
}
]
}
],
"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"
}
}
Loading