Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config): add iDevices In-Wall Smart Dimmer #5521

Merged
merged 3 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 73 additions & 0 deletions packages/config/config/devices/0x0458/61303_zw3010.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"manufacturer": "iDevices",
"manufacturerId": "0x0458",
"label": "61303 / ZW3010",
"description": "In-Wall Smart Dimmer",
"devices": [
{
// This device is a re-branded Jasco 46564 / ZW3010
"productType": "0x4944",
"productId": "0x3236",
"zwaveAllianceId": 4319
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 5,
"isLifeline": true
},
"2": {
"label": "Single Press",
"maxNodes": 5
},
"3": {
"label": "Double Tap",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "3",
"$import": "~/templates/master_template.json#led_indicator_four_options"
},
{
"#": "6",
"$import": "~/0x0063/templates/jasco_template.json#dim_rate"
},
{
"#": "16",
"$import": "~/0x0063/templates/jasco_template.json#switch_mode"
},
{
"#": "19",
"$import": "~/0x0063/templates/jasco_template.json#alternate_exclusion"
},
{
"#": "30",
"$import": "~/0x0063/templates/jasco_template.json#dim_threshold_min"
},
{
"#": "31",
"$import": "~/0x0063/templates/jasco_template.json#dim_threshold_max"
},
{
"#": "32",
"$import": "~/0x0063/templates/jasco_template.json#default_brightness_level"
}
],
"compat": {
"mapBasicSet": "event"
},
"metadata": {
"inclusion": "Adding your device to a Z-Wave network\n1. Follow the instructions for your Z-Wave certified controller to\nadd a device to the Z-Wave network.\n2. Once the controller is ready to add your device, press\nand release the top or bottom of the wireless smart dimmer\n(rocker)",
"exclusion": "To remove and reset the device\n1. Follow the instructions for your Z-Wave certified controller to\nremove a device from the Z-Wave network.\n2. Once the controller is ready to remove your device, press\nand release the top or bottom of the wireless smart dimmer\n(rocker)",
"reset": "1. Quickly press ON (top) button three times then immediately\npress the OFF (bottom) button three times. The LED will flash\nON/OFF five times when completed successfully.\nNote: This should only be used if your network’s primary\ncontroller is missing or otherwise inoperable",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4319/61303-1%20EnFrSp%20QSG%20v1.pdf"
}
}
1 change: 1 addition & 0 deletions packages/config/config/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@
"0x0443": "Reply S.p.A.",
"0x0447": "Schneider Electric",
"0x044b": "Dongguan Will Power",
"0x0458": "iDevices",
"0x0460": "Shelly",
"0x0466": "Nabu Casa",
"0x1486": "Remotec",
Expand Down