Any chance you can modify fauxmo to use Philips hue light emulation ?
Here the structure i gleaned from Home Assistant/description.xml
That's the structure, but maybe you could figure that out, lol.
Here's the text
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<URLBase>http://192.168.0.66:80/</URLBase>
<device>
<deviceType>urn:schemas-upnp-org:device:Basic:1</deviceType>
<friendlyName>Home Assistant Bridge (192.168.0.66)</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>001788FFFE23BFC2</serialNumber>
<UDN>uuid:2f402f80-da50-11e1-9b23-001788255acc</UDN>
</device>
</root>```
And maybe part of the problem is i switched to an Echo Show 8, but i think all was still working, after that change.
Thanks in advance
Any chance you can modify fauxmo to use Philips hue light emulation ?
Here the structure i gleaned from Home Assistant/description.xml
That's the structure, but maybe you could figure that out, lol.
Here's the text