Changes between Version 32 and Version 33 of WikiStart
- Timestamp:
- 2013-10-01 22:49:33 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v32 v33 2 2 3 3 = The Sonos Wireless !HiFi Music Systems plugin for Vera = 4 This plugin permits control of your Sonos via Vera scenes .4 This plugin permits control of your Sonos via Vera scenes and Vera UI. 5 5 6 6 Development Status … … 43 43 * Manual Poll also available for scene scripting 44 44 45 To do list:46 47 * Autodiscovery of Zones48 * Autonaming of zone names49 50 45 == Installation == #Installation 51 46 === What you need === #Whatyouneed … … 190 185 `urn:micasaverde-com:serviceId:Sonos1` 191 186 * `CurrentService` - name of the current service, for example "TuneIn" 187 * `GroupCoordinator` - UUID of the group coordinator 192 188 * `ProxyUsed` - "proxy is used" or "proxy is not used" to indicate if the UPnP event proxy is used 193 189 * `RouterIp` - router/firewall IP when the Sonos unit can access the Vera only with a port forwarding rule 194 190 * `RouterPort` - router/firewall port when the Sonos unit can access the Vera only with a port forwarding rule 195 * `SonosDevices` - XML data describing the Sonos network196 * `SonosModel` - a number used to display the right icon for the Vera device, depending on the Sonos model (for plugin internal usage)197 191 * `SonosModelName` - model of the Sonos unit, for example "Sonos PLAY:5" or "Sonos CONNECT:AMP" 198 192 * `SonosOnline` - "1" when the Sonos is online or "0" when it is offline … … 204 198 205 199 `urn:upnp-org:serviceId:AVTransport` 206 * `AbsoluteCounterPosition` - not updated when the UPnP event proxy is used207 * `AbsoluteTimePosition` - not updated when the UPnP event proxy is used200 * `AbsoluteCounterPosition` 201 * `AbsoluteTimePosition` 208 202 * `AVTransportURI` - 209 203 * `AVTransportURIMetaData` - … … 224 218 * `CurrentTransportActions` - 225 219 * `NumberOfTracks` - 226 * `RelativeCounterPosition` - not updated when the UPnP event proxy is used227 * `RelativeTimePosition` - not updated when the UPnP event proxy is used220 * `RelativeCounterPosition` 221 * `RelativeTimePosition` 228 222 * `TransportPlaySpeed` - not updated when the UPnP event proxy is used 229 223 * `TransportState` - … … 239 233 * `Volume` - general volume, value from 0 to 100 240 234 235 `urn:upnp-org:serviceId:ZoneGroupTopology` 236 * `ZonePlayerUUIDsInGroup` - comma-separated list of UUIDs identifying the group members 237 * `ZoneGroupState` - XML data describing the Sonos network and the current state of all groups 241 238 242 239 == Obsolete ==