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

188 lines
4.9 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Zooz",
"manufacturerId": "0x027a",
"label": "ZEN27",
"description": "Z-Wave Plus S2 Dimmer Light Switch",
"devices": [
{
"productType": "0xa000",
"productId": "0xa002"
}
],
"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.7",
"$import": "~/templates/master_template.json#orientation"
},
{
"#": "1",
"$if": "firmwareVersion >= 2.8",
"$import": "~/templates/master_template.json#orientation_momentary"
},
{
"#": "2",
"$import": "~/templates/master_template.json#led_indicator_four_options"
},
{
"#": "3",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Auto Turn-Off Timer"
},
{
"#": "4",
"$import": "templates/zooz_template.json#auto_off_timer_duration"
},
{
"#": "5",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Auto Turn-On Timer"
},
{
"#": "6",
"$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"
},
{
"#": "9",
"$import": "templates/zooz_template.json#dimmer_ramp_rate",
"defaultValue": 1
},
{
"#": "10",
"$import": "templates/zooz_template.json#min_brightness"
},
{
"#": "11",
"$import": "templates/zooz_template.json#max_brightness"
},
{
"#": "12",
"$import": "templates/zooz_template.json#zen2x_double_tap_up_behavior"
},
{
"#": "13",
"$if": "firmwareVersion >= 2.0",
"$import": "templates/zooz_template.json#enable_scene_control"
},
{
"#": "14",
"$if": "firmwareVersion >= 2.1",
"$import": "templates/zooz_template.json#double_tap_enable"
},
{
"#": "15",
"$if": "firmwareVersion >= 2.1 && firmwareVersion <= 2.6",
"label": "Enable Local and Z-Wave Control",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Local control disabled, Z-Wave control enabled",
"value": 0
},
{
"label": "Local control and Z-Wave control enabled",
"value": 1
}
]
},
{
"#": "15",
"$if": "firmwareVersion >= 2.7",
"$import": "~/templates/master_template.json#smart_switch_mode_0-2"
},
{
"#": "16",
"$if": "firmwareVersion >= 2.0",
"$import": "templates/zooz_template.json#local_dimming_speed",
"defaultValue": 4
},
{
"#": "17",
"$if": "firmwareVersion === 2.7",
"$import": "templates/zooz_template.json#zwave_ramp_rate",
"defaultValue": 1
},
{
"#": "17",
"$if": "firmwareVersion >= 2.8",
"$import": "templates/zooz_template.json#zwave_ramp_rate"
},
{
"#": "18",
"$if": "firmwareVersion >= 2.7",
"$import": "templates/zooz_template.json#custom_brightness"
},
{
"#": "20",
"$if": "firmwareVersion >= 2.7",
"$import": "templates/zooz_template.json#smart_switch_mode_dimming_reporting"
},
{
"#": "21",
"$if": "firmwareVersion >= 2.8",
"$import": "templates/zooz_template.json#smart_switch_mode_reporting"
},
{
"#": "22",
"$if": "firmwareVersion >= 2.8",
"$import": "templates/zooz_template.json#night_light_mode",
"defaultValue": 0
}
],
"metadata": {
"inclusion": "1. Initiate inclusion mode on the Z-Wave hub.\n2. Tap the upper paddle of the dimmer 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 dimmer 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/3148/zooz-z-wave-plus-s2-dimmer-switch-zen27-manual.pdf"
}
}