383 lines
8.3 KiB
JSON
383 lines
8.3 KiB
JSON
{
|
|
"manufacturer": "AEON Labs",
|
|
"manufacturerId": "0x0086",
|
|
"label": "ZW098",
|
|
"description": "LED Bulb Gen5",
|
|
"devices": [
|
|
{
|
|
"productType": "0x0003",
|
|
"productId": "0x0062",
|
|
"zwaveAllianceId": 1851
|
|
},
|
|
{
|
|
"productType": "0x0103",
|
|
"productId": "0x0062",
|
|
"zwaveAllianceId": [1594, 1829]
|
|
},
|
|
{
|
|
"productType": "0x0203",
|
|
"productId": "0x0062",
|
|
"zwaveAllianceId": 1844
|
|
},
|
|
{
|
|
"productType": "0x0303",
|
|
"productId": "0x0062",
|
|
"zwaveAllianceId": 2513
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"associations": {
|
|
"1": {
|
|
"label": "Group 1",
|
|
"maxNodes": 5,
|
|
"isLifeline": true
|
|
},
|
|
"2": {
|
|
"label": "Group 2",
|
|
"maxNodes": 5
|
|
}
|
|
},
|
|
"paramInformation": [
|
|
{
|
|
"#": "14",
|
|
"$if": "firmwareVersion <= 1.5",
|
|
"label": "Sunrise Transition Time",
|
|
"valueSize": 2,
|
|
"unit": "3 seconds",
|
|
"minValue": 0,
|
|
"maxValue": 65535,
|
|
"defaultValue": 0,
|
|
"unsigned": true
|
|
},
|
|
{
|
|
"#": "15",
|
|
"$if": "firmwareVersion <= 1.5",
|
|
"label": "Sunset Transition Time",
|
|
"valueSize": 2,
|
|
"unit": "3 seconds",
|
|
"minValue": 0,
|
|
"maxValue": 65535,
|
|
"defaultValue": 0,
|
|
"unsigned": true
|
|
},
|
|
{
|
|
"#": "20",
|
|
"$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
|
|
},
|
|
{
|
|
"#": "32",
|
|
"label": "Color Change Report Type",
|
|
"valueSize": 1,
|
|
"defaultValue": 0,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Disable",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Hail CC",
|
|
"value": 1
|
|
},
|
|
{
|
|
"label": "Configuration Report",
|
|
"value": 2
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "33[0xff]",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Blue Color Value",
|
|
"valueSize": 4,
|
|
"readOnly": true,
|
|
"allowManualEntry": false
|
|
},
|
|
{
|
|
"#": "33[0xff00]",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Green Color Value",
|
|
"valueSize": 4,
|
|
"readOnly": true,
|
|
"allowManualEntry": false
|
|
},
|
|
{
|
|
"#": "33[0xff0000]",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Red Color Value",
|
|
"valueSize": 4,
|
|
"readOnly": true,
|
|
"allowManualEntry": false
|
|
},
|
|
{
|
|
"#": "34",
|
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
"label": "External Switch (On/Off)"
|
|
},
|
|
{
|
|
"#": "35",
|
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
"label": "External Switch (Color)"
|
|
},
|
|
{
|
|
"#": "36",
|
|
"label": "Reboot/Save/Exit Colorful Mode",
|
|
"valueSize": 1,
|
|
"defaultValue": 0,
|
|
"writeOnly": true,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Un-Reboot colorful mode",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Reboot colorful mode",
|
|
"value": 1
|
|
},
|
|
{
|
|
"label": "Exit colorful mode",
|
|
"value": 2
|
|
},
|
|
{
|
|
"label": "Save current colorful mode then exit",
|
|
"value": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "37[0xe0]",
|
|
"label": "Time Base of Color Change Speed",
|
|
"valueSize": 4,
|
|
"defaultValue": 0,
|
|
"unsigned": true,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Slow (1s)",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Medium (10 ms)",
|
|
"value": 1
|
|
},
|
|
{
|
|
"label": "Fast (100 ms)",
|
|
"value": 2
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "37[0x1f]",
|
|
"label": "Color Change Speed Level",
|
|
"description": "Allowable range: 1-30",
|
|
"valueSize": 4,
|
|
"minValue": 0,
|
|
"maxValue": 31,
|
|
"defaultValue": 0,
|
|
"unsigned": true,
|
|
"options": [
|
|
{
|
|
"label": "Constant speed",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Inactive",
|
|
"value": 31
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "37[0xff00]",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Cycle Count",
|
|
"description": "Allowable range: 1-254",
|
|
"valueSize": 4,
|
|
"defaultValue": 0,
|
|
"unsigned": true,
|
|
"options": [
|
|
{
|
|
"label": "Unlimited",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Inactive",
|
|
"value": 255
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "37[0xff0000]",
|
|
"$import": "~/templates/master_template.json#base_1-255_nounit",
|
|
"label": "Brightness",
|
|
"description": "Allowable range: 1-99",
|
|
"valueSize": 4,
|
|
"unsigned": true,
|
|
"options": [
|
|
{
|
|
"label": "Inactive",
|
|
"value": 255
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "37[0x07000000]",
|
|
"label": "Color Display Cycle",
|
|
"valueSize": 4,
|
|
"defaultValue": 0,
|
|
"unsigned": true,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Inactive",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Rainbow mode",
|
|
"value": 1
|
|
},
|
|
{
|
|
"label": "Multi color mode",
|
|
"value": 2
|
|
},
|
|
{
|
|
"label": "Random mode",
|
|
"value": 3
|
|
},
|
|
{
|
|
"label": "Single color mode",
|
|
"value": 4
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "37[0x38000000]",
|
|
"label": "Color Change Speed Option",
|
|
"valueSize": 4,
|
|
"defaultValue": 0,
|
|
"unsigned": true,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Inactive",
|
|
"value": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "37[0xc0000000]",
|
|
"label": "Color Transition Style",
|
|
"valueSize": 4,
|
|
"defaultValue": 0,
|
|
"unsigned": true,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Smooth color transition",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Fast/Direct color transition",
|
|
"value": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "38[0xff]",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Pause Time of Off",
|
|
"description": "Active only in Fade Out/Fade In Transition Style",
|
|
"valueSize": 4,
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"#": "38[0xff00]",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Pause Time of On",
|
|
"valueSize": 4,
|
|
"defaultValue": 6
|
|
},
|
|
{
|
|
"#": "38[0xff0000]",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Transition Speed (On to Off)",
|
|
"description": "Active only in Fade Out/Fade In Transition Style",
|
|
"valueSize": 4,
|
|
"maxValue": 125,
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"#": "38[0xff000000]",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Transition Speed (Off to On)",
|
|
"valueSize": 4,
|
|
"maxValue": 125,
|
|
"defaultValue": 24
|
|
},
|
|
{
|
|
"#": "39[0xff00]",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Single Color/Fade Out: Blue Value",
|
|
"valueSize": 4
|
|
},
|
|
{
|
|
"#": "39[0xff0000]",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Single Color/Fade Out: Green Value",
|
|
"valueSize": 4
|
|
},
|
|
{
|
|
"#": "39[0xff000000]",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Single Color/Fade Out: Red Value",
|
|
"valueSize": 4
|
|
},
|
|
{
|
|
"#": "80",
|
|
"$import": "templates/aeotec_template.json#enable_notifications"
|
|
},
|
|
{
|
|
"#": "112",
|
|
"label": "Dimmer Mode",
|
|
"valueSize": 1,
|
|
"defaultValue": 0,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Parabolic curve mode",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Index curve mode",
|
|
"value": 1
|
|
},
|
|
{
|
|
// eslint-disable-next-line @zwave-js/consistent-config-string-case
|
|
"label": "(Parabolic + index) / 2",
|
|
"value": 2
|
|
},
|
|
{
|
|
"label": "Linear mode",
|
|
"value": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "252",
|
|
"$import": "templates/aeotec_template.json#lock_configuration"
|
|
},
|
|
{
|
|
"#": "255",
|
|
"$import": "templates/aeotec_template.json#factory_reset_exclude"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"inclusion": "Turn the primary controller of Z-Wave network into inclusion mode, press the external switch of LED Bulb to turn it off and then press the external switch again to turn it on",
|
|
"exclusion": "Turn the primary controller of Z-Wave network into exclusion mode, press the external switch of LED Bulb to turn off and then press the external switch again to turn on it, repeat the operation 3 times",
|
|
"reset": "Turn the controller of Z-Wave network into exclusion mode, press the external switch of LED Bulb to turn off and then press the external switch again to turn on it, repeat the operation 3 times.\nAfter the LED Bulb is excluded from network, it will be reset to factory default state.\nUse this procedure only in the event that your primary network controller is missing or inoperable",
|
|
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1851/LED%20Bulb%20manual.pdf"
|
|
}
|
|
}
|