zwave-js/.config-db/devices/0x027a/zen26.json

129 lines
3.7 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Zooz",
"manufacturerId": "0x027a",
"label": "ZEN26",
"description": "Z-Wave Plus S2 ON/OFF Switch",
"devices": [
{
"productType": "0xa000",
"productId": "0xa001"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "On/Off Control",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"$if": "firmwareVersion <= 2.2",
"$import": "~/templates/master_template.json#orientation"
},
{
"#": "1",
"$if": "firmwareVersion >= 2.3",
"$import": "~/templates/master_template.json#orientation_momentary"
},
{
"#": "2",
"$import": "~/templates/master_template.json#led_indicator_four_options"
},
{
"#": "3",
"$if": "firmwareVersion <= 1.255",
"label": "Auto Turn-Off Timer Duration",
"description": "Set the number of seconds to automatically turn off switch once it has been turned on (0 to disable).",
"valueSize": 2,
"minValue": 0,
"maxValue": 32767,
"defaultValue": 60
},
{
"#": "3",
"$if": "firmwareVersion >= 2.0",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Auto Turn-Off Timer"
},
{
"#": "4",
"$if": "firmwareVersion >= 2.0",
"$import": "templates/zooz_template.json#auto_off_timer_duration"
},
{
"#": "5",
"$if": "firmwareVersion >= 2.0",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Auto Turn-On Timer"
},
{
"#": "6",
"$if": "firmwareVersion >= 2.0",
"$import": "templates/zooz_template.json#auto_on_timer_duration"
},
{
"#": "7[0x01]",
"$if": "firmwareVersion >= 2.0",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Control Group 2 with Physical Switch",
"defaultValue": 1
},
{
"#": "7[0x02]",
"$if": "firmwareVersion >= 2.0",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Control Group 2 with Connected 3-Way Switch",
"defaultValue": 1
},
{
"#": "7[0x04]",
"$if": "firmwareVersion >= 2.0",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Control Group 2 with Z-Wave Commands",
"defaultValue": 1
},
{
"#": "7[0x08]",
"$if": "firmwareVersion >= 2.0",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Control Group 2 with On/Off Timers",
"defaultValue": 1
},
{
"#": "8",
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
},
{
"#": "10",
"$if": "firmwareVersion >= 2.0",
"$import": "templates/zooz_template.json#enable_scene_control"
},
{
"#": "11",
"$if": "firmwareVersion >= 2.0",
"$import": "~/templates/master_template.json#smart_switch_mode_0-2"
},
{
"#": "13",
"$if": "firmwareVersion >= 2.2",
"$import": "templates/zooz_template.json#smart_switch_mode_reporting"
}
],
"metadata": {
"inclusion": "1. Initiate inclusion mode on the Z-Wave hub.\n2. Tap the upper paddle of the switch 3 times quickly. The LED indicators will blink to signal communication and remain on for 2 seconds to confirm inclusion",
"exclusion": "1. Initiate exclusion mode on the Z-Wave hub.\n2. Tap the lower paddle on the switch 3 times quickly\n3. Your hub will confirm exclusion and the device will disappear from your controller's device list",
"reset": "1. Tap-tap-tapnhold the upper paddle for at least 10 seconds. The LED indicator will flash to confirm successful reset.",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3147/zooz-z-wave-plus-s2-on-off-switch-zen26-manual.pdf"
}
}