Problem with the dimmer Fibaro FGD-211

Hi, Rainer.

After upgrading to version 2.6.2 of the controller and get working RXTX for Z-Wave stick, I checked all my devices and found that the dimmer became not work correctly. Pressing the ON - it turns on, but the state of the sensor does not respond. OFF I have it I can not. Only if this is done the slider, but first increased and then reduced to 0.

Video: https://youtu.be/1bpUoX3WcCQ

In Designer 2.6.2 I removed all of the commands and sensors for this dimmer, save and then set up all over again, save. Synchronized with the controller. The result is the same as the dimmer is not working properly.

Z-wawe log for Node3 ONN and OFF command (switch Fibaro FGS-221 - normal working) and Node2 ONN and OFF command, and slider command (dimmer Fibaro FGD-211 - problem working):

DEBUG 2016-09-09 16:52:09,941 (Z-Wave): Command_Builder : Building Z-Wave command

DEBUG 2016-09-09 16:52:09,941 (Z-Wave): Command_Builder : Z-Wave command: nodeId = ‘3’, endPoint = ‘1’

DEBUG 2016-09-09 16:52:09,941 (Z-Wave): Command_Builder : Z-Wave command: command = ON

DEBUG 2016-09-09 16:52:09,941 (Z-Wave): Command_Builder : Z-Wave command: paramValue = null

DEBUG 2016-09-09 16:52:09,941 (Z-Wave): Command_Builder : Z-Wave command created successfully

DEBUG 2016-09-09 16:52:09,942 (Z-Wave): CCSwitchBinary : Node ‘3:1’ : [COMMAND_CLASS_SWITCH_BINARY::SWITCH_BINARY_SET, Value=‘255’]

DEBUG 2016-09-09 16:52:09,942 (Z-Wave): Controller_API : Enqueue (queue count=1) Z-Wave function call ‘org.openremote.protocol.zwave.model.commandclasses.CCMultiChannelV2FuncDecorator@17c24d7’.

DEBUG 2016-09-09 16:52:09,942 (Z-Wave): Controller_API : Dequeue (queue count=0) Z-Wave function call ‘org.openremote.protocol.zwave.model.commandclasses.CCMultiChannelV2FuncDecorator@17c24d7’.

DEBUG 2016-09-09 16:52:09,942 (Z-Wave): TX_Session_Layer : Executing Z-Wave function call ‘org.openremote.protocol.zwave.model.commandclasses.CCMultiChannelV2FuncDecorator@17c24d7’…

DEBUG 2016-09-09 16:52:09,943 (Z-Wave): TX_Session_Layer : Send (repeat count=1) Z-Wave function ‘ZW_SendData(NodeID=3, Payload=[0x25, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x0D)’ request (callback ID=0x0D).

DEBUG 2016-09-09 16:52:09,943 (Z-Wave): TX_Frame_Layer : Send data frame [0x01, 0x0E, 0x00, 0x13, 0x03, 0x07, 0x60, 0x0D, 0x00, 0x01, 0x25, 0x01, 0xFF, 0x05, 0x0D, 0x59].

DEBUG 2016-09-09 16:52:09,959 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x06]

DEBUG 2016-09-09 16:52:09,960 (Z-Wave): RX_Frame_Layer : ACK -> Data frame [0x01, 0x0E, 0x00, 0x13, 0x03, 0x07, 0x60, 0x0D, 0x00, 0x01, 0x25, 0x01, 0xFF, 0x05, 0x0D, 0x59] transmission OK.

DEBUG 2016-09-09 16:52:09,960 (Z-Wave): RX_Session_Layer : ACK -> Z-Wave function ‘ZW_SendData(NodeID=3, Payload=[0x25, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x0D)’ has been successfully sent - waiting 5,000 [ms] for response frame.

DEBUG 2016-09-09 16:52:09,963 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:09,964 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x04, 0x01, 0x13, 0x01, 0xE8]

DEBUG 2016-09-09 16:52:09,964 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] has been received.

DEBUG 2016-09-09 16:52:09,964 (Z-Wave): RX_Session_Layer : ‘ZW_SendData’ response [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] with status ‘RETURN_VALUE_TRUE’ received (callback ID=0x0D).

DEBUG 2016-09-09 16:52:09,965 (Z-Wave): RX_Session_Layer : Waiting 64,978 [ms] for ‘ZW_SendData’ callback frame (callback ID=0x0D).

DEBUG 2016-09-09 16:52:10,000 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:10,001 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x05, 0x00, 0x13, 0x0D, 0x00, 0xE4]

DEBUG 2016-09-09 16:52:10,001 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x05, 0x00, 0x13, 0x0D, 0x00, 0xE4] has been received.

