179 lines
4.2 KiB
JSON
179 lines
4.2 KiB
JSON
// 800 series (LR) starting with firmware 2.0
|
||
{
|
||
"manufacturer": "Zooz",
|
||
"manufacturerId": "0x027a",
|
||
"label": "ZEN34",
|
||
"description": "Remote Switch",
|
||
"devices": [
|
||
{
|
||
"productType": "0x0004",
|
||
"productId": "0xf001"
|
||
},
|
||
{
|
||
"productType": "0x7000",
|
||
"productId": "0xf001",
|
||
"zwaveAllianceId": 4114
|
||
}
|
||
],
|
||
"firmwareVersion": {
|
||
"min": "0.0",
|
||
"max": "255.255"
|
||
},
|
||
"associations": {
|
||
"1": {
|
||
"label": "Lifeline",
|
||
"maxNodes": 1,
|
||
"isLifeline": true
|
||
},
|
||
"2": {
|
||
"label": "On/Off Control",
|
||
"maxNodes": 5
|
||
},
|
||
"3": {
|
||
"label": "Dimmer Control",
|
||
"maxNodes": 5
|
||
}
|
||
},
|
||
"paramInformation": [
|
||
{
|
||
"#": "1",
|
||
"label": "LED Indicator Mode",
|
||
"valueSize": 1,
|
||
"defaultValue": 1,
|
||
"allowManualEntry": false,
|
||
"options": [
|
||
{
|
||
"label": "LED always off",
|
||
"value": 0
|
||
},
|
||
{
|
||
"label": "LED on when button is pressed",
|
||
"value": 1
|
||
},
|
||
{
|
||
"label": "LED always on in color specified in parameter 2",
|
||
"value": 2
|
||
},
|
||
{
|
||
"label": "LED always on in color specified in parameter 3",
|
||
"value": 3
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"#": "2",
|
||
"label": "LED Color for Upper Paddle",
|
||
"valueSize": 1,
|
||
"defaultValue": 1,
|
||
"allowManualEntry": false,
|
||
"options": [
|
||
{
|
||
"label": "White",
|
||
"value": 0
|
||
},
|
||
{
|
||
"label": "Blue",
|
||
"value": 1
|
||
},
|
||
{
|
||
"label": "Green",
|
||
"value": 2
|
||
},
|
||
{
|
||
"label": "Red",
|
||
"value": 3
|
||
},
|
||
{
|
||
"label": "Magenta",
|
||
"value": 4
|
||
},
|
||
{
|
||
"label": "Yellow",
|
||
"value": 5
|
||
},
|
||
{
|
||
"label": "Cyan",
|
||
"value": 6
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"#": "3",
|
||
"label": "LED Color for Lower Paddle",
|
||
"valueSize": 1,
|
||
"defaultValue": 0,
|
||
"allowManualEntry": false,
|
||
"options": [
|
||
{
|
||
"label": "White",
|
||
"value": 0
|
||
},
|
||
{
|
||
"label": "Blue",
|
||
"value": 1
|
||
},
|
||
{
|
||
"label": "Green",
|
||
"value": 2
|
||
},
|
||
{
|
||
"label": "Red",
|
||
"value": 3
|
||
},
|
||
{
|
||
"label": "Magenta",
|
||
"value": 4
|
||
},
|
||
{
|
||
"label": "Yellow",
|
||
"value": 5
|
||
},
|
||
{
|
||
"label": "Cyan",
|
||
"value": 6
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"#": "4",
|
||
"$if": "firmwareVersion >= 1.30",
|
||
"label": "Manual Wake-Up Duration",
|
||
"description": "A longer duration makes it easier to change multiple parameters at once",
|
||
"valueSize": 1,
|
||
"defaultValue": 0,
|
||
"allowManualEntry": false,
|
||
"options": [
|
||
{
|
||
"label": "Short",
|
||
"value": 0
|
||
},
|
||
{
|
||
"label": "30 seconds",
|
||
"value": 1
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"#": "5",
|
||
"$if": "firmwareVersion >= 1.40",
|
||
"label": "Dimmer Control Group: Dimming Duration",
|
||
"valueSize": 1,
|
||
"unit": "seconds",
|
||
"minValue": 1,
|
||
"maxValue": 99,
|
||
"defaultValue": 5
|
||
}
|
||
],
|
||
"compat": {
|
||
// The device sends Configuration CC info reports in 4-byte chunks, causing each query to block the network for roughly 1.5 seconds.
|
||
"skipConfigurationNameQuery": true,
|
||
"skipConfigurationInfoQuery": true
|
||
},
|
||
"metadata": {
|
||
"inclusion": "Put your Z-Wave hub into inclusion mode and click the upper paddle 6 times quickly. The LED indicator\nwill blink blue during the process and light up green once added successfully. It will light up red if failed",
|
||
"exclusion": "1. Bring the Remote Switch within direct range of your Z-Wave gateway (hub).\n2. Put the Z-Wave hub into exclusion mode (not sure how to do that? ask@getzooz.com).\n3. Click the lower paddle 6 times very quickly\n4. Your hub will confirm exclusion and the device will disappear from your controller's device list",
|
||
"wakeup": "1. Bring the Remote Switch within direct range of your Z-Wave gateway (hub).\n2. Click the upper paddle 7 times very quickly\n3. Your device's indicator light will remain on to indicate that the device is awake.",
|
||
"reset": "When your network’s primary controller is missing or otherwise inoperable, you may need to reset the device\nto factory settings manually. In order to complete the process, make sure the device is powered, then tap-tap-\ntap’and’hold the upper paddle. The LED indicator will blink red 5 times to indicate successful reset",
|
||
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4114/zooz-700-series-remote-switch-zen34-manual-online.pdf"
|
||
}
|
||
}
|