Zipato RGBw2.us Color Channel- bulb does not respond

So I got a Zipato RGBw2.us
It recognizes the bulb and created switch_dimmer, color_color and color_temperature channels.
created items… flip over to controls… switch_dimmer controlswork, color_temperature works, color_color… DOA…

2018-05-25 23:38:05.425 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Command received zwave:device:ef96ab0f:node8:color_color --> 68,100,100
2018-05-25 23:38:05.455 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: No messages returned from converter

Sys Info: Raspbian 8 (Jessie), Openhab2 4.1.3, Z-Wave org.openhab.binding/org.openhab.binding.zwave/2.3.0-SNAPSHOT start-level=80

Successful messages from other commands sent:

2018-05-25 23:38:39.731 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Command received zwave:device:ef96ab0f:node8:switch_dimmer --> OFF
2018-05-25 23:38:39.741 [DEBUG] [ss.ZWaveMultiLevelSwitchCommandClass] - NODE 8: Creating new message for command SWITCH_MULTILEVEL_SET
2018-05-25 23:38:39.750 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
2018-05-25 23:38:39.750 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
2018-05-25 23:38:39.767 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 13 08 03 26 01 00 25 EF 00 
2018-05-25 23:38:39.778 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 8: Sending REQUEST Message = 01 0A 00 13 08 03 26 01 00 25 EF 00 
2018-05-25 23:38:39.835 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2018-05-25 23:38:39.855 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-25 23:38:39.864 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 01 13 01 E8 
2018-05-25 23:38:39.877 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 04 01 13 01 E8 
2018-05-25 23:38:39.890 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Response[0x01], priority=High, dest=255, callback=0, payload=01 
2018-05-25 23:38:39.898 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 8: Sent Data successfully placed on stack.
2018-05-25 23:38:39.909 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 EF 00 00 02 06 
2018-05-25 23:38:39.930 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-25 23:38:39.950 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 EF 00 00 02 00 00 08 
2018-05-25 23:38:39.967 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 13 EF 00 00 02 00 00 08 
2018-05-25 23:38:39.977 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=EF 00 00 02 
2018-05-25 23:38:39.981 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 8: SendData Request. CallBack ID = 239, Status = Transmission complete and ACK received(0)
2018-05-25 23:38:39.985 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 8: Starting initialisation from DONE
2018-05-25 23:38:39.990 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@3740d7 already registered
2018-05-25 23:38:39.999 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Set, dest=8, callback=239, payload=08 03 26 01 00 
2018-05-25 23:38:40.008 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=EF 00 00 02 
2018-05-25 23:38:40.013 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SendData, callback id=239, expected=SendData, cancelled=false        transaction complete!
2018-05-25 23:38:40.017 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
2018-05-25 23:38:40.021 [DEBUG] [curityCommandClassWithInitialization] - NODE 8: updating lastSentMessageTimestamp
2018-05-25 23:38:40.025 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2018-05-25 23:38:40.029 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 8: Response processed after 246ms/4831ms.

So the Device is listening and responsive but is not responding to Color_color channel commands. Suggestions?
.

Please use code fences for logs or other config text:

Your link is not working but I guess you mean this device?
http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/619

So according to a comment it should work with the latest snapshot zwave binding.

Yup, I updated to snapshot 1288 and it still doesn’t seem to be working… and now all my lightify bulbs stopped working…mrgh