DEBUG 2016-09-09 16:52:10,002 (Z-Wave): RX_Session_Layer : Callback [0x01, 0x05, 0x00, 0x13, 0x0D, 0x00, 0xE4] (callback ID=0x0D) with state ‘TRANSMIT_COMPLETE_OK’ received -> Z-Wave function ‘ZW_SendData(NodeID=3, Payload=[0x25, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x0D)’ successfully executed.

DEBUG 2016-09-09 16:52:10,003 (Z-Wave): CCSwitchBinary : Node ‘3:1’ : [COMMAND_CLASS_SWITCH_BINARY::SWITCH_BINARY_SET, Value=‘255’] succeeded.

DEBUG 2016-09-09 16:52:12,778 (Z-Wave): Command_Builder : Building Z-Wave command

DEBUG 2016-09-09 16:52:12,778 (Z-Wave): Command_Builder : Z-Wave command: nodeId = ‘3’, endPoint = ‘2’

DEBUG 2016-09-09 16:52:12,778 (Z-Wave): Command_Builder : Z-Wave command: command = ON

DEBUG 2016-09-09 16:52:12,778 (Z-Wave): Command_Builder : Z-Wave command: paramValue = null

DEBUG 2016-09-09 16:52:12,778 (Z-Wave): Command_Builder : Z-Wave command created successfully

DEBUG 2016-09-09 16:52:12,779 (Z-Wave): CCSwitchBinary : Node ‘3:2’ : [COMMAND_CLASS_SWITCH_BINARY::SWITCH_BINARY_SET, Value=‘255’]

DEBUG 2016-09-09 16:52:12,779 (Z-Wave): Controller_API : Dequeue (queue count=0) Z-Wave function call ‘org.openremote.protocol.zwave.model.commandclasses.CCMultiChannelV2FuncDecorator@1480115’.

DEBUG 2016-09-09 16:52:12,779 (Z-Wave): Controller_API : Enqueue (queue count=1) Z-Wave function call ‘org.openremote.protocol.zwave.model.commandclasses.CCMultiChannelV2FuncDecorator@1480115’.

DEBUG 2016-09-09 16:52:12,779 (Z-Wave): TX_Session_Layer : Executing Z-Wave function call ‘org.openremote.protocol.zwave.model.commandclasses.CCMultiChannelV2FuncDecorator@1480115’…

DEBUG 2016-09-09 16:52:12,780 (Z-Wave): TX_Session_Layer : Send (repeat count=1) Z-Wave function ‘ZW_SendData(NodeID=3, Payload=[0x25, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x0E)’ request (callback ID=0x0E).

DEBUG 2016-09-09 16:52:12,781 (Z-Wave): TX_Frame_Layer : Send data frame [0x01, 0x0E, 0x00, 0x13, 0x03, 0x07, 0x60, 0x0D, 0x00, 0x02, 0x25, 0x01, 0xFF, 0x05, 0x0E, 0x59].

DEBUG 2016-09-09 16:52:12,797 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x06]

DEBUG 2016-09-09 16:52:12,798 (Z-Wave): RX_Frame_Layer : ACK -> Data frame [0x01, 0x0E, 0x00, 0x13, 0x03, 0x07, 0x60, 0x0D, 0x00, 0x02, 0x25, 0x01, 0xFF, 0x05, 0x0E, 0x59] transmission OK.

DEBUG 2016-09-09 16:52:12,798 (Z-Wave): RX_Session_Layer : ACK -> Z-Wave function ‘ZW_SendData(NodeID=3, Payload=[0x25, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x0E)’ has been successfully sent - waiting 5,000 [ms] for response frame.

DEBUG 2016-09-09 16:52:12,800 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:12,801 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x04, 0x01, 0x13, 0x01, 0xE8]

DEBUG 2016-09-09 16:52:12,801 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] has been received.

DEBUG 2016-09-09 16:52:12,801 (Z-Wave): RX_Session_Layer : ‘ZW_SendData’ response [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] with status ‘RETURN_VALUE_TRUE’ received (callback ID=0x0E).

DEBUG 2016-09-09 16:52:12,802 (Z-Wave): RX_Session_Layer : Waiting 64,979 [ms] for ‘ZW_SendData’ callback frame (callback ID=0x0E).

DEBUG 2016-09-09 16:52:12,837 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:12,838 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x05, 0x00, 0x13, 0x0E, 0x00, 0xE7]

DEBUG 2016-09-09 16:52:12,838 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x05, 0x00, 0x13, 0x0E, 0x00, 0xE7] has been received.

