Changes between Version 32 and Version 33 of WikiStart


Ignore:
Timestamp:
2013-10-01 22:49:33 (11 years ago)
Author:
lolodomo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v32 v33  
    22 
    33= The Sonos Wireless !HiFi Music Systems plugin for Vera = 
    4 This plugin permits control of your Sonos via Vera scenes. 
     4This plugin permits control of your Sonos via Vera scenes and Vera UI. 
    55 
    66Development Status 
     
    4343     * Manual Poll also available for scene scripting 
    4444 
    45 To do list: 
    46  
    47  * Autodiscovery of Zones 
    48  * Autonaming of zone names 
    49  
    5045== Installation == #Installation 
    5146=== What you need === #Whatyouneed 
     
    190185`urn:micasaverde-com:serviceId:Sonos1` 
    191186 * `CurrentService` - name of the current service, for example "TuneIn" 
     187 * `GroupCoordinator` - UUID of the group coordinator 
    192188 * `ProxyUsed` - "proxy is used" or "proxy is not used" to indicate if the UPnP event proxy is used 
    193189 * `RouterIp` - router/firewall IP when the Sonos unit can access the Vera only with a port forwarding rule 
    194190 * `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 network 
    196  * `SonosModel` - a number used to display the right icon for the Vera device, depending on the Sonos model (for plugin internal usage) 
    197191 * `SonosModelName` - model of the Sonos unit, for example "Sonos PLAY:5" or "Sonos CONNECT:AMP" 
    198192 * `SonosOnline` - "1" when the Sonos is online or "0" when it is offline 
     
    204198 
    205199`urn:upnp-org:serviceId:AVTransport` 
    206  * `AbsoluteCounterPosition` - not updated when the UPnP event proxy is used 
    207  * `AbsoluteTimePosition` - not updated when the UPnP event proxy is used 
     200 * `AbsoluteCounterPosition` 
     201 * `AbsoluteTimePosition` 
    208202 * `AVTransportURI` - 
    209203 * `AVTransportURIMetaData` - 
     
    224218 * `CurrentTransportActions` - 
    225219 * `NumberOfTracks` - 
    226  * `RelativeCounterPosition` - not updated when the UPnP event proxy is used 
    227  * `RelativeTimePosition` - not updated when the UPnP event proxy is used 
     220 * `RelativeCounterPosition` 
     221 * `RelativeTimePosition` 
    228222 * `TransportPlaySpeed` - not updated when the UPnP event proxy is used 
    229223 * `TransportState` - 
     
    239233 * `Volume` - general volume, value from 0 to 100 
    240234 
     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 
    241238 
    242239== Obsolete ==