node-zwave-js
node-zwave-js copied to clipboard
Missing device configuration: FAKRO ZWK10
Checklist
-
[X] It is not in the configuration DB
-
[X] It was not merged recently or has a pending PR
Which device is missing?
FAKRO ZWK10
Manufacturer ID
0x0085
Product Type
0x0001
Product ID
0x0005
Firmware Version
1.1
Is the device listed on the Z-Wave Alliance website?
no
Do you have a manual?
Because of the large amount of Z-Wave devices, we cannot write all configuration files ourselves. Help from the community is required, so we can focus our time on improving Z-Wave JS itself. 🙏🏻
This issue has been labeled "Help wanted", meaning we kindly ask anyone who wants to help out for support. Here are a few resources to get you started - don't hesitate to ask if you are having problems:
We may get around to doing it ourselves at some point, but community support will speed up this process immensely.
Thanks!
I have find out the way how to operate with the ZWK10 remote controller. I have tested it and it works fine, it just do not show the battery level information.
{
"manufacturer": "Fakro",
"manufacturerId": "0x0085",
"label": "ZWK10",
"description": "Z-Wave Wall Controller",
"devices": [
{
"productType": "0x0001",
"productId": "0x0005"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Channel \"1234\" left",
"maxNodes": 232
},
"2": {
"label": "Channel \"1234\" right",
"maxNodes": 232
},
"3": {
"label": "Channel \"1\" left",
"maxNodes": 232
},
"4": {
"label": "Channel \"1\" right",
"maxNodes": 232
},
"5": {
"label": "Channel \"2\" left",
"maxNodes": 232
},
"6": {
"label": "Channel \"2\" right",
"maxNodes": 232
},
"7": {
"label": "Channel \"3\" left",
"maxNodes": 232
},
"8": {
"label": "Channel \"3\" right",
"maxNodes": 232
},
"9": {
"label": "Channel \"4\" left",
"maxNodes": 232
},
"10": {
"label": "Channel \"4\" right",
"maxNodes": 232
}
}
}
These remotes are often very basic in terms of functionality - and sometimes can't even be interviewed. I wouldn't be surprised if this just isn't possible.
I was looking at one of these controls as I have a couple of Fakro ZWS12 winders, which work flawlessly in Zwave JS by the way. Did anyone work out how to get this controller to function in ZWave JS?