Zwave Thing configuration with snapshot 1361

2018-09-18 09:01:34.592 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 3: Received COMMAND_CLASS_CONFIGURATION V1 CONFIGURATIONCMD_REPORT

2018-09-18 09:01:34.594 [DEBUG] [class.ZWaveConfigurationCommandClass] - NODE 3: Node configuration report, parameter = 3, value = 1, size = 1

2018-09-18 09:01:34.596 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got an event from Z-Wave network: ZWaveConfigurationParameterEvent

2018-09-18 09:01:34.597 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_CONFIGURATION, value = org.openhab.binding.zwave.internal.protocol.ZWaveConfigurationParameter@e6b1ee

2018-09-18 09:01:34.599 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Update CONFIGURATION 3/1 to 1

These lines show that parameter 3 was read from the device, and is currently set to 1, which is what you had set it to. It’s possible the device might need to be power cycled for the configuration change to take affect.

No, this is not available in OH. You can change configuration parameters by adding a channel for them in the device db. You can also send the command “REFRESH” to an item to poll the device and refresh the item’s state.