Has anyone been able to add an Emulated Hue from HA into Hubitat?
My emulated Hue on HA is found fine by my Harmony Hub so I presume I have it set up OK, but it is not found in Hubitat. I can post a similar question on the Hubitat forum, but as a standard Hue is found OK on there, I guess they won’t consider it their issue. I have tried on both port 8300 and 80 with no success. Any suggestions as to anything I can change to try? I’m running HA on Hassio on a PI 3B using the inbuilt Emulated Hue integration.
Out of interest I have got the description.xml for both my emulated hue and genuine hue to see if there was any clues in there. There are differences, but the basic info seems to be there OK.
Physical Hue ----------------------------------------------------------------------------------------------
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<URLBase>http://192.168.1.67:80/</URLBase>
<device>
<deviceType>urn:schemas-upnp-org:device:Basic:1</deviceType>
<friendlyName>Philips hue (192.168.1.67)</friendlyName>
<manufacturer>Signify</manufacturer>
<manufacturerURL>http://www.meethue.com</manufacturerURL>
<modelDescription>Philips hue Personal Wireless Lighting</modelDescription>
<modelName>Philips hue bridge 2015</modelName>
<modelNumber>BSB002</modelNumber>
<modelURL>http://www.meethue.com</modelURL>
<serialNumber>001788b0c887</serialNumber>
<UDN>uuid:2f402f80-da50-11e1-9b23-001788b0c887</UDN>
<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>
</iconList>
</device>
</root>
Emulated Hue -------------------------------------------------------------
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<URLBase>http://192.168.1.88:80/</URLBase>
<device>
<deviceType>urn:schemas-upnp-org:device:Basic:1</deviceType>
<friendlyName>HASS Bridge (192.168.1.88)</friendlyName>
<manufacturer>Royal Philips Electronics</manufacturer>
<manufacturerURL>http://www.philips.com</manufacturerURL>
<modelDescription>Philips hue Personal Wireless Lighting</modelDescription>
<modelName>Philips hue bridge 2015</modelName>
<modelNumber>BSB002</modelNumber>
<modelURL>http://www.meethue.com</modelURL>
<serialNumber>1234</serialNumber>
<UDN>uuid:2f402f80-da50-11e1-9b23-001788255acc</UDN>
</device>
</root>