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.
- Sonos (formerly Sonos Desktop Controller) allows you to control software for the Sonos Music System. Last update 29 Sep. 2014 Licence Free OS Support Windows Downloads Total: 34,926 Last week: 0 Ranking #77 in Streaming Publisher Sonos Inc.
Sound in every room
Sonos allows you to play music, radio, and audiobooks in every room of your home. The controller has many cool features for you to use, and enjoy. Sonos has sound quality that beats most other programs.
Whatever, wherever, whenever
The indexing program is a little clunky, but once you get used to it, it’s much easier to use than Sonos’ competition.
The Sonos controller is the leading software, and sound system for playing music. You can listen to TV, Radio, Audiobooks, and even MP3’s from your old CD collection once synced. The software is intuitive, easy to download, and set-up
Sonos boasts the highest quality when it comes to streaming. There is no lag when doing so, assuming your Internet speed is good enough. This applies to longer recording too, such as podcasts, radio shows, and audiobooks.
For those of you with large CD collections, Sonos has got you covered. It takes some time to upload all your CD’s to an external hard drive. It’s worth it as once complete you can access your whole collection from the Sonos controller.
You may have to spend some time updating details on older CDs too. Although this could seem like a big downside with the software, it isn’t a huge issue. If you love your music, this is a process you can enjoy, and you will find some tracks you had forgotten existed.
Where can you run this program?
This program can only run on iOS, and with the Sonos hardware installed. Android users should look elsewhere.
Is there a better alternative?
No there isn’t. Sonos is number one for capability when it comes to storing, and accessing your music collection from anywhere in the home. Homepod has some good features, but it doesn’t touch Sonos. Bose Soundtouch 10 comes a close second.
Our take
Sonos is a wonderful program for music lovers. Download it, spend some time getting set-up, and enjoy your music collection everywhere.
Should you download it?
Yes, particularly if you have the Sonos hardware. The Sonos controller is easy to use, and does everything you need it to do.
Highs
- Free to download
- Excellent tech support
- High-quality streaming
- Unrivaled versatility
Lows
- Only available for iOS
- Clunky indexing system
- Optical connection only
Sonosfor Mac
10.3
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 attribute | Optional | Description |
---|---|---|
entity_id | yes | The speakers to snapshot. To target all Sonos devices, use all . |
with_group | yes | Should 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!
Service data attribute | Optional | Description |
---|---|---|
entity_id | yes | String or list of entity_id s that should have their snapshot restored. To target all Sonos devices, use all . |
with_group | yes | Should 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 attribute | Optional | Description |
---|---|---|
master | no | A single entity_id that will become/stay the coordinator speaker. |
entity_id | yes | String or list of entity_id s to join to the master. |
Download Sonos Desktop Controller For Mac
Service sonos.unjoin
Remove one or more speakers from their group of speakers. If no entity_id
is provided, all speakers are unjoined.
Sonos App Mac
Service data attribute | Optional | Description |
---|---|---|
entity_id | yes | String or list of entity_id s 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 attribute | Optional | Description |
---|---|---|
entity_id | yes | String or list of entity_id s that will have their timers set. |
sleep_time | no | Integer number of seconds that the speaker should wait until it starts tapering. Cannot exceed 86399 (one day). |
Service sonos.clear_sleep_timer
Clear the sleep timer on a speaker, if one is set.
Service data attribute | Optional | Description |
---|---|---|
entity_id | no | String or list of entity_id s that will have their timers cleared. Must be a coordinator speaker. |
Service sonos.update_alarm
Update an existing Sonos alarm.
Service data attribute | Optional | Description |
---|---|---|
entity_id | yes | String or list of entity_id s that will have their timers cleared. Must be a coordinator speaker. |
alarm_id | no | Integer that is used in Sonos to refer to your alarm. |
time | yes | Time to set the alarm. |
volume | yes | Float for volume level. |
enabled | yes | Boolean for whether or not to enable this alarm. |
include_linked_zones | yes | Boolean 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 attribute | Optional | Description |
---|---|---|
entity_id | yes | String or list of entity_id s that will have their options set. |
night_sound | yes | Boolean to control Night Sound mode. |
speech_enhance | yes | Boolean to control Speech Enhancement mode. |
status_light | yes | Boolean 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 attribute | Optional | Description |
---|---|---|
entity_id | yes | String or list of entity_id s that will start playing. It must be the coordinator if targeting a group. |
queue_position | yes | Position 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 attribute | Optional | Description |
---|---|---|
entity_id | yes | String or list of entity_id s that will remove an item from the queue. It must be the coordinator if targeting a group. |
queue_position | yes | Position in the queue to remove. |
Sonos Desktop Controller Download
Advanced use
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.
You can disable auto-discovery by specifying the Sonos IP addresses:
Sonos Desktop Controller
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.