zwave-js/.config-db/devices/0x0064/06436.json
2025-01-10 22:05:04 -08:00

385 lines
6.8 KiB
JSON

{
"manufacturer": "Reitz-Group.de",
"manufacturerId": "0x0064",
"label": "06436",
"description": "Insert Blind Control",
"devices": [
{
"productType": "0x1000",
"productId": "0x0003"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Single press and hold of up/down buttons",
"maxNodes": 8
},
"2": {
"label": "Double press and press-hold of up/down buttons",
"maxNodes": 8
},
"3": {
"label": "Send Reports on blind state change",
"maxNodes": 8,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "LED Mode",
"description": "Set LED indication mode",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Show working state",
"value": 1
},
{
"label": "Show idle state",
"value": 2
},
{
"label": "Operated by Indicator CC",
"value": 3
},
{
"label": "Show if not closed",
"value": 4
}
]
},
{
"#": "2",
"label": "Automatically Open or Close After Time",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 65535,
"defaultValue": 0,
"unsigned": true,
"options": [
{
"label": "Disabled",
"value": 0
}
]
},
{
"#": "3",
"label": "RF Close Command Interpretation",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Close",
"value": 0
},
{
"label": "Ignore",
"value": 1
},
{
"label": "Open",
"value": 2
},
{
"label": "Open if closed else close",
"value": 3
}
]
},
{
"#": "4",
"label": "Full Close Time",
"description": "Time in seconds to go from opened to closed state.",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 60,
"unsigned": true,
"options": [
{
"label": "Keep in permanent motion",
"value": 0
}
]
},
{
"#": "5",
"label": "Full Open Time",
"description": "Time in seconds to go from closed to open state.",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 60,
"unsigned": true,
"options": [
{
"label": "Keep in permanent motion",
"value": 0
}
]
},
{
"#": "6",
"label": "Node ID of the Blocking Device",
"description": "Id of the device which can block the blinds",
"valueSize": 1,
"minValue": 0,
"maxValue": 232,
"defaultValue": 0,
"unsigned": true,
"options": [
{
"label": "Disabled",
"value": 0
}
]
},
{
"#": "7",
"label": "Protected Command",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "On on",
"value": 0
},
{
"label": "On off",
"value": 1
}
]
},
{
"#": "8",
"label": "Stop or Revert If Opposite Button Is Pressed",
"description": "Defines behaviour on open press while closing and vice versa.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Stop (By buttons and binary)",
"value": 0
},
{
"label": "Revert",
"value": 1
},
{
"label": "Stop (By buttons, binary and basic)",
"value": 2
}
]
},
{
"#": "9",
"label": "Invert Open and Close Relays",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No",
"value": 0
},
{
"label": "Yes",
"value": 1
}
]
},
{
"#": "10",
"label": "Typical Click Timeout",
"valueSize": 1,
"minValue": 1,
"maxValue": 100,
"defaultValue": 50
},
{
"#": "11",
"label": "Invert Buttons",
"description": "Allows exchanging the functionality of the buttons",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No",
"value": 0
},
{
"label": "Yes",
"value": 1
}
]
},
{
"#": "12",
"label": "Switch by Buttons",
"description": "Local operations by buttons will/will not/ switch the load",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "No",
"value": 0
},
{
"label": "By single press and hold",
"value": 1
},
{
"label": "By double press and hold",
"value": 2
}
]
},
{
"#": "13",
"label": "Action on Button Single Press or Hold",
"description": "Defines which command should be sent on button single press or hold.",
"valueSize": 1,
"defaultValue": 4,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Switch on/off (Send Basic Set)",
"value": 1
},
{
"label": "Switch all",
"value": 2
},
{
"label": "Send scenes",
"value": 3
},
{
"label": "Switch on/off and dim",
"value": 4
},
{
"label": "Send preconfigured scenes",
"value": 5
}
]
},
{
"#": "14",
"label": "Action on Button Double Press or Hold",
"description": "Defines which command should be sent on button double press or press-hold.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Switch on/off (Send Basic Set)",
"value": 1
},
{
"label": "Switch all",
"value": 2
},
{
"label": "Send scenes",
"value": 3
},
{
"label": "Switch on/off and dim",
"value": 4
},
{
"label": "Send preconfigured scenes",
"value": 5
}
]
},
{
"#": "15",
"label": "Action on Switch All Command",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Switch off only",
"value": 1
},
{
"label": "Switch on only",
"value": 2
},
{
"label": "Switch all on and off",
"value": 255
}
]
},
{
"#": "16",
"label": "What to Do on Button Down Press",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Close",
"value": 0
},
{
"label": "Open if closed else close",
"value": 1
},
{
"label": "Open",
"value": 2
}
]
},
{
"#": "17",
"label": "Action on Auto Open or Close Function",
"description": "Defines the action to perform upon auto open or auto close.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Close blinds",
"value": 0
},
{
"label": "Open blinds",
"value": 1
}
]
}
]
}