ZoneGroupTopology service
Zone config stuff, eg getting all the configured sonos zones
The ZoneGroupTopology service is available on these models: Sonos Play:1 (S1) S2
/ Sonos One (S13) S2
/ Sonos Beam (S14) S2
/ Sonos One (S18) S2
/ SYMFONISK Bookshelf (S21) S2
/ Sonos Roam (S27) S2
/ Sonos Play:3 (S3) S2
/ SYMFONISK Bookshelf (S33) S2
/ Sonos One SL (S38) S2
/ Sonos Play:5 (S6) S2
/ Sonos Playbar (S9) S2
/ Sonos Sub (Sub) S2
.
Service data
name | value |
---|---|
Control URL | http://192.168.x.x:1400/ZoneGroupTopology/Control |
Event subscription URL | http://192.168.x.x:1400/ZoneGroupTopology/Event |
Discovery URL | http://192.168.x.x:1400/xml/ZoneGroupTopology1.xml |
Service ID | urn:upnp-org:serviceId:ZoneGroupTopology |
Service type | urn:schemas-upnp-org:service:ZoneGroupTopology:1 |
Sample request
POST /ZoneGroupTopology/Control
Host: 192.168.x.x:1400
soapaction: "urn:schemas-upnp-org:service:ZoneGroupTopology:1#{ActionName}"
Content-Type: text/xml; charset="utf-8"
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
{ActionBodyHere}
</s:Body>
</s:Envelope>
Available actions
BeginSoftwareUpdate
Action body:
<u:BeginSoftwareUpdate xmlns:u="urn:schemas-upnp-org:service:ZoneGroupTopology:1">
<UpdateURL>string</UpdateURL>
<Flags>ui4</Flags>
<ExtraOptions>string</ExtraOptions>
</u:BeginSoftwareUpdate>
Inputs:
parameter | type | description |
---|---|---|
UpdateURL | string | Â |
Flags | ui4 | Â |
ExtraOptions | string | Â |
CheckForUpdate
Action body:
<u:CheckForUpdate xmlns:u="urn:schemas-upnp-org:service:ZoneGroupTopology:1">
<UpdateType>string</UpdateType>
<CachedOnly>boolean</CachedOnly>
<Version>string</Version>
</u:CheckForUpdate>
Inputs:
parameter | type | description |
---|---|---|
UpdateType | string | Allowed values: All / Software |
CachedOnly | boolean | Allowed values: 1 (= true) / 0 (= false) |
Version | string | Â |
Outputs:
parameter | type | description |
---|---|---|
UpdateItem | string | Â |
GetZoneGroupAttributes
Get information about the current Zone
Action body:
<u:GetZoneGroupAttributes xmlns:u="urn:schemas-upnp-org:service:ZoneGroupTopology:1">
</u:GetZoneGroupAttributes>
No input arguments
Outputs:
parameter | type | description |
---|---|---|
CurrentZoneGroupName | string | Â |
CurrentZoneGroupID | string | Â |
CurrentZonePlayerUUIDsInGroup | string | Â |
CurrentMuseHouseholdId | string | Â |
GetZoneGroupState
Get all the Sonos groups, (as XML)
Action body:
<u:GetZoneGroupState xmlns:u="urn:schemas-upnp-org:service:ZoneGroupTopology:1">
</u:GetZoneGroupState>
No input arguments
Outputs:
parameter | type | description |
---|---|---|
ZoneGroupState | string | xml string, see remarks |
Remarks Some libraries also support GetParsedZoneGroupState that parses the xml for you.
RegisterMobileDevice
Action body:
<u:RegisterMobileDevice xmlns:u="urn:schemas-upnp-org:service:ZoneGroupTopology:1">
<MobileDeviceName>string</MobileDeviceName>
<MobileDeviceUDN>string</MobileDeviceUDN>
<MobileIPAndPort>string</MobileIPAndPort>
</u:RegisterMobileDevice>
Inputs:
parameter | type | description |
---|---|---|
MobileDeviceName | string | Â |
MobileDeviceUDN | string | Â |
MobileIPAndPort | string | Â |
ReportAlarmStartedRunning
Action body:
<u:ReportAlarmStartedRunning xmlns:u="urn:schemas-upnp-org:service:ZoneGroupTopology:1">
</u:ReportAlarmStartedRunning>
No input arguments
ReportUnresponsiveDevice
Action body:
<u:ReportUnresponsiveDevice xmlns:u="urn:schemas-upnp-org:service:ZoneGroupTopology:1">
<DeviceUUID>string</DeviceUUID>
<DesiredAction>string</DesiredAction>
</u:ReportUnresponsiveDevice>
Inputs:
parameter | type | description |
---|---|---|
DeviceUUID | string | Â |
DesiredAction | string | Allowed values: Remove / TopologyMonitorProbe / VerifyThenRemoveSystemwide |
SubmitDiagnostics
Action body:
<u:SubmitDiagnostics xmlns:u="urn:schemas-upnp-org:service:ZoneGroupTopology:1">
<IncludeControllers>boolean</IncludeControllers>
<Type>string</Type>
</u:SubmitDiagnostics>
Inputs:
parameter | type | description |
---|---|---|
IncludeControllers | boolean | Allowed values: 1 (= true) / 0 (= false) |
Type | string | Â |
Outputs:
parameter | type | description |
---|---|---|
DiagnosticID | ui4 | Â |
Events
The ZoneGroupTopologyService has variables that might be emitted if you subscribe to events.
Subscribe to events
SUBSCRIBE /ZoneGroupTopology/Event
Host: 192.168.x.x:1400
callback: <http://...>
NT: upnp:event
Timeout: Second-3600
Event variables
Variable | Sends events* | type | possible values |
---|---|---|---|
AlarmRunSequence | ✔ | string |  |
AreasUpdateID | ✔ | string |  |
AvailableSoftwareUpdate | ✔ | string |  |
DiagnosticID | Â | ui4 | Â |
MuseHouseholdId | ✔ | string |  |
NetsettingsUpdateID | ✔ | string |  |
SourceAreasUpdateID | ✔ | string |  |
ThirdPartyMediaServersX | ✔ | string |  |
ZoneGroupID | ✔ | string |  |
ZoneGroupName | ✔ | string |  |
ZoneGroupState | ✔ | string |  |
ZonePlayerUUIDsInGroup | ✔ | string |  |
If the variable has a ✔
in the Sends events column, the service discovery specifies this variable emits events. Other properties might be send as a part of LastChange
This file is automatically generated with @svrooij/sonos-docs, do not edit manually.
Device | Software generation | Software version | Discovery date |
---|---|---|---|
Sonos Play:1 (S1) | S2 | 77.4-49290 | 2024-02-13T15:56:06.184Z |
Sonos One (S13) | S2 | 63.2-90210 | 2021-07-21T23:31:19.273Z |
Sonos Beam (S14) | S2 | 64.3-19080 | 2021-08-18T06:04:08.308Z |
Sonos One (S18) | S2 | 77.4-49290 | 2024-02-13T15:55:36.464Z |
SYMFONISK Bookshelf (S21) | S2 | 66.4-23300 | 2022-01-01T11:41:01.361Z |
Sonos Roam (S27) | S2 | 63.2-90210 | 2021-07-21T23:31:31.207Z |
Sonos Play:3 (S3) | S2 | 64.3-19080 | 2021-08-18T06:09:36.692Z |
SYMFONISK Bookshelf (S33) | S2 | 77.4-49290 | 2024-02-13T15:55:24.423Z |
Sonos One SL (S38) | S2 | 72.2-40060 | 2023-05-22T16:39:25.503Z |
Sonos Play:5 (S6) | S2 | 64.3-19080 | 2021-08-18T06:06:35.970Z |
Sonos Playbar (S9) | S2 | 77.4-49290 | 2024-02-13T15:55:46.307Z |
Sonos Sub (Sub) | S2 | 63.2-90210 | 2021-07-21T23:31:40.304Z |