Merten Shutter connect 504519 no working command classes

Hello!

Switching to Home Assistant from Fibaro Home Center 2, I have several Merten 504519 shutters that worked with Fibaro HC2.
Now, with Z-Wave JS UI, the inclusion is working, but no Command Classes are showing up that enable switching functions.
There is Configuration v1, Manufacturer Specific v1, and Version v1—that’s all.

Downloading the Fibaro HC2 XML configuration file, I found a Command Class named “Basic Window Covering” (see below).

This Basic Window Covering Command Class appears in the interview log (see below).

So, my idea was to create a JSON config file (50x5xx.json) to force the Command Classes onto the device (see below).

I uploaded the 50x5xx.json file in the Z-Wave JS UI Store menu within the config folder. The filename is the same as the original config file.
However, there is no success message in the logs after restarting Z-Wave JS UI.

Here are my questions for the Z-Wave experts:

a) Is the location and naming of the config file incorrect?

b) Is my approach to solving this issue likely to work?

c) Are there any errors in the JSON config file?

Thanks to all!

Mick OHara

Z-Wave js UI JSON named “50x5xx.json”

{
	"manufacturer": "Merten",
	"manufacturerId": "0x007a",
	"label": "50x5xx",
	"description": "Roller Shutter Push-Button",
	"devices": [
		{
			"productType": "0x4004",
			"productId": "0x0001"
		}
	],
	"firmwareVersion": {
		"min": "0.0",
		"max": "255.255"
	},
	"associations": {
		"1": {
			"label": "Other device to be switched",
			"maxNodes": 5,
			"isLifeline": true
		}
	},
	"paramInformation": [
		{
			"#": "0",
			"label": "Switching, dimming or shutters",
			"valueSize": 1,
			"minValue": 0,
			"maxValue": 127,
			"defaultValue": 0
		},
		{
			"#": "4",
			"label": "Switching Single-Surface",
			"valueSize": 1,
			"minValue": 0,
			"maxValue": 127,
			"defaultValue": 0
		},
		{
			"#": "176",
			"label": "Break (Motor Protection)",
			"description": "Changeover delay (motor protection) Input (0 - 255) * 0.1 s",
			"valueSize": 1,
			"minValue": 0,
			"maxValue": 127,
			"defaultValue": 0
		},
		{
			"#": "177",
			"label": "Travel Time UP, Byte 1",
			"description": "Input 1 (0 - 255)",
			"valueSize": 1,
			"minValue": 0,
			"maxValue": 127,
			"defaultValue": 0
		},
		{
			"#": "178",
			"label": "Travel Time UP, Byte 2",
			"description": "Input 2 (0 - 255)",
			"valueSize": 1,
			"minValue": 0,
			"maxValue": 127,
			"defaultValue": 0
		},
		{
			"#": "179",
			"label": "Travel Time DOWN, Byte 1",
			"description": "Input 1 (0 - 255)",
			"valueSize": 1,
			"minValue": 0,
			"maxValue": 127,
			"defaultValue": 0
		},
		{
			"#": "180",
			"label": "Travel Time DOWN, Byte 2",
			"description": "Input 2 (0 - 255)",
			"valueSize": 1,
			"minValue": 0,
			"maxValue": 127,
			"defaultValue": 0
		}
	]

	"compat": {
		"commandClasses": {
			"add": {
				// Adds the CC Basic Window Covering
				"0x26": {
		                	// CCs can be added to the root endpoint (0)...
			                /** Whether the endpoint or node can react to this CC */
			                "isSupported": true, // or false (optional)
			                /** The maximum version of the CC that is supported or controlled */
			                "version": 1, // optional, default: 1
			       }
				// Adds the CC Basic Window Covering
				"0x50": {
		                	// CCs can be added to the root endpoint (0)...
			                /** Whether the endpoint or node can react to this CC */
			                "isSupported": true, // or false (optional)
			                /** The maximum version of the CC that is supported or controlled */
			                "version": 1, // optional, default: 1
			       }

			}
		}		
	}


	"metadata": {
	"inclusion": "Press the button on the device",
	"exclusion": "Press the button on the device",
	"reset": "Press the button 5 times quickly",
	"manual": "https://www.merten.com/documentation"
  }
}

Z-Wave XML File from HomeCenter 2

<zwaveData>
<basicClass>04</basicClass>
<manufacturerID>007A</manufacturerID>
<productType>4004</productType>
<productID>0001</productID>
<zLibraryType>06</zLibraryType>
<zProtocolVersion>02</zProtocolVersion>
<zProtocolSubVersion>1B</zProtocolSubVersion>
<applicationVersion>02</applicationVersion>
<applicationSubVersion>03</applicationSubVersion>
<routing>true</routing>
<flirs>false</flirs>
</zwaveData>
<deviceInfo>
<country/>
<company>Merten</company>
<brand/>
<productName/>
<productLine/>
<descriptionInclude/>
<description/>
</deviceInfo>
<endPoint>
<endPointID id="0" enabled="true" visible="true">
<genericClass>9</genericClass>
<specificClass>0</specificClass>
<typeFibaro>com.fibaro.rollerShutter</typeFibaro>
<deviceIcon>0</deviceIcon>
<interfacesFibaro>
<interface>zwaveProtection</interface>
<interface>zwaveProtection</interface>
<interface>zwaveProtection</interface>
</interfacesFibaro>
<interfaces>
<interface>Configuration</interface>
<interface>Association</interface>
<interface>MultiChannelAssociation</interface>
<interface>Dimmer</interface>
<interface>BasicWindowCovering</interface>
<interface>MultilevelSensor</interface>
<interface>Protection</interface>
<interface>Basic</interface>
<interface>ZwaveRoutingSlave</interface>
<interface>Battery</interface>
</interfaces>
<commandClasses>
<commandClass cmdClass="COMMAND_CLASS_BASIC">
<valueHashes>
<value index="1" type="byte">
<name>value</name>
<deviceIcon>0</deviceIcon>
<max>255</max>
<min>0</min>
<virtual>0</virtual>
</value>
</valueHashes>
</commandClass>
<commandClass cmdClass="COMMAND_CLASS_SWITCH_MULTILEVEL">
<valueHashes>
<value index="1" type="byte">
<name>value</name>
<deviceIcon>0</deviceIcon>
<max>255</max>
<min>0</min>
<virtual>0</virtual>
</value>
</valueHashes>
</commandClass>
<commandClass cmdClass="COMMAND_CLASS_SENSOR_MULTILEVEL">
<valueHashes>
<value index="3" type="real">
<name>sensorLight</name>
<typeFibaro>com.fibaro.lightSensor</typeFibaro>
<deviceIcon>0</deviceIcon>
<unit>%</unit>
<max>2147483647</max>
<min>-2147483648</min>
<virtual>1</virtual>
</value>
</valueHashes>
</commandClass>
<commandClass cmdClass="COMMAND_CLASS_BASIC_WINDOW_COVERING" version="2">
<valueHashes>
<value index="1" type="byte">
<name>value</name>
<deviceIcon>0</deviceIcon>
<max>255</max>
<min>0</min>
<virtual>0</virtual>
</value>
</valueHashes>
</commandClass>
</commandClasses>
</endPointID>
</endPoint>
</Zwave>

Homeassistant interview-log

2025-03-31T20:51:22.584Z CNTRLR   [Node 009] Beginning interview - last completed stage: None
2025-03-31T20:51:22.585Z CNTRLR   [Node 009] new node, doing a full interview...
2025-03-31 22:51:22.587 INFO Z-WAVE: [Node 009] Interview started
2025-03-31T20:51:22.588Z CNTRLR » [Node 009] querying protocol info...
2025-03-31 22:51:22.593 INFO Z-WAVE: Success zwave api call refreshInfo undefined
2025-03-31T20:51:22.604Z CNTRLR « [Node 009] received response for protocol info:
                                  basic device class:    Routing End Node
                                  generic device class:  Window Covering
                                  specific device class: Simple Window Covering Control
                                  node type:             End Node
                                  is always listening:   true
                                  is frequent listening: false
                                  can route messages:    true
                                  supports security:     false
                                  supports beaming:      false
                                  maximum data rate:     9600 kbps
                                  protocol version:      1
2025-03-31 22:51:22.606 INFO Z-WAVE: [Node 009] Interview stage PROTOCOLINFO completed
2025-03-31T20:51:22.610Z CNTRLR   [Node 009] Interview stage completed: ProtocolInfo
2025-03-31T20:51:22.611Z CNTRLR » [Node 009] pinging the node...
2025-03-31T20:51:22.743Z CNTRLR   [Node 009] The node is alive.
2025-03-31 22:51:22.748 INFO Z-WAVE: [Node 009] Is alive
2025-03-31T20:51:22.752Z CNTRLR « [Node 009] ping successful
2025-03-31T20:51:22.753Z CNTRLR » [Node 009] querying node info...
2025-03-31T20:51:23.314Z CNTRLR « [Node 009] node info received
                                  supported CCs:
                                  · Manufacturer Specific
                                  · Version
                                  · Configuration
                                  · Association
                                  · Multi Channel Association
                                  · Basic Window Covering
2025-03-31T20:51:23.317Z CNTRLR « [Node 009] node info received
                                  supported CCs:
                                  · Manufacturer Specific
                                  · Version
                                  · Configuration
                                  · Association
                                  · Multi Channel Association
                                  · Basic Window Covering
2025-03-31 22:51:23.320 INFO Z-WAVE: [Node 009] Interview stage NODEINFO completed
2025-03-31T20:51:23.323Z CNTRLR   [Node 009] Interview stage completed: NodeInfo
2025-03-31T20:51:23.325Z CNTRLR   [Node 009] Interviewing Manufacturer Specific...
2025-03-31T20:51:23.326Z CNTRLR » [Node 009] querying manufacturer information...
2025-03-31T20:51:23.720Z CNTRLR « [Node 009] Received updated node info
2025-03-31 22:51:23.726 INFO Z-WAVE: [Node 009] Node info (NIF) received
2025-03-31T20:51:23.766Z CNTRLR « [Node 009] Received updated node info
2025-03-31 22:51:23.769 INFO Z-WAVE: [Node 009] Node info (NIF) received
2025-03-31T20:51:25.374Z CNTRLR   [Node 009] Timed out while waiting for a response from the node (ZW0201)
2025-03-31T20:51:25.378Z CNTRLR   [Node 009] Interviewing Version...
2025-03-31T20:51:25.382Z CNTRLR » [Node 009]   querying the CC version for Version...
2025-03-31T20:51:25.693Z CNTRLR   [Node 009]   supports CC Version (0x86) in version 1
2025-03-31T20:51:25.695Z CNTRLR » [Node 009] querying node versions...
2025-03-31 22:51:29.182 INFO Z-WAVE: [Node 009] Metadata updated: 134-0-firmwareVersions
2025-03-31 22:51:29.185 INFO Z-WAVE: [Node 009] Value added: 134-0-firmwareVersions => 1.5
2025-03-31 22:51:29.187 INFO Z-WAVE: [Node 009] Metadata updated: 134-0-protocolVersion
2025-03-31 22:51:29.189 INFO Z-WAVE: [Node 009] Value added: 134-0-protocolVersion => 2.7
2025-03-31 22:51:29.191 INFO Z-WAVE: [Node 009] Metadata updated: 134-0-libraryType
2025-03-31 22:51:29.193 INFO Z-WAVE: [Node 009] Value added: 134-0-libraryType => 6
2025-03-31T20:51:29.194Z CNTRLR « [Node 009] received response for node versions:
                                    library type:      Routing Slave (0x06)
                                    protocol version:  2.7
                                    firmware versions: 1.5
2025-03-31T20:51:29.195Z CNTRLR » [Node 009] querying CC versions...
2025-03-31T20:51:29.196Z CNTRLR » [Node 009]   querying the CC version for Basic...
2025-03-31T20:51:29.623Z CNTRLR   [Node 009]   supports CC Basic (0x20) in version 1
2025-03-31T20:51:29.625Z CNTRLR » [Node 009]   querying the CC version for Manufacturer Specific...
2025-03-31T20:51:30.074Z CNTRLR   [Node 009]   supports CC Manufacturer Specific (0x72) in version 1
2025-03-31T20:51:30.075Z CNTRLR » [Node 009]   querying the CC version for Configuration...
2025-03-31T20:51:30.523Z CNTRLR   [Node 009]   supports CC Configuration (0x70) in version 1
2025-03-31T20:51:30.525Z CNTRLR » [Node 009]   querying the CC version for Association...
2025-03-31T20:51:30.973Z CNTRLR   [Node 009]   supports CC Association (0x85) in version 1
2025-03-31T20:51:30.975Z CNTRLR » [Node 009]   querying the CC version for Multi Channel Association...
2025-03-31 22:51:32.872 INFO APP: GET /health/zwave 301 1.713 ms - 162
2025-03-31T20:51:38.342Z CNTRLR   [Node 009]   supports CC Multi Channel Association (0x8e) in version 1
2025-03-31T20:51:38.343Z CNTRLR   [Node 009]   skipping query for Basic Window Covering (0x50) because max imple
                                  mented version is 0
