Skip to content

Commit

Permalink
feat(config): import config files from zwa
Browse files Browse the repository at this point in the history
  • Loading branch information
zwave-js-bot committed May 6, 2024
1 parent 25935f3 commit 31a1bfc
Showing 1 changed file with 166 additions and 0 deletions.
166 changes: 166 additions & 0 deletions packages/config/config/devices/0x010f/fgr-224.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
// TODO: This file contains a placeholder for a productType, productID, or manufacturerId (0x9999) that must be corrected.
{
"manufacturer": "Fibargroup",
"manufacturerId": "0x010f",
"label": "FGR-224",
"description": "Roller Shutter 4",
"devices": [
{
"productType": "0x9999",
"productId": "0x0304",
"zwaveAllianceId": 4992
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Window Covering",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "20",
"label": "Switch Type",
"description": "0",
"valueSize": 1,
"minValue": 0,
"maxValue": 5,
"defaultValue": 0,
"unsigned": true
},
{
"#": "24",
"label": "Buttons Orientation",
"description": "0",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"unsigned": true
},
{
"#": "25",
"label": "Outputs Orientation",
"description": "0",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"unsigned": true
},
{
"#": "40",
"label": "First Button - Scenes Sent",
"description": "0",
"valueSize": 1,
"minValue": 0,
"maxValue": 15,
"defaultValue": 15,
"unsigned": true
},
{
"#": "41",
"label": "Second Button - Scenes Sent",
"description": "0",
"valueSize": 1,
"minValue": 0,
"maxValue": 15,
"defaultValue": 15,
"unsigned": true
},
{
"#": "150",
"label": "Force Calibration",
"description": "0",
"valueSize": 1,
"minValue": 0,
"maxValue": 4,
"defaultValue": 0,
"unsigned": true
},
{
"#": "151",
"label": "Operating Mode",
"description": "0",
"valueSize": 1,
"minValue": 0,
"maxValue": 2,
"defaultValue": 0,
"unsigned": true
},
{
"#": "152",
"label": "Time of Full Turn of The Slats",
"description": "0",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 15,
"unsigned": true
},
{
"#": "156",
"label": "Time of Up Movement",
"description": "0",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 600,
"unsigned": true
},
{
"#": "157",
"label": "Time of Down Movement",
"description": "0",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 600,
"unsigned": true
},
{
"#": "158",
"label": "Virtual Limit Switch",
"description": "0",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 0,
"unsigned": true
},
{
"#": "159",
"label": "Favorite Roller Blind Position",
"description": "0",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 50,
"unsigned": true
},
{
"#": "160",
"label": "Favorite Slats Position",
"description": "0",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 50,
"unsigned": true
}
],
"metadata": {
"inclusion": "To add the device to the Z-Wave network manually:\n1. Power the device.\n2. Identify the PROG button or the S1/S2 switches.\n3. Set the main controller in (Security/non-Security Mode) add\nmode (see the controller’s manual).\n4. Quickly, click PROG button three times. Optionally, click S1 or S2\nthree times.\n5. If you are adding in Security S2 Authenticated, input the PIN\nCode (label on the device, also underlined part of the DSK on t he\nlabel on the bottom of the box).\n6. Wait for the LED indicator to blink yellow.\n7. Successful adding will be confirmed by the Z-Wave controller’s\nmessage and the device’s LED indicator:\n• Green – successful (non-secure, S0, S2 non-authenticated),\n• Magenta – successful (Security S2 Authenticated),\n• Red – not successful",
"exclusion": "Removing (Exclusion) – Z-Wave device learning mode, allowing to\nremove the device from existing Z-Wave network.\nTo remove the device from the Z-Wave network:\n1. Make sure the device is powered.\n2. Identify the PROG button or the S1/S2 switches.\n3. Set the main controller in remove mode (see the controller’s\nmanual).\n4. Quickly, click PROG button three times. Optionally, click S1 or S2\nthree times within 10 minutes of powering up the device.\n5. Wait for the removing process to end.\n6. Successful removing will be confirmed by the Z-Wave controller’s\nmessage and the device’s LED indicator - Red.\n7. Removing the device from the Z-Wave network doesn’t cause\nfactory reset",
"reset": "Reset procedure allows to restore the device back to its factor y\nsettings, which means all information about the Z-Wave controller\nand user configuration will be deleted.\n1. Switch off the mains voltage (disable the fuse).\n2. Remove the device from the wall switch box.\n3. Switch on the mains voltage.\n4. Press and hold the PROG button to enter the menu.\n5. Wait for the LED indicator to glow yellow.\n6. Quickly release and click the PROG button again.\n7. During the factory reset, the LED indicator will blink yellow.\n8. After few seconds the device will be restarted, which is signal led\nwith the red LED indicator colour"
}
}

0 comments on commit 31a1bfc

Please sign in to comment.