-
Home Assistant recently implemented SoCo 0.14 and now issues about this warning are being reported. I have been unable to reproduce it myself so far but maybe you don't need a testcase to figure out w…
-
The play_from_queue function in soco.core always makes a call to self.avTransport.SetAVTransportURI. As the comment in the python code explains, this is to set the queue as the source URI on the devic…
-
When I have multiple Sonos grouped together, there's no way for me to tell which one to poll to get the currently playing. You have to poll the master.
Is it possible to tell which device is the mast…
-
I have encountered an issue cleaning up subscriptions when switching between networks.
I'm using soco on a phone. And when switching between wifi and 3G (or wifi and wifi), I clean old subscriptions …
mikix updated
7 years ago
-
### System Health details
## System Information
version | core-2024.10.2
-- | --
installation_type | Home Assistant Supervised
dev | false
hassio | true
docker | true
user | root
virtuale…
-
Currently SoCo uses track position that is sometime base 0 and sometimes base 1. This confuses when you retrieve information and then try to use it but need to change it's base. The classic is get_cur…
-
It looks like the response from the Sonos is successful (200), but the song from the uri does not play. The uri is the one in the example in the README.
Here is my code:
``` python
import soco
def …
-
Hey folks,
First of all thanks for the work you've put into this library.
I was wondering if it was possible to add soundcloud support to it. Afaics it should not be substantially different from…
xijo updated
6 months ago
-
I know I submit a lot of these, but with the next version coming up I wanted to make sure this one is in line with the proposed fixes. I think it is a compound problem from previous issues where ther…
-
Hi,
I just installed mkchromecast, i can find my chromecast devices but i can't find any sonos devices.
I installed soco with pip and pip3 but doesn't fix .
Is it the right way to install it ?…