2025-03-31T20:51:38.347Z CNTRLR   [Node 009] Interviewing Association...
2025-03-31T20:51:38.348Z CNTRLR » [Node 009] querying number of association groups...
2025-03-31T20:51:44.573Z CNTRLR   [Node 009] Timed out while waiting for a response from the node (ZW0201)
2025-03-31T20:51:44.576Z CNTRLR   [Node 009] Querying association groups timed out, skipping interview...
2025-03-31T20:51:44.579Z CNTRLR   [Node 009] Interviewing Multi Channel Association...
2025-03-31T20:51:44.580Z CNTRLR » [Node 009] querying number of multi channel association groups...
2025-03-31T20:51:45.251Z CNTRLR « [Node 009] supports 1 multi channel association groups
2025-03-31T20:51:45.254Z CNTRLR » [Node 009] querying multi channel association group #1...
2025-03-31T20:51:51.733Z CNTRLR   [Node 009] Timed out while waiting for a response from the node (ZW0201)
2025-03-31T20:51:51.736Z CNTRLR   [Node 009] No information about Lifeline associations, cannot assign ourselves
                                  !
2025-03-31T20:51:51.742Z CNTRLR   [Node 009] Interviewing Configuration...
2025-03-31T20:51:51.744Z CNTRLR   [Node 009] ConfigurationCC: skipping interview because CC version is < 3 and t
                                  here is no config file
2025-03-31T20:51:51.746Z CNTRLR   [Node 009] Interviewing Basic...
2025-03-31T20:51:51.747Z CNTRLR » [Node 009] querying Basic CC state...
2025-03-31T20:51:53.036Z CNTRLR   [Node 009] Timed out while waiting for a response from the node (ZW0201)
2025-03-31T20:51:53.038Z CNTRLR   [Node 009] No response to Basic Get command, assuming Basic CC is unsupported.
                                  ..
2025-03-31 22:51:53.041 INFO Z-WAVE: [Node 009] Interview stage COMMANDCLASSES completed
2025-03-31T20:51:53.044Z CNTRLR   [Node 009] Interview stage completed: CommandClasses
2025-03-31 22:51:53.045 INFO Z-WAVE: [Node 009] Interview stage OVERWRITECONFIG completed
2025-03-31T20:51:53.046Z CNTRLR   [Node 009] Interview stage completed: OverwriteConfig
2025-03-31 22:51:53.048 INFO Z-WAVE: [Node 009] Interview stage COMPLETE completed
2025-03-31T20:51:53.049Z CNTRLR   [Node 009] Interview completed
2025-03-31T20:51:53.050Z CNTRLR   [Node 009] The node is ready to be used
2025-03-31 22:51:53.054 INFO Z-WAVE: [Node 009] Value added 9-114-0-manufacturerId => undefined
2025-03-31 22:51:53.055 INFO Z-WAVE: [Node 009] Value added 9-114-0-productType => undefined
2025-03-31 22:51:53.055 INFO Z-WAVE: [Node 009] Value added 9-114-0-productId => undefined
2025-03-31 22:51:53.056 INFO Z-WAVE: [Node 009] Value added 9-134-0-firmwareVersions => 1.5
2025-03-31 22:51:53.057 INFO Z-WAVE: [Node 009] Value added 9-134-0-protocolVersion => 2.7
2025-03-31 22:51:53.057 INFO Z-WAVE: [Node 009] Value added 9-134-0-libraryType => 6
2025-03-31 22:51:53.059 INFO Z-WAVE: [Node 009] Ready: Unknown manufacturer 0xXXXX - Unknown product 0xXXXX (0xXXXX)
2025-03-31T20:51:53.060Z CNTRLR   Retrieving priority route to node 9...
2025-03-31 22:51:53.069 INFO Z-WAVE: [Node 009] Interview COMPLETED, all values are updated
2025-03-31T20:51:56.578Z CNTRLR » [Node 003] Meter CC values may be stale, refreshing...
2025-03-31T20:51:56.581Z CNTRLR » [Node 003] querying meter value (type = Electric, scale = kWh, rate type = Con
                                  sumed)...
2025-03-31T20:51:56.641Z CNTRLR » [Node 003] querying meter value (type = Electric, scale = W, rate type = Consu
                                  med)...
2025-03-31T20:51:56.696Z CNTRLR » [Node 003] Meter CC values may be stale, refreshing...            [Endpoint 1]
2025-03-31T20:51:56.699Z CNTRLR » [Node 003] querying meter value (type = Electric, scale = kWh, ra [Endpoint 1]
                                  te type = Consumed)...
