zwave-js/.config-db/devices/0x010f/fgwpb-111.json

408 lines
7.2 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Fibargroup",
"manufacturerId": "0x010f",
"label": "FGWPB-111",
"description": "Fibaro Wall Plug",
"devices": [
{
"productType": "0x1701",
"productId": "0x2000"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "2",
"label": "PowerFailure",
"description": "How the Wall Plug will react in the event of power supply failure",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "Restore",
"value": 1
}
]
},
{
"#": "3",
"label": "Overload Safety Switch",
"description": "turn off the controlled device in case of exceeding the defined power.",
"valueSize": 2,
"unit": "0.1 W",
"minValue": 0,
"maxValue": 18000,
"defaultValue": 0
},
{
"#": "11",
"label": "Power Reporting",
"description": "Minimum change in active power consumption to trigger",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 100,
"defaultValue": 15
},
{
"#": "12",
"label": "Energy Reporting Threshold",
"valueSize": 2,
"unit": "0.01 kWh",
"minValue": 0,
"maxValue": 500,
"defaultValue": 10
},
{
"#": "13",
"label": "Periodic Power Report",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32400,
"defaultValue": 3600
},
{
"#": "14",
"label": "Periodic Energy Report",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32400,
"defaultValue": 3600
},
{
"#": "15",
"label": "SelfConsumption",
"description": "Measuring energy consumed by the Wall Plug itself",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Function inactive",
"value": 0
},
{
"label": "Function active",
"value": 1
}
]
},
{
"#": "21",
"label": "UPValue",
"description": "UP value -On/Off (Power) association group (3)",
"valueSize": 2,
"unit": "0.1W",
"minValue": 100,
"maxValue": 18000,
"defaultValue": 500
},
{
"#": "22",
"label": "DOWNvalue",
"description": "lower power threshold",
"valueSize": 2,
"unit": "0.1w",
"minValue": 0,
"maxValue": 17900,
"defaultValue": 300
},
{
"#": "23",
"label": "ControlMode",
"description": "the way that 3rd association group devices are controlled",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Going up",
"value": 1
},
{
"label": "Going down",
"value": 2
},
{
"label": "Both ways",
"value": 3
}
]
},
{
"#": "24",
"label": "SwitchOn",
"description": "Command sent when physical button is pressed",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255
},
{
"#": "25",
"label": "SwitchOff",
"description": "Command sent when button turned off.",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"readOnly": true
},
{
"#": "26",
"label": "ThresholdUpCmd",
"description": "Command sent if power exceeds param 21",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255
},
{
"#": "27",
"label": "ThresholdDownCmd",
"description": "Command sent when power drops below threshold",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0
},
{
"#": "30",
"label": "ActiveAlarm",
"description": "Z-Wave network alarms to which the Wall Plug will respond",
"valueSize": 1,
"defaultValue": 63,
"allowManualEntry": false,
"options": [
{
"label": "General alarm",
"value": 1
},
{
"label": "Smoke alarm",
"value": 2
},
{
"label": "CO alarm",
"value": 4
},
{
"label": "CO2 alarm",
"value": 8
},
{
"label": "High temp alarm",
"value": 16
},
{
"label": "Flood alarm",
"value": 32
},
{
"label": "All",
"value": 63
}
]
},
{
"#": "31",
"label": "AlarmResponse",
"description": "how the Wall Plug will respond to alarms",
"valueSize": 1,
"minValue": 0,
"maxValue": 50,
"defaultValue": 0,
"options": [
{
"label": "No reaction",
"value": 0
},
{
"label": "Turn connected device on",
"value": 1
},
{
"label": "Turn connected device off",
"value": 2
}
]
},
{
"#": "32",
"label": "AlarmDuration",
"description": "duration of alarm state",
"valueSize": 2,
"unit": "seconds",
"minValue": 1,
"maxValue": 32400,
"defaultValue": 600
},
{
"#": "40",
"label": "PwrLoadViolet",
"description": "maximum active power value causes the LED frame to flash violet",
"valueSize": 2,
"unit": "0.1w",
"minValue": 1000,
"maxValue": 18000,
"defaultValue": 18000
},
{
"#": "41",
"label": "LEDwhenOn",
"description": "LED frame color when controlled device is on",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Illumination turned off completely",
"value": 0
},
{
"label": "Color changes smoothly depending on active power",
"value": 1
},
{
"label": "Color changes in steps depending on active power",
"value": 2
},
{
"label": "White",
"value": 3
},
{
"label": "Red",
"value": 4
},
{
"label": "Green",
"value": 5
},
{
"label": "Blue",
"value": 6
},
{
"label": "Yellow",
"value": 7
},
{
"label": "Cyan",
"value": 8
},
{
"label": "Magenta",
"value": 9
}
]
},
{
"#": "42",
"label": "LEDwhenOff",
"description": "LED frame color when controlled device is off",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Illumination turned off completely",
"value": 0
},
{
"label": "LED frame is illuminated with last color",
"value": 1
},
{
"label": "White",
"value": 3
},
{
"label": "Red",
"value": 4
},
{
"label": "Green",
"value": 5
},
{
"label": "Blue",
"value": 6
},
{
"label": "Yellow",
"value": 7
},
{
"label": "Cyan",
"value": 8
},
{
"label": "Magenta",
"value": 9
}
]
},
{
"#": "43",
"label": "LEDwhenAlarm",
"description": "LED frame color at the Z-Wave network alarm detection",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "Illumination turned off completely",
"value": 0
},
{
"label": "No change in color",
"value": 1
},
{
"label": "LED frame flashes red/blue/white",
"value": 2
},
{
"label": "White",
"value": 3
},
{
"label": "Red",
"value": 4
},
{
"label": "Green",
"value": 5
},
{
"label": "Blue",
"value": 6
},
{
"label": "Yellow",
"value": 7
},
{
"label": "Cyan",
"value": 8
},
{
"label": "Magenta",
"value": 9
}
]
}
]
}