DEBUG 2016-09-09 16:52:12,839 (Z-Wave): RX_Session_Layer : Callback [0x01, 0x05, 0x00, 0x13, 0x0E, 0x00, 0xE7] (callback ID=0x0E) with state ‘TRANSMIT_COMPLETE_OK’ received -> Z-Wave function ‘ZW_SendData(NodeID=3, Payload=[0x25, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x0E)’ successfully executed.

DEBUG 2016-09-09 16:52:12,839 (Z-Wave): CCSwitchBinary : Node ‘3:2’ : [COMMAND_CLASS_SWITCH_BINARY::SWITCH_BINARY_SET, Value=‘255’] succeeded.

DEBUG 2016-09-09 16:52:19,596 (Z-Wave): Command_Builder : Building Z-Wave command

DEBUG 2016-09-09 16:52:19,596 (Z-Wave): Command_Builder : Z-Wave command: nodeId = ‘3’, endPoint = ‘1’

DEBUG 2016-09-09 16:52:19,596 (Z-Wave): Command_Builder : Z-Wave command: command = OFF

DEBUG 2016-09-09 16:52:19,597 (Z-Wave): Command_Builder : Z-Wave command: paramValue = null

DEBUG 2016-09-09 16:52:19,597 (Z-Wave): Command_Builder : Z-Wave command created successfully

DEBUG 2016-09-09 16:52:19,597 (Z-Wave): CCSwitchBinary : Node ‘3:1’ : [COMMAND_CLASS_SWITCH_BINARY::SWITCH_BINARY_SET, Value=‘0’]

DEBUG 2016-09-09 16:52:19,597 (Z-Wave): Controller_API : Enqueue (queue count=1) Z-Wave function call ‘org.openremote.protocol.zwave.model.commandclasses.CCMultiChannelV2FuncDecorator@77669e’.

DEBUG 2016-09-09 16:52:19,598 (Z-Wave): Controller_API : Dequeue (queue count=0) Z-Wave function call ‘org.openremote.protocol.zwave.model.commandclasses.CCMultiChannelV2FuncDecorator@77669e’.

DEBUG 2016-09-09 16:52:19,598 (Z-Wave): TX_Session_Layer : Executing Z-Wave function call ‘org.openremote.protocol.zwave.model.commandclasses.CCMultiChannelV2FuncDecorator@77669e’…

DEBUG 2016-09-09 16:52:19,598 (Z-Wave): TX_Session_Layer : Send (repeat count=1) Z-Wave function ‘ZW_SendData(NodeID=3, Payload=[0x25, 0x01, 0x00], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x0F)’ request (callback ID=0x0F).

DEBUG 2016-09-09 16:52:19,599 (Z-Wave): TX_Frame_Layer : Send data frame [0x01, 0x0E, 0x00, 0x13, 0x03, 0x07, 0x60, 0x0D, 0x00, 0x01, 0x25, 0x01, 0x00, 0x05, 0x0F, 0xA4].

DEBUG 2016-09-09 16:52:19,614 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x06]

DEBUG 2016-09-09 16:52:19,615 (Z-Wave): RX_Frame_Layer : ACK -> Data frame [0x01, 0x0E, 0x00, 0x13, 0x03, 0x07, 0x60, 0x0D, 0x00, 0x01, 0x25, 0x01, 0x00, 0x05, 0x0F, 0xA4] transmission OK.

DEBUG 2016-09-09 16:52:19,615 (Z-Wave): RX_Session_Layer : ACK -> Z-Wave function ‘ZW_SendData(NodeID=3, Payload=[0x25, 0x01, 0x00], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x0F)’ has been successfully sent - waiting 5,000 [ms] for response frame.

DEBUG 2016-09-09 16:52:19,617 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:19,618 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x04, 0x01, 0x13, 0x01, 0xE8]

DEBUG 2016-09-09 16:52:19,618 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] has been received.

DEBUG 2016-09-09 16:52:19,619 (Z-Wave): RX_Session_Layer : ‘ZW_SendData’ response [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] with status ‘RETURN_VALUE_TRUE’ received (callback ID=0x0F).

DEBUG 2016-09-09 16:52:19,619 (Z-Wave): RX_Session_Layer : Waiting 64,980 [ms] for ‘ZW_SendData’ callback frame (callback ID=0x0F).

DEBUG 2016-09-09 16:52:19,655 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:19,656 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x05, 0x00, 0x13, 0x0F, 0x00, 0xE6]

DEBUG 2016-09-09 16:52:19,656 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x05, 0x00, 0x13, 0x0F, 0x00, 0xE6] has been received.

DEBUG 2016-09-09 16:52:19,657 (Z-Wave): RX_Session_Layer : Callback [0x01, 0x05, 0x00, 0x13, 0x0F, 0x00, 0xE6] (callback ID=0x0F) with state ‘TRANSMIT_COMPLETE_OK’ received -> Z-Wave function ‘ZW_SendData(NodeID=3, Payload=[0x25, 0x01, 0x00], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x0F)’ successfully executed.

DEBUG 2016-09-09 16:52:19,657 (Z-Wave): CCSwitchBinary : Node ‘3:1’ : [COMMAND_CLASS_SWITCH_BINARY::SWITCH_BINARY_SET, Value=‘0’] succeeded.

DEBUG 2016-09-09 16:52:21,570 (Z-Wave): Command_Builder : Building Z-Wave command

DEBUG 2016-09-09 16:52:21,570 (Z-Wave): Command_Builder : Z-Wave command: nodeId = ‘3’, endPoint = ‘2’

DEBUG 2016-09-09 16:52:21,570 (Z-Wave): Command_Builder : Z-Wave command: command = OFF

DEBUG 2016-09-09 16:52:21,571 (Z-Wave): Command_Builder : Z-Wave command: paramValue = null

DEBUG 2016-09-09 16:52:21,571 (Z-Wave): Command_Builder : Z-Wave command created successfully

