Homebridge Problem

This weekend I completed switching from innogy Smarthome to OH2.
Since the HomeKit AddOn in OH2 isn’t overdevelopped for controlling rollershutters, I gave Homebridge a shot. My config.json file looks like this

{
    "bridge": {
    "username" : "CD:22:3D:E3:ED:33",
    "name" : "Homebridge",
    "pin" : "770-85-893",
    "port" : 9128
    },

    "platforms": [
	    {
        "platform": "openHAB",
        "name": "openHAB",
        "host": "192.168.16.46",
        "port": "8080",
        "sitemap": "_default",
        "useLabelForName": true
		}
	
    ]
}

But when I start Homebridge, I can connect my iOS device with HomeKit, but see no accessories in Homekit. On starting Homebridge, I see the following message:

[4/3/2017, 4:52:55 PM] Loaded plugin: homebridge-openhab
[4/3/2017, 4:52:55 PM] Registering platform 'homebridge-openhab.openHAB'
[4/3/2017, 4:52:55 PM] ---
[4/3/2017, 4:52:55 PM] Loaded config.json with 0 accessories and 1 platforms.
[4/3/2017, 4:52:55 PM] ---
[4/3/2017, 4:52:55 PM] Loading 1 platforms...
[4/3/2017, 4:52:55 PM] [openHAB] Initializing openHAB platform...
[4/3/2017, 4:52:55 PM] [openHAB] Platform - Fetching OpenHAB devices.
[4/3/2017, 4:52:55 PM] [openHAB] Platform - Connecting to http://192.168.16.46:8080/rest/sitemaps/_default?type=json

When I query the “_default.sitemap” via REST, then the output seems fine and all the rest works as expected.

Is there anything I’m doing obviously wrong or is Homebridge/OH a tricky combo?

Thanks for your help.

I have the exact same problem, comes up with “Platform - there was a problem connecting to OpenHAB”. If someone could help that would be great

Hi, I have built it the same way, but chose a different sitemap where only my pure devices are contained. In my persinstence file, the items are shown. I’ll check later on at home, if they are also available via homekit.

Did you create a sitemap with the name given in the platform config?

Regards

ok, no items found. Bridge seems to be ok, given Sitemap, too.

Same Problem here. Does anyone have a solution? Thanks Jesco