2025-03-31 22:51:56.758 INFO Z-WAVE: [Node 003] Metadata updated: 50-1-value-65537
2025-03-31 22:51:56.766 INFO Z-WAVE: [Node 003] Value updated: 50-1-value-65537 0 => 0
2025-03-31T20:51:56.771Z CNTRLR » [Node 003] querying meter value (type = Electric, scale = W, rate [Endpoint 1]
                                   type = Consumed)...
2025-03-31 22:51:56.828 INFO Z-WAVE: [Node 003] Metadata updated: 50-1-value-66049
2025-03-31 22:51:56.833 INFO Z-WAVE: [Node 003] Value updated: 50-1-value-66049 0 => 0
2025-03-31T20:51:56.840Z CNTRLR » [Node 003] Meter CC values may be stale, refreshing...            [Endpoint 2]
2025-03-31T20:51:56.842Z CNTRLR » [Node 003] querying meter value (type = Electric, scale = kWh, ra [Endpoint 2]
                                  te type = Consumed)...
2025-03-31 22:51:56.897 INFO Z-WAVE: [Node 003] Metadata updated: 50-2-value-65537
2025-03-31 22:51:56.901 INFO Z-WAVE: [Node 003] Value updated: 50-2-value-65537 0 => 0
2025-03-31T20:51:56.909Z CNTRLR » [Node 003] querying meter value (type = Electric, scale = W, rate [Endpoint 2]
                                   type = Consumed)...
2025-03-31 22:51:56.962 INFO Z-WAVE: [Node 003] Metadata updated: 50-2-value-66049
2025-03-31 22:51:56.967 INFO Z-WAVE: [Node 003] Value updated: 50-2-value-66049 0 => 0
2025-03-31 22:52:02.973 INFO APP: GET /health/zwave 301 0.909 ms - 162
2025-03-31 22:52:33.058 INFO APP: GET /health/zwave 301 0.699 ms - 162
2025-03-31 22:53:03.151 INFO APP: GET /health/zwave 301 1.117 ms - 162
2025-03-31 22:53:33.254 INFO APP: GET /health/zwave 301 0.755 ms - 162
2025-03-31 22:54:03.348 INFO APP: GET /health/zwave 301 0.684 ms - 162
2025-03-31 22:54:33.441 INFO APP: GET /health/zwave 301 0.743 ms - 162
2025-03-31 22:55:03.533 INFO APP: GET /health/zwave 301 0.719 ms - 162
2025-03-31 22:55:33.633 INFO APP: GET /health/zwave 301 0.745 ms - 162
2025-03-31 22:56:03.726 INFO APP: GET /health/zwave 301 0.901 ms - 162
2025-03-31 22:56:33.815 INFO APP: GET /health/zwave 301 0.837 ms - 162
2025-03-31 22:57:03.910 INFO APP: GET /health/zwave 301 0.710 ms - 162
2025-03-31 22:57:34.010 INFO APP: GET /health/zwave 301 1.877 ms - 162
2025-03-31 22:57:41.329 DEBUG SOCKET: Event ZWAVE_API emitted to J5_b0xt_nX4rk4VWAAAj
2025-03-31 22:57:41.331 INFO Z-WAVE: Calling api refreshInfo with args: [ 9, { resetSecurityClasses: false }, [length]: 2 ]
2025-03-31 22:57:41.336 INFO Z-WAVE: [Node 009] Value added: 119-0-name => Arbeitszimmer
2025-03-31T20:57:41.337Z CNTRLR   [Node 009] Beginning interview - last completed stage: None
2025-03-31T20:57:41.338Z CNTRLR   [Node 009] new node, doing a full interview...
2025-03-31 22:57:41.339 INFO Z-WAVE: [Node 009] Interview started
2025-03-31T20:57:41.341Z CNTRLR » [Node 009] querying protocol info...
2025-03-31 22:57:41.347 INFO Z-WAVE: Success zwave api call refreshInfo undefined
2025-03-31T20:57:41.359Z CNTRLR « [Node 009] received response for protocol info:
                                  basic device class:    Routing End Node
                                  generic device class:  Window Covering
                                  specific device class: Simple Window Covering Control
                                  node type:             End Node
                                  is always listening:   true
                                  is frequent listening: false
                                  can route messages:    true
                                  supports security:     false
                                  supports beaming:      false
                                  maximum data rate:     9600 kbps
                                  protocol version:      1