DEBUG 2016-09-09 16:52:21,571 (Z-Wave): CCSwitchBinary : Node ‘3:2’ : [COMMAND_CLASS_SWITCH_BINARY::SWITCH_BINARY_SET, Value=‘0’]

DEBUG 2016-09-09 16:52:21,571 (Z-Wave): Controller_API : Enqueue (queue count=1) Z-Wave function call ‘org.openremote.protocol.zwave.model.commandclasses.CCMultiChannelV2FuncDecorator@14508c4’.

DEBUG 2016-09-09 16:52:21,571 (Z-Wave): Controller_API : Dequeue (queue count=0) Z-Wave function call ‘org.openremote.protocol.zwave.model.commandclasses.CCMultiChannelV2FuncDecorator@14508c4’.

DEBUG 2016-09-09 16:52:21,572 (Z-Wave): TX_Session_Layer : Executing Z-Wave function call ‘org.openremote.protocol.zwave.model.commandclasses.CCMultiChannelV2FuncDecorator@14508c4’…

DEBUG 2016-09-09 16:52:21,572 (Z-Wave): TX_Session_Layer : Send (repeat count=1) Z-Wave function ‘ZW_SendData(NodeID=3, Payload=[0x25, 0x01, 0x00], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x10)’ request (callback ID=0x10).

DEBUG 2016-09-09 16:52:21,573 (Z-Wave): TX_Frame_Layer : Send data frame [0x01, 0x0E, 0x00, 0x13, 0x03, 0x07, 0x60, 0x0D, 0x00, 0x02, 0x25, 0x01, 0x00, 0x05, 0x10, 0xB8].

DEBUG 2016-09-09 16:52:21,589 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x06]

DEBUG 2016-09-09 16:52:21,589 (Z-Wave): RX_Frame_Layer : ACK -> Data frame [0x01, 0x0E, 0x00, 0x13, 0x03, 0x07, 0x60, 0x0D, 0x00, 0x02, 0x25, 0x01, 0x00, 0x05, 0x10, 0xB8] transmission OK.

DEBUG 2016-09-09 16:52:21,590 (Z-Wave): RX_Session_Layer : ACK -> Z-Wave function ‘ZW_SendData(NodeID=3, Payload=[0x25, 0x01, 0x00], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x10)’ has been successfully sent - waiting 5,000 [ms] for response frame.

DEBUG 2016-09-09 16:52:21,592 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:21,592 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x04, 0x01, 0x13, 0x01, 0xE8]

DEBUG 2016-09-09 16:52:21,592 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] has been received.

DEBUG 2016-09-09 16:52:21,593 (Z-Wave): RX_Session_Layer : ‘ZW_SendData’ response [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] with status ‘RETURN_VALUE_TRUE’ received (callback ID=0x10).

DEBUG 2016-09-09 16:52:21,593 (Z-Wave): RX_Session_Layer : Waiting 64,979 [ms] for ‘ZW_SendData’ callback frame (callback ID=0x10).

DEBUG 2016-09-09 16:52:21,629 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:21,629 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x05, 0x00, 0x13, 0x10, 0x00, 0xF9]

DEBUG 2016-09-09 16:52:21,630 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x05, 0x00, 0x13, 0x10, 0x00, 0xF9] has been received.

DEBUG 2016-09-09 16:52:21,630 (Z-Wave): RX_Session_Layer : Callback [0x01, 0x05, 0x00, 0x13, 0x10, 0x00, 0xF9] (callback ID=0x10) with state ‘TRANSMIT_COMPLETE_OK’ received -> Z-Wave function ‘ZW_SendData(NodeID=3, Payload=[0x25, 0x01, 0x00], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x10)’ successfully executed.

DEBUG 2016-09-09 16:52:21,630 (Z-Wave): CCSwitchBinary : Node ‘3:2’ : [COMMAND_CLASS_SWITCH_BINARY::SWITCH_BINARY_SET, Value=‘0’] succeeded.

DEBUG 2016-09-09 16:52:22,151 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:22,151 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x0C, 0x00, 0x04, 0x00, 0x07, 0x06, 0x31, 0x05, 0x03, 0x0A, 0x00, 0x0D, 0xC6]

DEBUG 2016-09-09 16:52:22,152 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x0C, 0x00, 0x04, 0x00, 0x07, 0x06, 0x31, 0x05, 0x03, 0x0A, 0x00, 0x0D, 0xC6] has been received.

DEBUG 2016-09-09 16:52:22,152 (Z-Wave): RX_Session_Layer : Node ‘7’ : [APP_CMD_HANDLER_FRAME : NodeID=‘7’, Status=[RECEIVE_STATUS_TYPE_SINGLE], CommandClass=‘COMMAND_CLASS_SENSOR_MULTILEVEL’, Command=‘0x05’, Parameters: [0x03, 0x0A, 0x00, 0x0D]]

DEBUG 2016-09-09 16:52:22,153 (Z-Wave): CCMultiLevelSensor : Node ‘7:0’ : [COMMAND_CLASS_SENSOR_MULTILEVEL::SENSOR_MULTILEVEL_REPORT, Value=‘13’, Type=‘LUMINANCE’, Scale=‘LUMINANCE_SCALE_LUX’].

