[SOLVED] [hueemulation] No Longer Able to Pair with Harmony Hub

Using the latest snapshot, the reachability test looks good on my end where the URLs that are supposed to be responding are marked properly. However the upnp announcement thread is still showing as not running.

I think I have fixed that issue in https://github.com/openhab/openhab2-addons/commit/58181fa9f76046f4ee3f8fab5a26ab32d73c0774.

How can i test the fix? I have the same problem with openhab 2.5 (updated from 2.4) and now i cant pair my hamrony hub again. WIth openhab 2.4 everythings works.
I tried everything on the troubleshoot page (reverse proxy and iptabes prerouting) without success :frowning:

Why is the IP in the description.xml 127.0.0.1 ? I setup 192.168.2.200.

    <root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<URLBase>http://127.0.0.1:9080/</URLBase>
<device>
<deviceType>urn:schemas-upnp-org:device:Basic:1</deviceType>
<friendlyName>openHAB Hue Emulation (127.0.0.1)</friendlyName>
<manufacturer>Royal Philips Electronics</manufacturer>
<manufacturerURL>http://www.openhab.org</manufacturerURL>
<modelDescription>Philips hue Personal Wireless Lighting</modelDescription>
<modelName>Philips hue bridge 2015</modelName>
<modelNumber>BSB002</modelNumber>
<modelURL>http://www.meethue.com</modelURL>
<serialNumber>B8AEE94B4232</serialNumber>
<UDN>uuid:b8aee94b-4232-4593-9f45-d748f6689abe</UDN>
<gatewayName>openHAB</gatewayName>
<presentationURL>index.html</presentationURL>
<iconList>
<icon>
<mimetype>image/png</mimetype>
<height>48</height>
<width>48</width>
<depth>24</depth>
<url>hue_logo_0.png</url>
</icon>
<icon>
<mimetype>image/png</mimetype>
<height>120</height>
<width>120</width>
<depth>24</depth>
<url>hue_logo_3.png</url>
</icon>
</iconList>
</device>
</root>

any ideas? for additional info: https://github.com/openhab/openhab-addons/issues/6662

Where can i get the fixed Jar File for the service or what i have to do in openhab to Fix the Problem?