2025-03-31 22:57:41.361 INFO Z-WAVE: [Node 009] Interview stage PROTOCOLINFO completed
2025-03-31T20:57:41.364Z CNTRLR   [Node 009] Interview stage completed: ProtocolInfo
2025-03-31T20:57:41.366Z CNTRLR » [Node 009] pinging the node...
2025-03-31T20:57:41.521Z CNTRLR   [Node 009] The node is alive.
2025-03-31 22:57:41.524 INFO Z-WAVE: [Node 009] Is alive
2025-03-31T20:57:41.528Z CNTRLR « [Node 009] ping successful
2025-03-31T20:57:41.529Z CNTRLR » [Node 009] querying node info...
2025-03-31T20:57:41.862Z CNTRLR « [Node 009] node info received
                                  supported CCs:
                                  · Manufacturer Specific
                                  · Version
                                  · Configuration
                                  · Association
                                  · Multi Channel Association
                                  · Basic Window Covering
2025-03-31T20:57:41.864Z CNTRLR « [Node 009] node info received
                                  supported CCs:
                                  · Manufacturer Specific
                                  · Version
                                  · Configuration
                                  · Association
                                  · Multi Channel Association
                                  · Basic Window Covering
2025-03-31 22:57:41.867 INFO Z-WAVE: [Node 009] Interview stage NODEINFO completed
2025-03-31T20:57:41.870Z CNTRLR   [Node 009] Interview stage completed: NodeInfo
2025-03-31T20:57:41.873Z CNTRLR   [Node 009] Interviewing Manufacturer Specific...
2025-03-31T20:57:41.874Z CNTRLR » [Node 009] querying manufacturer information...
2025-03-31 22:57:42.312 INFO Z-WAVE: [Node 009] Metadata updated: 114-0-productId
2025-03-31 22:57:42.315 INFO Z-WAVE: [Node 009] Value added: 114-0-productId => 1
2025-03-31 22:57:42.318 INFO Z-WAVE: [Node 009] Metadata updated: 114-0-productType
2025-03-31 22:57:42.320 INFO Z-WAVE: [Node 009] Value added: 114-0-productType => 16388
2025-03-31 22:57:42.322 INFO Z-WAVE: [Node 009] Metadata updated: 114-0-manufacturerId
2025-03-31 22:57:42.325 INFO Z-WAVE: [Node 009] Value added: 114-0-manufacturerId => 122
2025-03-31T20:57:42.326Z CNTRLR « [Node 009] received response for manufacturer information:
                                    manufacturer: Merten (0x7a)
                                    product type: 0x4004
                                    product id:   0x01
2025-03-31T20:57:42.327Z CNTRLR   [Node 009] Interviewing Version...
2025-03-31T20:57:42.328Z CNTRLR » [Node 009]   querying the CC version for Version...
2025-03-31T20:57:44.346Z CNTRLR   [Node 009]   supports CC Version (0x86) in version 1
2025-03-31T20:57:44.348Z CNTRLR » [Node 009] querying node versions...
2025-03-31 22:57:45.217 INFO Z-WAVE: [Node 009] Metadata updated: 134-0-firmwareVersions
2025-03-31 22:57:45.221 INFO Z-WAVE: [Node 009] Value added: 134-0-firmwareVersions => 1.5
2025-03-31 22:57:45.224 INFO Z-WAVE: [Node 009] Metadata updated: 134-0-protocolVersion
2025-03-31 22:57:45.227 INFO Z-WAVE: [Node 009] Value added: 134-0-protocolVersion => 2.7
2025-03-31 22:57:45.228 INFO Z-WAVE: [Node 009] Metadata updated: 134-0-libraryType
2025-03-31 22:57:45.230 INFO Z-WAVE: [Node 009] Value added: 134-0-libraryType => 6
2025-03-31T20:57:45.231Z CNTRLR « [Node 009] received response for node versions:
                                    library type:      Routing Slave (0x06)
                                    protocol version:  2.7
                                    firmware versions: 1.5
2025-03-31T20:57:45.232Z CNTRLR » [Node 009] querying CC versions...
2025-03-31T20:57:45.233Z CNTRLR » [Node 009]   querying the CC version for Basic...
2025-03-31T20:57:45.663Z CNTRLR   [Node 009]   supports CC Basic (0x20) in version 1
2025-03-31T20:57:45.665Z CNTRLR » [Node 009]   querying the CC version for Manufacturer Specific...
2025-03-31T20:57:46.115Z CNTRLR   [Node 009]   supports CC Manufacturer Specific (0x72) in version 1
2025-03-31T20:57:46.116Z CNTRLR » [Node 009]   querying the CC version for Configuration...
2025-03-31T20:57:46.561Z CNTRLR   [Node 009]   supports CC Configuration (0x70) in version 1
2025-03-31T20:57:46.562Z CNTRLR » [Node 009]   querying the CC version for Association...
2025-03-31T20:57:47.800Z CNTRLR   [Node 009]   supports CC Association (0x85) in version 1
2025-03-31T20:57:47.802Z CNTRLR » [Node 009]   querying the CC version for Multi Channel Association...
2025-03-31T20:57:49.058Z CNTRLR   [Node 009]   supports CC Multi Channel Association (0x8e) in version 1
2025-03-31T20:57:49.059Z CNTRLR   [Node 009]   skipping query for Basic Window Covering (0x50) because max imple
                                  mented version is 0