DEBUG 2016-09-09 16:52:24,484 (Z-Wave): Command_Builder : Building Z-Wave command

DEBUG 2016-09-09 16:52:24,484 (Z-Wave): Command_Builder : Z-Wave command: nodeId = ‘2’, endPoint = ‘1’

DEBUG 2016-09-09 16:52:24,484 (Z-Wave): Command_Builder : Z-Wave command: command = ON

DEBUG 2016-09-09 16:52:24,484 (Z-Wave): Command_Builder : Z-Wave command: paramValue = null

DEBUG 2016-09-09 16:52:24,484 (Z-Wave): Command_Builder : Z-Wave command created successfully

DEBUG 2016-09-09 16:52:24,485 (Z-Wave): CCMultiLevelSwitch : Node ‘2:0’ : [COMMAND_CLASS_SWITCH_MULTILEVEL::SWITCH_MULTILEVEL_SET, Value=‘255’]

DEBUG 2016-09-09 16:52:24,486 (Z-Wave): Controller_API : Enqueue (queue count=1) Z-Wave function call ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x00)’.

DEBUG 2016-09-09 16:52:24,486 (Z-Wave): Controller_API : Dequeue (queue count=0) Z-Wave function call ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x00)’.

DEBUG 2016-09-09 16:52:24,486 (Z-Wave): TX_Session_Layer : Executing Z-Wave function call ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x00)’…

DEBUG 2016-09-09 16:52:24,487 (Z-Wave): TX_Session_Layer : Send (repeat count=1) Z-Wave function ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x11)’ request (callback ID=0x11).

DEBUG 2016-09-09 16:52:24,487 (Z-Wave): TX_Frame_Layer : Send data frame [0x01, 0x0A, 0x00, 0x13, 0x02, 0x03, 0x26, 0x01, 0xFF, 0x05, 0x11, 0x2B].

DEBUG 2016-09-09 16:52:24,499 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x06]

DEBUG 2016-09-09 16:52:24,499 (Z-Wave): RX_Frame_Layer : ACK -> Data frame [0x01, 0x0A, 0x00, 0x13, 0x02, 0x03, 0x26, 0x01, 0xFF, 0x05, 0x11, 0x2B] transmission OK.

DEBUG 2016-09-09 16:52:24,500 (Z-Wave): RX_Session_Layer : ACK -> Z-Wave function ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x11)’ has been successfully sent - waiting 5,000 [ms] for response frame.

DEBUG 2016-09-09 16:52:24,503 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:24,503 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x04, 0x01, 0x13, 0x01, 0xE8]

DEBUG 2016-09-09 16:52:24,504 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] has been received.

DEBUG 2016-09-09 16:52:24,504 (Z-Wave): RX_Session_Layer : ‘ZW_SendData’ response [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] with status ‘RETURN_VALUE_TRUE’ received (callback ID=0x11).

DEBUG 2016-09-09 16:52:24,504 (Z-Wave): RX_Session_Layer : Waiting 64,983 [ms] for ‘ZW_SendData’ callback frame (callback ID=0x11).

DEBUG 2016-09-09 16:52:24,515 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:24,515 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x05, 0x00, 0x13, 0x11, 0x00, 0xF8]

DEBUG 2016-09-09 16:52:24,516 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x05, 0x00, 0x13, 0x11, 0x00, 0xF8] has been received.

DEBUG 2016-09-09 16:52:24,516 (Z-Wave): RX_Session_Layer : Callback [0x01, 0x05, 0x00, 0x13, 0x11, 0x00, 0xF8] (callback ID=0x11) with state ‘TRANSMIT_COMPLETE_OK’ received -> Z-Wave function ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x11)’ successfully executed.

DEBUG 2016-09-09 16:52:24,517 (Z-Wave): CCMultiLevelSwitch : Node ‘2:0’ : [COMMAND_CLASS_SWITCH_MULTILEVEL::SWITCH_MULTILEVEL_SET, Value=‘255’] succeeded

DEBUG 2016-09-09 16:52:29,724 (Z-Wave): Command_Builder : Building Z-Wave command

DEBUG 2016-09-09 16:52:29,724 (Z-Wave): Command_Builder : Z-Wave command: nodeId = ‘2’, endPoint = ‘1’

DEBUG 2016-09-09 16:52:29,724 (Z-Wave): Command_Builder : Z-Wave command: command = ON

DEBUG 2016-09-09 16:52:29,724 (Z-Wave): Command_Builder : Z-Wave command: paramValue = null

DEBUG 2016-09-09 16:52:29,725 (Z-Wave): Command_Builder : Z-Wave command created successfully

DEBUG 2016-09-09 16:52:29,725 (Z-Wave): CCMultiLevelSwitch : Node ‘2:0’ : [COMMAND_CLASS_SWITCH_MULTILEVEL::SWITCH_MULTILEVEL_SET, Value=‘255’]

