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 template for Zen5x Relays for Firmware 1.70 added parameter #6730

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,11 @@
}
]
},
"zen5x_external_switch_multiple_click": {
"label": "External switch multiple click detection",
"$import": "~/templates/master_template.json#base_enable_disable",
"description": "External switch multiple click detection"
},
"zen5x_metadata": {
"inclusion": "1. Initiate inclusion (pairing) in the app (or web interface).\n2. TAP UP 3 TIMES QUICKLY if using traditional Z-Wave inclusion. \nSCAN THE QR CODE / ENTER THE 5-DIGIT PIN if using the new SmartStart method. The SmartStart security PIN is located on the back of the relay, next to the Z-Wave Plus logo.\n3. The LED indicator will blink green to signal communication and turn green for 2 seconds if inclusion is successful or turn red for 2 seconds if the pairing attempt fails",
"exclusion": "1. Bring your Z-Wave gateway (hub) close to the relay if possible\n2. Put the Z-Wave hub into exclusion mode (not sure how to do that? [email protected]) \n3. Click the Z-Wave button on the relay 3 times quickly (the LED indicator will start blinking green)\n4. Your hub will confirm exclusion, the LED indicator on the relay will turn green for 2 seconds, and the device will disappear from your controller's device list",
Expand Down
4 changes: 4 additions & 0 deletions packages/config/config/devices/0x027a/zen51.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
{
"#": "11",
"$import": "templates/zooz_template.json#impulse_duration"
},
{
"#": "12",
"$import": "templates/zooz_template.json#zen5x_external_switch_multiple_click"
}
],
"metadata": {
Expand Down
4 changes: 4 additions & 0 deletions packages/config/config/devices/0x027a/zen52.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@
{
"#": "24",
"$import": "templates/zooz_template.json#association_reports_binary"
},
{
"#": "27",
"$import": "templates/zooz_template.json#zen5x_external_switch_multiple_click"
}
],
"metadata": {
Expand Down