node-zwave-js icon indicating copy to clipboard operation
node-zwave-js copied to clipboard

Missing device configuration: FAKRO ZWK10

Open carom411 opened this issue 2 years ago • 4 comments

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

carom411 avatar Mar 30 '22 08:03 carom411

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!

zwave-js-assistant[bot] avatar Mar 30 '22 20:03 zwave-js-assistant[bot]

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
		}
	}
}

carom411 avatar Apr 01 '22 08:04 carom411

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.

AlCalzone avatar Apr 01 '22 20:04 AlCalzone

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?

austwhite avatar Dec 21 '23 06:12 austwhite