DEBUG 2016-09-09 16:52:29,726 (Z-Wave): Controller_API : Enqueue (queue count=1) Z-Wave function call ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x00)’.

DEBUG 2016-09-09 16:52:29,726 (Z-Wave): Controller_API : Dequeue (queue count=0) Z-Wave function call ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x00)’.

DEBUG 2016-09-09 16:52:29,726 (Z-Wave): TX_Session_Layer : Executing Z-Wave function call ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x00)’…

DEBUG 2016-09-09 16:52:29,727 (Z-Wave): TX_Session_Layer : Send (repeat count=1) Z-Wave function ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x12)’ request (callback ID=0x12).

DEBUG 2016-09-09 16:52:29,727 (Z-Wave): TX_Frame_Layer : Send data frame [0x01, 0x0A, 0x00, 0x13, 0x02, 0x03, 0x26, 0x01, 0xFF, 0x05, 0x12, 0x28].

DEBUG 2016-09-09 16:52:29,739 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x06]

DEBUG 2016-09-09 16:52:29,739 (Z-Wave): RX_Frame_Layer : ACK -> Data frame [0x01, 0x0A, 0x00, 0x13, 0x02, 0x03, 0x26, 0x01, 0xFF, 0x05, 0x12, 0x28] transmission OK.

DEBUG 2016-09-09 16:52:29,740 (Z-Wave): RX_Session_Layer : ACK -> Z-Wave function ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x12)’ has been successfully sent - waiting 5,000 [ms] for response frame.

DEBUG 2016-09-09 16:52:29,743 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:29,743 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x04, 0x01, 0x13, 0x01, 0xE8]

DEBUG 2016-09-09 16:52:29,744 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] has been received.

DEBUG 2016-09-09 16:52:29,744 (Z-Wave): RX_Session_Layer : ‘ZW_SendData’ response [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] with status ‘RETURN_VALUE_TRUE’ received (callback ID=0x12).

DEBUG 2016-09-09 16:52:29,744 (Z-Wave): RX_Session_Layer : Waiting 64,983 [ms] for ‘ZW_SendData’ callback frame (callback ID=0x12).

DEBUG 2016-09-09 16:52:29,755 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:29,755 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x05, 0x00, 0x13, 0x12, 0x00, 0xFB]

DEBUG 2016-09-09 16:52:29,756 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x05, 0x00, 0x13, 0x12, 0x00, 0xFB] has been received.

DEBUG 2016-09-09 16:52:29,756 (Z-Wave): RX_Session_Layer : Callback [0x01, 0x05, 0x00, 0x13, 0x12, 0x00, 0xFB] (callback ID=0x12) with state ‘TRANSMIT_COMPLETE_OK’ received -> Z-Wave function ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0xFF], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x12)’ successfully executed.

DEBUG 2016-09-09 16:52:29,757 (Z-Wave): CCMultiLevelSwitch : Node ‘2:0’ : [COMMAND_CLASS_SWITCH_MULTILEVEL::SWITCH_MULTILEVEL_SET, Value=‘255’] succeeded

DEBUG 2016-09-09 16:52:32,140 (Z-Wave): Command_Builder : Building Z-Wave command

DEBUG 2016-09-09 16:52:32,140 (Z-Wave): Command_Builder : Z-Wave command: nodeId = ‘2’, endPoint = ‘1’

DEBUG 2016-09-09 16:52:32,140 (Z-Wave): Command_Builder : Z-Wave command: command = DIM

DEBUG 2016-09-09 16:52:32,140 (Z-Wave): Command_Builder : Z-Wave command: paramValue = 100

DEBUG 2016-09-09 16:52:32,140 (Z-Wave): Command_Builder : Z-Wave command created successfully

DEBUG 2016-09-09 16:52:32,141 (Z-Wave): CCMultiLevelSwitch : Node ‘2:0’ : [COMMAND_CLASS_SWITCH_MULTILEVEL::SWITCH_MULTILEVEL_SET, Value=‘99’]

DEBUG 2016-09-09 16:52:32,141 (Z-Wave): Controller_API : Enqueue (queue count=1) Z-Wave function call ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0x63], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x00)’.

DEBUG 2016-09-09 16:52:32,142 (Z-Wave): Controller_API : Dequeue (queue count=0) Z-Wave function call ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0x63], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x00)’.

DEBUG 2016-09-09 16:52:32,142 (Z-Wave): TX_Session_Layer : Executing Z-Wave function call ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0x63], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x00)’…

DEBUG 2016-09-09 16:52:32,143 (Z-Wave): TX_Session_Layer : Send (repeat count=1) Z-Wave function ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0x63], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x13)’ request (callback ID=0x13).

DEBUG 2016-09-09 16:52:32,143 (Z-Wave): TX_Frame_Layer : Send data frame [0x01, 0x0A, 0x00, 0x13, 0x02, 0x03, 0x26, 0x01, 0x63, 0x05, 0x13, 0xB5].

DEBUG 2016-09-09 16:52:32,155 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x06]

