diff --git a/packages/config/config/devices/0x0063/58438_zwa3016.json b/packages/config/config/devices/0x0063/58438_zwa3016.json new file mode 100644 index 000000000000..8cd942d8bdaf --- /dev/null +++ b/packages/config/config/devices/0x0063/58438_zwa3016.json @@ -0,0 +1,93 @@ +{ + "manufacturer": "Enbrighten", + "manufacturerId": "0x0063", + "label": "58438 / ZWA3016", + "description": "In-Wall Paddle Dimmer, 700S", + "devices": [ + { + "productType": "0x4944", + "productId": "0x3430", + "zwaveAllianceId": 4462 + } + ], + "firmwareVersion": { + "min": "0.0", + "max": "255.255" + }, + "associations": { + "1": { + "label": "Lifeline", + "maxNodes": 5, + "isLifeline": true + }, + "2": { + "label": "Local Load", + "maxNodes": 5 + }, + "3": { + "label": "Double Tap", + "maxNodes": 5, + "isLifeline": true + } + }, + "paramInformation": [ + { + "#": "3", + "$import": "~/templates/master_template.json#led_indicator_four_options" + }, + { + "#": "4", + "$import": "~/templates/master_template.json#orientation" + }, + { + "#": "5", + "$import": "templates/jasco_template.json#three_way_setup" + }, + { + "#": "16", + "$import": "templates/jasco_template.json#switch_mode" + }, + { + "#": "19", + "$import": "templates/jasco_template.json#alternate_exclusion" + }, + { + "#": "30", + "$import": "templates/jasco_template.json#dim_threshold_min" + }, + { + "#": "31", + "$import": "templates/jasco_template.json#dim_threshold_max" + }, + { + "#": "32", + "$import": "templates/jasco_template.json#default_brightness_level" + }, + { + "#": "34", + "$import": "templates/jasco_template.json#led_indicator_color" + }, + { + "#": "35", + "$import": "templates/jasco_template.json#led_indicator_intensity" + }, + { + "#": "36", + "$import": "templates/jasco_template.json#led_indicator_intensity", + "label": "Guidelight Mode Intensity" + }, + { + "#": "84", + "$import": "templates/jasco_template.json#factory_default" + } + ], + "compat": { + // Needed for double-tap support + "treatBasicSetAsEvent": true + }, + "metadata": { + "inclusion": "1. Follow the instructions for your Z-Wave certified controller to add a device to the Z-Wave network.\n2. Once the controller is ready to add your device, press and release the top or bottom of the smart dimmer (rocker)", + "exclusion": "1. Follow the instructions for your Z-Wave certified controller to remove a device from the Z-Wave network.\n2. Once the controller is ready to remove your device, press and release the top or bottom of the smart dimmer (rocker)", + "reset": "1. Quickly press ON (top) button three times, then immediately press the OFF (bottom) button three times. The LED will flash ON/OFF five times when completed successfully" + } +} diff --git a/packages/config/config/devices/0x0063/templates/jasco_template.json b/packages/config/config/devices/0x0063/templates/jasco_template.json index 9a35e5013dae..cdc449fc478b 100644 --- a/packages/config/config/devices/0x0063/templates/jasco_template.json +++ b/packages/config/config/devices/0x0063/templates/jasco_template.json @@ -395,5 +395,77 @@ "value": 2 } ] + }, + "three_way_setup": { + "label": "3-Way Setup", + "valueSize": 1, + "defaultValue": 0, + "unsigned": true, + "allowManualEntry": false, + "options": [ + { + "label": "Add-on", + "value": 0 + }, + { + "label": "Standard", + "value": 1 + } + ] + }, + "led_indicator_color": { + "label": "LED Indicator Color", + "valueSize": 1, + "defaultValue": 5, + "unsigned": true, + "allowManualEntry": false, + "options": [ + { + "label": "Red", + "value": 1 + }, + { + "label": "Orange", + "value": 2 + }, + { + "label": "Yellow", + "value": 3 + }, + { + "label": "Green", + "value": 4 + }, + { + "label": "Blue", + "value": 5 + }, + { + "label": "Pink", + "value": 6 + }, + { + "label": "Purple", + "value": 7 + }, + { + "label": "White", + "value": 8 + } + ] + }, + "led_indicator_intensity": { + "label": "LED Indicator Intensity", + "valueSize": 1, + "minValue": 0, + "maxValue": 7, + "defaultValue": 4, + "unsigned": true, + "options": [ + { + "label": "Off", + "value": 0 + } + ] } }