Homematic + Homegear - Offline - no connection

Hello :slight_smile:
i´m currently using Homematic with Homegear on openhab1. Now i want to test the new openhab2-version.

My homematic.things:

Bridge homematic:bridge:ccu [ gatewayAddress=“192.168.1.202”, gatewayType=“ccu” ] {
Thing HM-CC-RT-DN MEQ0802586
}

But my homematic bridge is offline on Paper UI:

14:04:15.212 [INFO ] [me.event.ThingStatusInfoChangedEvent] - ‘homematic:bridge:
ccu’ changed from OFFLINE (COMMUNICATION_ERROR): java.io.EOFException: HttpConne
ctionOverHTTP@19336118(l:/192.168.1.101:59787 ↔ r:/192.168.1.202:2001,closed=f
alse)[HttpChannelOverHTTP@17f49c4e(exchange=HttpExchange@13cb0a68 req=TERMINATED
/null@null res=PENDING/null@null)[send=HttpSenderOverHTTP@56c99675(req=QUEUED,sn
d=COMPLETED,failure=null)[HttpGenerator{s=START}],recv=HttpReceiverOverHTTP@5470
1615(rsp=CONTENT,failure=null)[HttpParser{s=CLOSED,3057 of 3078}]]] to OFFLINE (
COMMUNICATION_ERROR): java.io.EOFException: HttpConnectionOverHTTP@21ed034d(l:/1
92.168.1.101:59801 ↔ r:/192.168.1.202:2001,closed=false)[HttpChannelOverHTTP@2
f2af900(exchange=HttpExchange@2b15683d req=TERMINATED/null@null res=PENDING/null
@null)[send=HttpSenderOverHTTP@6e17f33b(req=QUEUED,snd=COMPLETED,failure=null)[H
ttpGenerator{s=START}],recv=HttpReceiverOverHTTP@27a972df(rsp=CONTENT,failure=nu
ll)[HttpParser{s=CLOSED,3057 of 3078}]]]

My Log on homegear (every 10seconds):

09/29/16 08:35:50.725 RPC Server (Port 2001): Info: Connection from 192.168.1.101:61208 accepted. Client number: 3738
09/29/16 08:35:50.747 Web Server (Port 2001): Client is requesting: /
09/29/16 08:35:50.748 RPC Server (Port 2001): Info: RPC Method called: listFamilies Parameters:
09/29/16 08:35:50.748 RPC Server (Port 2001): Info: RPC Method called: listDevices Parameters:
(Boolean) 0
(Array length=5)
{
(String) FAMILY
(String) ID
(String) ADDRESS
(String) TYPE
(String) FIRMWARE
}
09/29/16 08:35:50.764 RPC Server (Port 2001): Info: RPC Method called: getDeviceInfo Parameters:
(Integer) 1
(Array length=2)
{
(String) NAME
(String) INTERFACE
}

Some hints =( ?

Hello,
I have openHAB2 and homegear running on my local RPi. It’s hard to state anything looking at your log but I remember, that I had some connection problems myself at first and they were solved after I upgraded homegear to the newest version.
Could you post both version numbers (OH, HG)? Where are openHAB and Homegear installed?

I just saw that your thing file is wrong. You nee the extra homegear string in front of your things. Mine:

Bridge homematic:bridge:ccu [ gatewayAddress="127.0.0.1" ]
{
   Thing   HG-HM-CC-RT-DN      LEQ0778895
   ...
}