DEBUG 2016-09-09 16:52:32,155 (Z-Wave): RX_Frame_Layer : ACK -> Data frame [0x01, 0x0A, 0x00, 0x13, 0x02, 0x03, 0x26, 0x01, 0x63, 0x05, 0x13, 0xB5] transmission OK.

DEBUG 2016-09-09 16:52:32,156 (Z-Wave): RX_Session_Layer : ACK -> Z-Wave function ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0x63], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x13)’ has been successfully sent - waiting 5,000 [ms] for response frame.

DEBUG 2016-09-09 16:52:32,159 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:32,159 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x04, 0x01, 0x13, 0x01, 0xE8]

DEBUG 2016-09-09 16:52:32,160 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] has been received.

DEBUG 2016-09-09 16:52:32,160 (Z-Wave): RX_Session_Layer : ‘ZW_SendData’ response [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] with status ‘RETURN_VALUE_TRUE’ received (callback ID=0x13).

DEBUG 2016-09-09 16:52:32,160 (Z-Wave): RX_Session_Layer : Waiting 64,982 [ms] for ‘ZW_SendData’ callback frame (callback ID=0x13).

DEBUG 2016-09-09 16:52:32,171 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:32,171 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x05, 0x00, 0x13, 0x13, 0x00, 0xFA]

DEBUG 2016-09-09 16:52:32,172 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x05, 0x00, 0x13, 0x13, 0x00, 0xFA] has been received.

DEBUG 2016-09-09 16:52:32,172 (Z-Wave): RX_Session_Layer : Callback [0x01, 0x05, 0x00, 0x13, 0x13, 0x00, 0xFA] (callback ID=0x13) with state ‘TRANSMIT_COMPLETE_OK’ received -> Z-Wave function ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0x63], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x13)’ successfully executed.

DEBUG 2016-09-09 16:52:32,173 (Z-Wave): CCMultiLevelSwitch : Node ‘2:0’ : [COMMAND_CLASS_SWITCH_MULTILEVEL::SWITCH_MULTILEVEL_SET, Value=‘99’] succeeded

DEBUG 2016-09-09 16:52:36,329 (Z-Wave): Command_Builder : Building Z-Wave command

DEBUG 2016-09-09 16:52:36,330 (Z-Wave): Command_Builder : Z-Wave command: nodeId = ‘2’, endPoint = ‘1’

DEBUG 2016-09-09 16:52:36,330 (Z-Wave): Command_Builder : Z-Wave command: command = DIM

DEBUG 2016-09-09 16:52:36,330 (Z-Wave): Command_Builder : Z-Wave command: paramValue = 0

DEBUG 2016-09-09 16:52:36,330 (Z-Wave): Command_Builder : Z-Wave command created successfully

DEBUG 2016-09-09 16:52:36,331 (Z-Wave): CCMultiLevelSwitch : Node ‘2:0’ : [COMMAND_CLASS_SWITCH_MULTILEVEL::SWITCH_MULTILEVEL_SET, Value=‘0’]

DEBUG 2016-09-09 16:52:36,331 (Z-Wave): Controller_API : Enqueue (queue count=1) Z-Wave function call ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0x00], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x00)’.

DEBUG 2016-09-09 16:52:36,331 (Z-Wave): Controller_API : Dequeue (queue count=0) Z-Wave function call ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0x00], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x00)’.

DEBUG 2016-09-09 16:52:36,332 (Z-Wave): TX_Session_Layer : Executing Z-Wave function call ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0x00], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x00)’…

DEBUG 2016-09-09 16:52:36,332 (Z-Wave): TX_Session_Layer : Send (repeat count=1) Z-Wave function ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0x00], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x14)’ request (callback ID=0x14).

DEBUG 2016-09-09 16:52:36,332 (Z-Wave): TX_Frame_Layer : Send data frame [0x01, 0x0A, 0x00, 0x13, 0x02, 0x03, 0x26, 0x01, 0x00, 0x05, 0x14, 0xD1].

DEBUG 2016-09-09 16:52:36,344 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x06]

DEBUG 2016-09-09 16:52:36,344 (Z-Wave): RX_Frame_Layer : ACK -> Data frame [0x01, 0x0A, 0x00, 0x13, 0x02, 0x03, 0x26, 0x01, 0x00, 0x05, 0x14, 0xD1] transmission OK.

DEBUG 2016-09-09 16:52:36,345 (Z-Wave): RX_Session_Layer : ACK -> Z-Wave function ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0x00], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x14)’ has been successfully sent - waiting 5,000 [ms] for response frame.

DEBUG 2016-09-09 16:52:36,348 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:36,348 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x04, 0x01, 0x13, 0x01, 0xE8]

DEBUG 2016-09-09 16:52:36,349 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] has been received.

DEBUG 2016-09-09 16:52:36,349 (Z-Wave): RX_Session_Layer : ‘ZW_SendData’ response [0x01, 0x04, 0x01, 0x13, 0x01, 0xE8] with status ‘RETURN_VALUE_TRUE’ received (callback ID=0x14).