2025-03-31T20:57:49.074Z CNTRLR   [Node 009] Embedded device config loaded
2025-03-31T20:57:49.075Z CNTRLR   [Node 009] Interviewing Association...
2025-03-31T20:57:49.076Z CNTRLR » [Node 009] querying number of association groups...
2025-03-31T20:57:50.855Z CNTRLR « [Node 009] supports 1 association groups
2025-03-31T20:57:50.857Z CNTRLR » [Node 009] querying association group #1...
2025-03-31T20:57:51.349Z CNTRLR « [Node 009] received information for association group #1:
                                  maximum # of nodes: 5
                                  currently assigned nodes: 1
2025-03-31T20:57:51.351Z CNTRLR   [Node 009] AssociationCC: delaying configuration of lifeline associations unti
                                  l after Multi Channel Association interview...
2025-03-31T20:57:51.354Z CNTRLR   [Node 009] Interviewing Multi Channel Association...
2025-03-31T20:57:51.356Z CNTRLR » [Node 009] querying number of multi channel association groups...
2025-03-31T20:57:52.690Z CNTRLR « [Node 009] supports 1 multi channel association groups
2025-03-31T20:57:52.692Z CNTRLR » [Node 009] querying multi channel association group #1...
2025-03-31T20:57:53.148Z CNTRLR « [Node 009] received information for multi channel association group #1:
                                  maximum # of nodes:           5
                                  currently assigned nodes:     1
                                  currently assigned endpoints: 
2025-03-31T20:57:53.151Z CNTRLR   [Node 009] Checking/assigning lifeline groups: 1
                                  supports classic associations:       true
                                  supports multi channel associations: true
2025-03-31T20:57:53.152Z CNTRLR   [Node 009] Configuring lifeline group #1:
                                  group supports multi channel:  true
                                  configured strategy:           auto
                                  must use node association:     true
                                  must use endpoint association: false
2025-03-31T20:57:53.156Z CNTRLR   [Node 009] Lifeline group #1 is already assigned with a node association
2025-03-31T20:57:53.158Z CNTRLR   [Node 009] Interviewing Configuration...
2025-03-31T20:57:53.159Z CNTRLR   [Node 009] ConfigurationCC: Loading configuration parameters from device confi
                                  g
