Nikobus Pi with USB to serial adapter

After running the openhab demo on my pi i’m now trying to get connection to my Nikobus installation (lights, dimmers, shutters).

The first problem is to get a serial connection between the Raspberry Pi and my PC-link. Some text from my log-file after a reboot of my Pi:

2016-06-28 11:21:22.570 [DEBUG] [i.internal.GenericItemProvider] - Start processing binding configuration of Item ‘Office_Top_Left_S (Type=SwitchItem, State=Uninitialized)’ with ‘NikobusGenericBindingProvider’ reader.
2016-06-28 11:21:22.575 [DEBUG] [i.internal.GenericItemProvider] - Start processing binding configuration of Item ‘Office_Top_Left_L (Type=SwitchItem, State=Uninitialized)’ with ‘NikobusGenericBindingProvider’ reader.
2016-06-28 11:21:22.577 [DEBUG] [i.internal.GenericItemProvider] - Start processing binding configuration of Item ‘Kitchen (Type=SwitchItem, State=Uninitialized)’ with ‘NikobusGenericBindingProvider’ reader.
2016-06-28 11:21:22.620 [DEBUG] [.o.b.n.internal.NikobusBinding] - Started Command Receiver Thread.
2016-06-28 11:21:22.623 [DEBUG] [.o.b.n.internal.NikobusBinding] - Started Command Sender Thread.
2016-06-28 11:21:22.623 [DEBUG] [.n.i.core.NikobusCommandSender] - Command sender started.
2016-06-28 11:21:22.630 [DEBUG] [.o.b.n.internal.NikobusBinding] - Refresh service started. Will refresh a module every 600 seconds.

And some lines later:
2016-06-28 11:21:23.497 [DEBUG] [.o.b.n.i.core.NikobusInterface] - Found port: /dev/ttyUSB0 x null
2016-06-28 11:21:23.756 [DEBUG] [.o.b.n.i.core.NikobusInterface] - Port not found during first attempt : null
2016-06-28 11:21:23.758 [DEBUG] [.o.b.n.i.core.NikobusInterface] - Port not found during second attempt : null
2016-06-28 11:21:23.760 [ERROR] [.o.b.n.internal.NikobusBinding] - Serial port ‘/dev/ttyUSB1’ not found.

Looks like i’ve got my serial adapter working but without connection to my Nikobus PC-Link

Can somebody help me?

Willem

Solved problem. RJ12 cable was broken. Sorry