Questions tagged [sonos]

Sonos is the wireless Home Sound System that fills as many rooms as you want with great-sounding music, movies and TV. Stream via WiFi. Play whatever you’re craving. And amp up every moment with intense, pulse-pounding sound. Sonos devices (speakers and audio components) are controlled by Sonos-developed applications (iOS, Android, Mac, Windows).

Sonos is the wireless Home Sound System that fills as many rooms as you want with great-sounding music, movies and TV. Stream via WiFi. Play whatever you’re craving. And amp up every moment with intense, pulse-pounding sound.

Information on the Sonos Sound Platform is available on the developer site, https://developer.sonos.com/.

270 questions
2
votes
1 answer

Sonos music service custom home screen like Spotify

There is a option to customizing root node with EDITORIAL, GRID, or LIST using presentation map like below . . .
Prakash S
  • 632
  • 6
  • 11
2
votes
2 answers

Sonos self-test: exception during secure renegotiation test

We are running the Sonos Self-Test Suite to validate our service implementation. All tests are green except the "ssl_validation test_support_secure_renegotiation". The related output from the test is [FAIL]…
Vit
  • 21
  • 2
2
votes
1 answer

Swift discover UPnP devices?

I have been searching the web and discoverd that the sonos system can be controlled with POST request with a SOAP body.My question is ..How can I discover UPnP devices with swift code? And figure out which device it is? Thanks in advance!
JoakimSjo
  • 1,786
  • 1
  • 10
  • 16
2
votes
0 answers

Exposing a device-wide API to app developers, such as Sonos or Chromecast

Installing Sonos or Chromecast enables the compliant apps (called for example Cast senders) to use these kind of streaming APIs. Now, without going into the details of the specific API, and without necessarily thinking of a multimedia streaming app,…
Alex Darsonik
  • 597
  • 5
  • 18
2
votes
1 answer

Casting to Sonos speakers from Android

In the app I'm working with we currently have Chromecast support, but we're interested in adding support for casting to Sonos speakers as well just as has been done in Play Music. When listing available routes using the MediaRouter I see routes to…
Ann-Sofi
  • 176
  • 1
  • 9
2
votes
1 answer

Unable to implement thumbs up/down for live stream

I'm trying to implement thumbs up/down for live streams (itemType = 'stream'). According to the documentation this should be possible, but unfortunately the icons won't appear. I believe I have correctly followed the steps at…
Mischa
  • 42,876
  • 8
  • 99
  • 111
2
votes
1 answer

Sonos API - Minimum segment length for programmed radio

Is there a minimum (segment) length of tracks a Sonos device needs to have for a programmed radio? I now respond a GetMetadata request for a programmed radio with only 1 track to be more responsive to changes. But I have the impression the Sonos…
hans_dc
  • 529
  • 1
  • 5
  • 15
1
vote
0 answers

Current track information for HLS livestreams

I noticed that my Sonos player can display current track info for PLS streams, but not for HLS streams. Is there a way to make it work for HLS streams too? What needs to happen on the broadcasting end and/or the SMAPI end to display current track…
Pieter
  • 31,619
  • 76
  • 167
  • 242
1
vote
0 answers

How access tokens look like

Just a quick question. I am following the Sonos Authorization API to create the authorization code and the token. When I get the token from the api, it looks different than what is says on the documentation. On the documentation it looks like the…
Peter
  • 11
  • 2
1
vote
0 answers

Is there a way to play a single track using Sonos Control API without cloud queue?

Sonos control api supports loading a stream (e.g. a radio station) https://developer.sonos.com/reference/control-api/playbacksession/loadstreamurl/. This is not suitable for single tracks, since it is not possible to seek (move forwards or…
stavros
  • 11
  • 1
1
vote
1 answer

SONOS API - Is there a way to get player model?

I've integrated Sonos API in my Smart Home app, but I didn't find a way to get players model. Using /households/{householdId}/groups endpoint we can get groups and players data, but there isn't a specific field for device model. How can I get that…
RiccardoCh
  • 1,060
  • 1
  • 13
  • 24
1
vote
1 answer

Can't see sonos devices on Spotify connect

I am trying to connect my Spotify to my sonos. I am using the Tekore library to consume the Spotify API. When I try to list all devices on Spotify Connect, i.e. spotify.playback_devices(), I get only some of the available devices. Especially, the…
memo
  • 13
  • 4
1
vote
1 answer

Enable Sonos microphone via API

Is there any way to enable/disable the microphone on Sonos One (2. Gen) via API calls? E.g. on the openhab binding for sonos I can track the state of the microphone, but can't change it. However when adding any voice assistant the microphone is…
Fenix
  • 106
  • 1
  • 5
1
vote
2 answers

Recieving an "errorCode: ERROR_RESOURCE_GONE" when trying to send play command

I have been trying to figure out the sonos api over the past few days, but unfortuanetly have hit a road block. I have already gotten my tokens and room names and and favorites Id, but when I send the curl request to play a song I get the error…
1
vote
0 answers

SONOS API Question: AudioClip can you queue up more than one clip?

If I try to load back 2 back clips, it appears that they interupt each other. The documentation seems to suggest that by using audioClipStatus you get an array of audioClips, suggesting they can be queued. Anyone has any info on this? Secondly, I…
dcorsus
  • 11
  • 1
1
2
3
17 18