2025-03-31 22:57:53.162 INFO Z-WAVE: [Node 009] Metadata updated: 112-0-0
2025-03-31 22:57:53.165 INFO Z-WAVE: [Node 009] Metadata updated: 112-0-4
2025-03-31 22:57:53.167 INFO Z-WAVE: [Node 009] Metadata updated: 112-0-176
2025-03-31 22:57:53.169 INFO Z-WAVE: [Node 009] Metadata updated: 112-0-177
2025-03-31 22:57:53.173 INFO Z-WAVE: [Node 009] Metadata updated: 112-0-178
2025-03-31 22:57:53.174 INFO Z-WAVE: [Node 009] Metadata updated: 112-0-179
2025-03-31 22:57:53.176 INFO Z-WAVE: [Node 009] Metadata updated: 112-0-180
2025-03-31T20:57:53.178Z CNTRLR » [Node 009] querying parameter #0 value...
2025-03-31 22:57:53.599 INFO Z-WAVE: [Node 009] Value added: 112-0-0 => 0
2025-03-31T20:57:53.603Z CNTRLR « [Node 009] parameter #0 has value: 0
2025-03-31T20:57:53.604Z CNTRLR » [Node 009] querying parameter #4 value...
2025-03-31 22:57:54.047 INFO Z-WAVE: [Node 009] Value added: 112-0-4 => 0
2025-03-31T20:57:54.050Z CNTRLR « [Node 009] parameter #4 has value: 0
2025-03-31T20:57:54.051Z CNTRLR » [Node 009] querying parameter #176 value...
2025-03-31 22:57:54.495 INFO Z-WAVE: [Node 009] Value added: 112-0-176 => 10
2025-03-31T20:57:54.498Z CNTRLR « [Node 009] parameter #176 has value: 10
2025-03-31T20:57:54.499Z CNTRLR » [Node 009] querying parameter #177 value...
2025-03-31 22:57:54.944 INFO Z-WAVE: [Node 009] Value added: 112-0-177 => 4
2025-03-31T20:57:54.949Z CNTRLR « [Node 009] parameter #177 has value: 4
2025-03-31T20:57:54.950Z CNTRLR » [Node 009] querying parameter #178 value...
2025-03-31 22:57:55.395 INFO Z-WAVE: [Node 009] Value added: 112-0-178 => -80
2025-03-31T20:57:55.398Z CNTRLR « [Node 009] parameter #178 has value: -80
2025-03-31T20:57:55.399Z CNTRLR » [Node 009] querying parameter #179 value...
2025-03-31 22:57:55.845 INFO Z-WAVE: [Node 009] Value added: 112-0-179 => 4
2025-03-31T20:57:55.849Z CNTRLR « [Node 009] parameter #179 has value: 4
2025-03-31T20:57:55.850Z CNTRLR » [Node 009] querying parameter #180 value...
2025-03-31 22:57:56.296 INFO Z-WAVE: [Node 009] Value added: 112-0-180 => -80
2025-03-31T20:57:56.299Z CNTRLR « [Node 009] parameter #180 has value: -80
2025-03-31T20:57:56.301Z CNTRLR   [Node 009] Interviewing Basic...
2025-03-31T20:57:56.303Z CNTRLR » [Node 009] querying Basic CC state...
2025-03-31T20:57:57.855Z CNTRLR   [Node 009] Timed out while waiting for a response from the node (ZW0201)
2025-03-31T20:57:57.857Z CNTRLR   [Node 009] No response to Basic Get command, assuming Basic CC is unsupported.
                                  ..
2025-03-31 22:57:57.860 INFO Z-WAVE: [Node 009] Interview stage COMMANDCLASSES completed
2025-03-31T20:57:57.863Z CNTRLR   [Node 009] Interview stage completed: CommandClasses
2025-03-31 22:57:57.865 INFO Z-WAVE: [Node 009] Interview stage OVERWRITECONFIG completed
2025-03-31T20:57:57.868Z CNTRLR   [Node 009] Interview stage completed: OverwriteConfig
2025-03-31 22:57:57.871 INFO Z-WAVE: [Node 009] Interview stage COMPLETE completed
2025-03-31T20:57:57.873Z CNTRLR   [Node 009] Interview completed
2025-03-31T20:57:57.873Z CNTRLR   [Node 009] The node is ready to be used
2025-03-31 22:57:57.879 INFO Z-WAVE: [Node 009] Value added 9-112-0-0 => 0
2025-03-31 22:57:57.880 INFO Z-WAVE: [Node 009] Value added 9-112-0-4 => 0
2025-03-31 22:57:57.881 INFO Z-WAVE: [Node 009] Value added 9-112-0-176 => 10
2025-03-31 22:57:57.882 INFO Z-WAVE: [Node 009] Value added 9-112-0-177 => 4
2025-03-31 22:57:57.883 INFO Z-WAVE: [Node 009] Value added 9-112-0-178 => -80
2025-03-31 22:57:57.884 INFO Z-WAVE: [Node 009] Value added 9-112-0-179 => 4
2025-03-31 22:57:57.885 INFO Z-WAVE: [Node 009] Value added 9-112-0-180 => -80
2025-03-31 22:57:57.886 INFO Z-WAVE: [Node 009] Value added 9-114-0-productId => 1
2025-03-31 22:57:57.887 INFO Z-WAVE: [Node 009] Value added 9-114-0-productType => 16388
2025-03-31 22:57:57.888 INFO Z-WAVE: [Node 009] Value added 9-114-0-manufacturerId => 122
2025-03-31 22:57:57.889 INFO Z-WAVE: [Node 009] Value added 9-134-0-firmwareVersions => 1.5
2025-03-31 22:57:57.890 INFO Z-WAVE: [Node 009] Value added 9-134-0-protocolVersion => 2.7
2025-03-31 22:57:57.891 INFO Z-WAVE: [Node 009] Value added 9-134-0-libraryType => 6
2025-03-31 22:57:57.893 INFO Z-WAVE: [Node 009] Ready: Merten - 50x5xx (Roller Shutter Push-Button)
2025-03-31T20:57:57.894Z CNTRLR   Retrieving priority route to node 9...
2025-03-31 22:57:57.904 INFO Z-WAVE: [Node 009] Interview COMPLETED, all values are updated