Openhab 2 and homematic binding does not work with homegear? Timeout problem

I use homegear with HD-MOD-RPI-PCB to control my homematic actors.
This works fine with openhab 1.8 Now I updated to 2.0 and homematic seems to have some problems

Logfile output:

2017-03-18 21:48:49.700 [WARN ] [ome.core.thing.internal.ThingManager] - Initializing handler for thing 'homematic:bridge:8e1c1df3' takes more than 5000ms.

I just deleted the thing “bridge” and readded it:


2017-03-18 22:16:30.450 [INFO ] [ternal.communicator.client.RpcClient] - Interface 'WIRED' on gateway '4283d727' not available, disabling support
2017-03-18 22:16:30.455 [INFO ] [ternal.communicator.client.RpcClient] - Interface 'HMIP' on gateway '4283d727' not available, disabling support
2017-03-18 22:16:30.459 [INFO ] [ternal.communicator.client.RpcClient] - Interface 'CUXD' on gateway '4283d727' not available, disabling support
2017-03-18 22:16:30.461 [INFO ] [ternal.communicator.HomematicGateway] - HmGatewayInfo[id=HOMEGEAR,type=Homegear,firmware=0.6.19-956,address=VBC8900869,wired=false,hmip=false,cuxd=false]
2017-03-18 22:16:30.462 [INFO ] [ternal.communicator.HomematicGateway] - Used Homematic transfer modes: RF:BIN_RPC
2017-03-18 22:16:35.366 [WARN ] [ome.core.thing.internal.ThingManager] - Initializing handler for thing 'homematic:bridge:4283d727' takes more than 5000ms.

strange thing is that items homegear has configured are found but no communitaction to these items is possible.

Who can help me?

With OH 1.8 I also had some problems and adding this to openhab config helped:

homematic:host.timeout=60

But in OH2 there is no config file to change this valaue. Changing timeout value in the things configuration via paper UI does not seem to have an effect…