DEBUG 2016-09-09 16:52:36,349 (Z-Wave): RX_Session_Layer : Waiting 64,983 [ms] for ‘ZW_SendData’ callback frame (callback ID=0x14).

DEBUG 2016-09-09 16:52:36,360 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x01]

DEBUG 2016-09-09 16:52:36,360 (Z-Wave): RX_Serial_Port_RXTX : Data bytes read : [0x05, 0x00, 0x13, 0x14, 0x00, 0xFD]

DEBUG 2016-09-09 16:52:36,361 (Z-Wave): RX_Frame_Layer : Data frame [0x01, 0x05, 0x00, 0x13, 0x14, 0x00, 0xFD] has been received.

DEBUG 2016-09-09 16:52:36,361 (Z-Wave): RX_Session_Layer : Callback [0x01, 0x05, 0x00, 0x13, 0x14, 0x00, 0xFD] (callback ID=0x14) with state ‘TRANSMIT_COMPLETE_OK’ received -> Z-Wave function ‘ZW_SendData(NodeID=2, Payload=[0x26, 0x01, 0x00], TxOptions=[TRANSMIT_OPTION_AUTO_ROUTE, TRANSMIT_EXPLORE_OPTION_ACK], CallbackID=0x14)’ successfully executed.

DEBUG 2016-09-09 16:52:36,362 (Z-Wave): CCMultiLevelSwitch : Node ‘2:0’ : [COMMAND_CLASS_SWITCH_MULTILEVEL::SWITCH_MULTILEVEL_SET, Value=‘0’] succeeded

``

How to get a normal job dimmer? In the Controller version 2.1.1, this dimer worked perfectly - and as a switch, and as a slider.

node2.xml (2.25 KB)

node3.xml (2.96 KB)

Indeed there seems to be a problem with the Fibaro dimmer and most probably with other dimmers too. We’ve made code changes in the dimmer implementation in order to prevent erratic behavior in closed loop configurations (next gen. controller).

I’ll let you know when I’ve tracked down what’s going on and when I’ve found a solution.

Good. Thank you, we will wait.

Here’s a new version that should fix the problem :

Z-Wave 3.1.0 Beta1

You have to replace the **zwave.jar **file in the /webapps/controller/WEB-INF/lib folder with the new jar file.

The new version requests a dim level status update after the lim level has been set.

Hi, Rainer.

Good news.

It should be renamed from or-zwave-3.1.0-Beta1.jar in zwave.jar before replacing, or not?

As I have interesting work with thermostats. Good work thermostats for heating systems, as well as a new model of the thermostat to control household air-conditioning (heating/cooling mode, set temperature, fan speed, off). All z-wawe command classes work fine.

Rename is not necessary but you should delete the old zwave.jar file.

Does not work. After replacing the file, the controller does not start. No Web console, there is no communication with the controller. In the log only:

INFO 2016-11-16 10:52:22,443 : Initialized event processor : Drools Rule Engine

INFO 2016-11-16 10:52:22,444 : Initialized event processor : RRD4J Data Logger

INFO 2016-11-16 10:52:22,444 : Initialized event processor : EmonCMS Data Logger

INFO 2016-11-16 10:52:22,503 :

I’ve tested it with OpenRemote Controller Version 2.5.0 (Java 1.6). I think the problem is that you are using 2.6.0 (Java 1.8) - right ?

Yes, i use 2.6.0 and Java 1.7 (with Java 1.8 i dont sync with Designer).

Or do I need to install Java 1.6, that the controller working? With 2.6 controller does not work?

I’ve also tested it with Version 2.6.0 (Beta 1) and it worked as expected on my system (Mac).
The new version uses the nrjavaserial java library for serial port access that means the native libraries in the /webapps/controller/WEB-INF/lib/native directory are not necessary anymore but this isn’t new since Version 2.5.0 and 2.6.0 of the OpenRemote controller.

In the past we’ve experienced access rights problems with the nrjavaserial library - could you check that because I think you’ve already solved these issues in the past if I remember well.

Yes, I solved these issues with Z-Wave stick, he works only when the rights to the directory /var/run/lock - 777. (on Synology NAS). Now its work good.

If I simply replace the **or-zwave-3.1.0-Beta1.jar **file in the /webapps/controller/WEB-INF/lib/ folder, it does not affect the access rights. However, the controller does not operate. And if I’m just returning the previous zwave.jar file - it works fine.

New version available that fixes a bug related to multi instance and security enabled devices (Note that I don’t think that this new version fixes the problem with your system).

Z-Wave 3.1.1 Beta1

Hi, Rainer.

My system at the moment: Synology NAS DS3615xs DSM 6.0.2-8451U3 --> OR 2.6.0 + Java7

I replaced the zwave.jar file to the new Z-Wave 3.1.1 Beta1.jar . Now the state is dimmer determined, switch and slider working. But it is slow. Previously, he worked much faster, how as well as switch instantly. And now, the dimmer is slower, but it works. I made a short video, a work dimmer.

https://youtu.be/Lrk5oKCcaKk

New version available that fixes the dimmer update issue.

Z-Wave 3.1.2 Beta1