zwave-js / node-zwave-js

Z-Wave driver written entirely in JavaScript/TypeScript
https://zwave-js.github.io/node-zwave-js/
MIT License
742 stars 593 forks source link

Missing device configuration: FAKRO ZWK10 #4418

Open carom411 opened 2 years ago

carom411 commented 2 years ago

Checklist

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?

zwk10.pdf

zwave-js-assistant[bot] commented 2 years ago

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!

carom411 commented 2 years ago

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
        }
    }
}
AlCalzone commented 2 years ago

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.

austwhite commented 8 months ago

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?