-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
SRS-X7 doesnt work #86
Comments
Are you connected to the same network where the device is? The discovery process uses SSDP (part of UPnP), so if the devices are in separate networks this does not work. There is no way to manually set an IP address in this library, so I'm not sure what exactly did you do to get that connection refused error. The If you want to debug this, you could try wireshark (or tcpdump) to do a traffic capture to see if the device itself is advertising itself, and check the device description file (in |
I would like to integrate an SRS-X7 into my Home Assistant, but python-songpal can't find an endpoint. I used Intel's upnp tools for help and got this information:
in "http://192.168.100.105:8080/description.xml" the following can be read:
So what should I specify as the endpoint for the HA integration? Thanks for hints! |
Hi Torsten, looks like that device description file does not advertise the You could try the cli tool to discover ( |
Hi Teemu, Unfortunately, there is no Sony endpoint:
Then it seems that the SongPal integration is unsuitable for this type of speaker. I’m new to HA, but it looks like there is no integration via UPnP. |
There is a generic dlna dmr, which I think should allow some controls: https://www.home-assistant.io/integrations/dlna_dmr/ Hope that helps! |
Thanks for the advice, the URL for that would be http://:8080/description.xml |
i am trying to get this to work with my Sony SRS-X7. it is officially on the list and i have to connecgted via the lan cable. when i run a discover, i dont see any results. i have manually set the ip and run the endpoint status comand as well but it says:
connection was refuled
The text was updated successfully, but these errors were encountered: