-
Notifications
You must be signed in to change notification settings - Fork 53
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
Sonos intergration? #38
Comments
Hi, we had that issue before and as of now it seams like sonos isn working. I'd bet that it is possible to solve this, as it is simply a mp3 stream .. but I don't have a sonos and it would require to debug the sonos python api. So for now: not supported |
Alright, too bad.. If there is anything I can do or provide with to solve the issue just tell me ;) |
Have a look at https://community.home-assistant.io/t/youtube-music-media-browser/226367/190?u=jkw There are still unanswered points/tasks |
Hi, please try adding the two config values proxy_path and proxy_url to your configuration. The integration will download the ytube stream and store it at the proxy_path. Once the download finished media_player:
- platform: ytube_music_player
speakers:
- media_player.jkw_cast2
proxy_path: "/config/www"
proxy_url: "http://192.168.2.43:8123/local" This is highly experimental and NOT tested. (I don't have a Sonos). |
I am using HA on a raspberry pi 4 so I guess the proxy path should be “/local” only?
Skickat från min iPhone
6 jan. 2021 kl. 22:07 skrev Kolja Windeler <[email protected]>:
Hi,
please try adding the two config values proxy_path and proxy_url to your configuration.
The proxy path has to point to your www folder, if you are using a docker image "/config/www" should be correct.
Proxy url has to point to the local url.
The integration will download the ytube stream and store it at the proxy_path. Once the download finished
the sonos will receive the link from proxy_url and play the local file
media_player:
- platform: ytube_music_player
speakers:
- media_player.jkw_cast2
proxy_path: "/config/www"
proxy_url: "http://192.168.2.43:8123/local"
This is highly experimental and NOT tested. (I don't have a Sonos).
Nothing will change if the two parameter aren't provided.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#38 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASJRNQ3LBLVC6XB4R6EF6X3SYTGJBANCNFSM4VSE7FCQ>.
|
Wherever the data is stored the you can access via the web url, from inside the container. Can you ssh into the pi? The you could create a small test file and access it via the url |
Tested it. No sound unfortunately. My config:
Error messages:
|
Please try your local ip instead of https://drsnuggles.local:8123/local |
Tried several options (https/http/local ip/external ip/etc), but for now same issue. |
I have sonos integration and this works for me. i used for the proxy path the following: http://192.168.1.xxx:8123/local running hassos on NUC |
THANK YOU |
Sorry for being a noob, but where do you put this code? In the configuration.yaml? |
you can now add this during the config flow |
I can confirm that is working on sonos bookshelf ikea symfonisk!! thanks! |
How??? |
I'd assume like this https://github.com/KoljaWindeler/ytube_music_player#sonos-fix |
Thanks i did it, but it doesn't work.
I think Is something related to the local path, what did you put?
Thanks
Scarica Outlook per Android<https://aka.ms/AAb9ysg>
…________________________________
From: Kolja Windeler ***@***.***>
Sent: Wednesday, April 21, 2021 7:32:47 AM
To: KoljaWindeler/ytube_music_player ***@***.***>
Cc: tomfool1985 ***@***.***>; Comment ***@***.***>
Subject: Re: [KoljaWindeler/ytube_music_player] Sonos intergration? (#38)
I'd assume like this https://github.com/KoljaWindeler/ytube_music_player#sonos-fix
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#38 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC7Z6LQC4L3U5RYQGUW7ORLTJZPP7ANCNFSM4VSE7FCQ>.
|
The proxy thing seems to work fine, how can I send it to a group? |
Would someone kindly post a step-by-step on how to get this working for Sonos? |
It's not possible anymore. |
So Sonos speakers don't work with YouTube Music Player anymore? |
Hi! I wonder if it’s able to play the music through Sonos speaker? I have the options to choose my sonos speakers and it starts to play but there is no sound coming out of the speaker.
Is this just compatibility issue or should I be able to play music through my Sonos speaker? Google devices works great to play music through.
The text was updated successfully, but these errors were encountered: