Download Sonos Desktop Controller Mac

Download Sonos Desktop Controller Mac
Sonos (formerly Sonos Desktop Controller) allows you to control software for the Sonos Music System.
When it comes to playing music, we believe all rooms should be created equal. That's why you can put ZonePlayers in absolutely any room where you want music - either connected directly to speakers or to your home theater and stereo system. With Sonos, no room is off-limits and you can add music to practically any number of rooms: the bedroom, the backyard, even the bathroom.
Sonos puts the control of all your music and all your rooms right where it should be -- in your hands. With the touch of a finger you can find and play a world of music, whether it's streaming direct from the Internet or stored on your computer. Tune in to your favorite radio station or browse through your entire music library. You can play the same song in every room or choose different songs for different rooms. It's up to you. And so is which Controller you use - the dedicated Sonos Controller, Sonos Controller for iPhone, Sonos Controller for Mac or PC, or a combination of all four.

Sonos is an application for Mac designed to help you manage every aspect of your Sonos sound system from your computer. Thanks to this application's simple interface, which is very similar to that of the Android app, you can set up and customize your system in just a few seconds. The Sonos software is available on our support page and you can find direct links below for each of your devices. The software application for iOS or Android are available through the App Store or Play Store respectively. Click here to download the Sonos Desktop Controller for Mac. Click here to download the Sonos Desktop Controller for PC. This free software works fine with Mac OS X 10.6 or later. Our antivirus analysis shows that this Mac download is safe. Mac users interested in Sonos os 10.5 generally download: Sonos 12.0 Free Sonos (formerly Sonos Desktop Controller) allows you to control software for the Sonos Music System. Mac Desktop App For Sonos.

The Sonos Control API is the primary means by which your application will interact with Sonos groups. First, discover available groups and players. Then use Control API commands to control players. For example, perform basic transport control such as play, pause, or skip. Or subscribe to receive events from the player, like track metadata.

The base URL is the API gateway to the Sonos cloud and the current version number:
api.ws.sonos.com/control/api/v1

See Control for details.

Click here to download the Sonos Desktop Controller for Mac Click here to download the Sonos Desktop Controller for PC Click here to download the Sonos Controller for iPhone Click here to download the Sonos Controller for iPad Alternatively, to download the Sonos Controller for iOS devices, search for Sonos in the App Store. Play YouTube on Sonos using AirPlay 2. If you have an Apple device, you're able to use AirPlay to wirelessly ping music over – kind of like Bluetooth or Wi-Fi streaming, but just for iPhone and iPad. Many Sonos speakers, including the Sonos One, Beam, Playbase, Move and the second-generation Play:5 all support AirPlay 2. The Sonos app will of course catch up and update to the track you're playing accordingly. Download on 7digital, stream on Sonos. It's not all about streaming services. Add your 7digital account details to the Sonos app and you can play all the music stored in your 7digital locker on Sonos. Buy new music on 7digital?

Here’s a grid of available namespaces and commands. Click a namespace or command for details. Click List View to see these commands in a list with URL paths.

audioClip

cancelAudioClip
loadAudioClip
subscribe
unsubscribe

favorites

getFavorites
loadFavorite
subscribe
unsubscribe

groups

getGroups
createGroup
modifyGroupMembers
setGroupMembers
subscribe
unsubscribe

groupVolume

getVolume
setVolume
setRelativeVolume
setMute
subscribe
unsubscribe

homeTheater

getOptions
loadHomeTheaterPlayback
setOptions
setTvPowerState

playback

getPlaybackStatus
loadLineIn
pause
play
seek
seekRelative
setPlayModes
skipToNextTrack
skipToPreviousTrack
subscribe
togglePlayPause
unsubscribe

playbackMetadata

getMetadataStatus
subscribe
unsubscribe

playbackSession

createSession
joinOrCreateSession
joinSession
loadCloudQueue
loadStreamUrl
refreshCloudQueue
skipToItem
seek
seekRelative
subscribe
suspend
unsubscribe

playerVolume

getVolume
setVolume
setRelativeVolume
setMute
subscribe
unsubscribe

playlists

getPlaylist
getPlaylists
loadPlaylist
subscribe
unsubscribe

The sonos integration allows you to control your Sonos wireless speakers from Home Assistant. It also works with IKEA Symfonisk speakers.

You can configure the Sonos integration by going to the integrations page inside the configuration panel.

Services

The Sonos integration makes various custom services available.

Service sonos.snapshot

Take a snapshot of what is currently playing on one or more speakers. This service, and the following one, are useful if you want to play a doorbell or notification sound and resume playback afterwards. If no entity_id is provided, all speakers are snapshotted.

The queue is not snapshotted and must be left untouched until the restore. Using media_player.play_media is safe and can be used to play a notification sound, including TTS announcements.

Service data attributeOptionalDescription
entity_idyesThe speakers to snapshot. To target all Sonos devices, use all.
with_groupyesShould we also snapshot the group layout and the state of other speakers in the group, defaults to true.

Service sonos.restore

Restore a previously taken snapshot of one or more speakers. If no entity_id is provided, all speakers are restored.

The playing queue is not snapshotted. Using sonos.restore on a speaker that has replaced its queue will restore the playing position, but in the new queue!

A cloud queue cannot be restarted. This includes queues started from within Spotify and queues controlled by Amazon Alexa.
Service data attributeOptionalDescription
entity_idyesString or list of entity_ids that should have their snapshot restored. To target all Sonos devices, use all.
with_groupyesShould we also restore the group layout and the state of other speakers in the group, defaults to true.

Service sonos.join

Group players together under a single coordinator. This will make a new group or join to an existing group.

Service data attributeOptionalDescription
masternoA single entity_id that will become/stay the coordinator speaker.
entity_idyesString or list of entity_ids to join to the master.

Service sonos.unjoin

Remove one or more speakers from their group of speakers. If no entity_id is provided, all speakers are unjoined.

Download sonos desktop controller for mac
Service data attributeOptionalDescription
entity_idyesString or list of entity_ids to separate from their coordinator speaker.

Service sonos.set_sleep_timer

Sets a timer that will turn off a speaker by tapering the volume down to 0 after a certain amount of time. Protip: If you set the sleep_time value to 0, then the speaker will immediately start tapering the volume down.

Service data attributeOptionalDescription
entity_idyesString or list of entity_ids that will have their timers set.
sleep_timenoInteger number of seconds that the speaker should wait until it starts tapering. Cannot exceed 86399 (one day).

Service sonos.clear_sleep_timer

Download Sonos Desktop Controller Mac

Clear the sleep timer on a speaker, if one is set.

Sonos on mac
Service data attributeOptionalDescription
entity_idnoString or list of entity_ids that will have their timers cleared. Must be a coordinator speaker.
Controller

Service sonos.update_alarm

Update an existing Sonos alarm.

Service data attributeOptionalDescription
entity_idyesString or list of entity_ids that will have their timers cleared. Must be a coordinator speaker.
alarm_idnoInteger that is used in Sonos to refer to your alarm.
timeyesTime to set the alarm.
volumeyesFloat for volume level.
enabledyesBoolean for whether or not to enable this alarm.
include_linked_zonesyesBoolean that defines if the alarm also plays on grouped players.

Service sonos.set_option

Set Sonos speaker options.

Night Sound and Speech Enhancement modes are only supported when playing from the TV source of products like Sonos Playbar and Sonos Beam. Other speaker types will ignore these options.

Service data attributeOptionalDescription
entity_idyesString or list of entity_ids that will have their options set.
night_soundyesBoolean to control Night Sound mode.
speech_enhanceyesBoolean to control Speech Enhancement mode.
status_lightyesBoolean to control the Status (LED) Light.

Service sonos.play_queue

Starts playing the Sonos queue.

Force start playing the queue, allows switching from another stream (such as radio) to playing the queue.

Service data attributeOptionalDescription
entity_idyesString or list of entity_ids that will start playing. It must be the coordinator if targeting a group.
queue_positionyesPosition of the song in the queue to start playing from, starts at 0.

Service sonos.remove_from_queue

Removes an item from the queue.

Service data attributeOptionalDescription
entity_idyesString or list of entity_ids that will remove an item from the queue. It must be the coordinator if targeting a group.
queue_positionyesPosition in the queue to remove.

Sonos Desktop Controller Download

Advanced use

Download Sonos Desktop Controller App For Mac

For advanced uses, there are some manual configuration options available. Mass effect 3 pc digital download. These are usually only needed if you have a complex network setup where Home Assistant and Sonos are not on the same subnet.

Sonos App Mac

You can disable auto-discovery by specifying the Sonos IP addresses:

Sonos Desktop Controller

Sonos App For Mac Desktop

If your Home Assistant server has multiple IP addresses, you can provide the IP address that should be used for Sonos auto-discovery. This is rarely needed since all addresses should be tried by default.

The Sonos speakers will attempt to connect back to Home Assistant to deliver change events. By default, Home Assistant will listen on port 1400 but will try the next 100 ports above 1400 if it is in use. You can change the IP address that Home Assistant advertises to Sonos speakers. This can help in NAT scenarios such as when not using the Docker option --net=host:

Comments are closed.