Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http://<bridge ip>/description.xml missing. #32

Open
hendriksen-mark opened this issue Sep 13, 2024 · 1 comment · May be fixed by #109
Open

http://<bridge ip>/description.xml missing. #32

hendriksen-mark opened this issue Sep 13, 2024 · 1 comment · May be fixed by #109
Labels
enhancement New feature or request

Comments

@hendriksen-mark
Copy link
Contributor

bifrost does not respond to request /description.xml.
error log from bifrost:

2024-09-13T14:51:06.065Z INFO  bifrost::server              > http; method=GET uri=/description.xml
 2024-09-13T14:51:06.065Z INFO  bifrost::server              > http; status=404 Not Found

response from original bridge:

<?xml version="1.0" encoding="UTF-8" ?>
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<URLBase>http: //<bridge ip>:80/</URLBase>
<device>
<deviceType>urn:schemas-upnp-org:device:Basic: 1</deviceType>
<friendlyName>Hue Bridgee (192.168.1.188)</friendlyName>
<manufacturer>Signify</manufacturer>
<manufacturerURL>http: //www.philips-hue.com</manufacturerURL>
<modelDescription>Philips hue Personal Wireless Lighting</modelDescription>
<modelName>Philips hue bridge 2015</modelName>
<modelNumber>BSB002</modelNumber>
<modelURL>http: //www.philips-hue.com</modelURL>
<serialNumber><mac address></serialNumber>
<UDN>uuid: 2f402f80-da50-11e1-9b23-0017887fa41e</UDN>
<presentationURL>index.html</presentationURL>
</device>
</root>
@chrivers
Copy link
Owner

This looks like SSDP / uPNP, which runs on UDP.

Does the hue bridge return this answer over TCP as well?

@chrivers chrivers added the enhancement New feature or request label Jan 19, 2025
@chrivers chrivers linked a pull request Mar 17, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants