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 new parameters for ZEN17 800LR #7542

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
18 changes: 16 additions & 2 deletions packages/config/config/devices/0x027a/zen17.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"devices": [
{
"productType": "0x7000",
"productId": "0xa00a"
"productId": "0xa00a",
"zwaveAllianceId": 5127
},
{
"productType": "0xbb00",
Expand Down Expand Up @@ -519,6 +520,13 @@
"value": 3
}
]
},
{
"#": "28",
"$if": "firmwareVersion >= 2.00",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Simultaneous On/Off Operation of R1/R2",
"defaultValue": 0
}
],
"compat": {
Expand All @@ -532,6 +540,12 @@
"inclusion": "INCLUSION\n1. Initiate inclusion (pairing) in the app (or web interface).\n2. TAP THE Z-WAVE BUTTON 3 TIMES QUICKLY if using traditional Z-Wave inclusion.\n3. The LED indicator will blink to signal communication and remain on for 2 seconds to confirm inclusion.",
"exclusion": "1. Bring your Universal Relay close to the Z-Wave hub and power it\n2. Put the Z-Wave hub into exclusion mode\n3. Click the Z-Wave button 3 times quickly\n4. Your hub will confirm exclusion and the Universal Relay will disappear from your controller's device list",
"reset": "If your primary controller is missing or inoperable, you may need to reset the device to factory settings. To complete the reset process manually, click the Z-Wave button 4 times quickly, the LED indicator will light up,\nthen quickly click the Z-Wave button 4 times again. The LED indicator will flash 3 times to confirm successful reset and will then turn off",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4132/zooz-700-series-z-wave-plus-universal-relay-zen17-ver1.0-manual.pdf"
"manual": [
{
"$if": "firmwareVersion >= 2.00",
"value": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=cert_portal/certs/1177/zooz-800-series-z-wave-long-range-universal-relay-zen17-800lr-full-manual_1.pdf"
},
"https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4132/zooz-700-series-z-wave-plus-universal-relay-zen17-ver1.0-manual.pdf"
]
}
}
Loading