Changes between Version 46 and Version 47 of WikiStart
- Timestamp:
- 2014-10-18 13:02:14 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v46 v47 8 8 == Installation == #Installation 9 9 === What you need === #Whatyouneed 10 * Vera with UI4, and UI5has been tested.10 * Vera with UI4, UI5 and UI7 has been tested. 11 11 * At least one Sonos Zone 12 12 * The UPnP event proxy plugin: http://code.mios.com/trac/mios_upnp-event-proxy# If this plugin is installed in parallel of the Sonos plugin, the Sonos plugin will work in a more efficient way (highly recommended) … … 15 15 === How To (installation from the MiOS Marketplace) === #HowTo 16 16 It is the recommended method for installing the plugin. 17 The plugin version available in the MiOS Marketplace is for UI5 only.17 The plugin version available in the MiOS Marketplace is for UI5, UI6 and UI7; you need at least version 1.1 for UI6 and UI7. 18 18 For UI4, please read the chapter "How To (manual installation)". 19 19 … … 22 22 * Install the Sonos plugin from the MiOS Marketplace. 23 23 24 * When installation is done , refresh your Web browser cache (Ctrl+F5 in most of the browsers)24 * When installation is done (after the creation of a new device and a reload of the lua engine), refresh your Web browser cache (Ctrl+F5 in most of the browsers) before starting the setup step 25 25 26 26 === How To (manual installation) === #HowToManual … … 29 29 * (recommended) Install the UPnP event proxy plugin from the MiOS Marketplace. 30 30 31 * Download the plugin files using the Zip Archive link at the bottom of this page: http://code.mios.com/trac/mios_sonos-wireless-music-systems/browser/tags/1. 031 * Download the plugin files using the Zip Archive link at the bottom of this page: http://code.mios.com/trac/mios_sonos-wireless-music-systems/browser/tags/1.2 32 32 33 33 * Upload the Sonos plugin files: … … 71 71 * When reload is done, refresh your Web browser cache (Ctrl+F5 in most of the browsers) 72 72 73 If you installed the plugin from the Marketplace and you are running UI7, an easier way to create an additional device is the following: 74 75 * Open '''Apps''' menu; open '''My apps''' sub-menu. 76 * Push the '''Details''' button in front of your Sonos plugin. 77 * Push the '''Create another''' button. 78 * Wait for the automatic reload, then refresh your Web browser cache (Ctrl+F5 in most of the browsers) 79 73 80 === Select your Sonos === #SelectSonos 74 81 This step will allow to link a Vera device to a physical Sonos unit. It is required for the device automatically created when installing the plugin from the Marketplace or for the additional devices you created without specifying a IP address. … … 84 91 * Wait for few seconds for a complete initialiazation 85 92 86 Automatic discovery (UPnP discovery) could require an additional setup of your Vera Lite. Please read the explanations in this message if it does not work directly: http://forum.micasaverde.com/index.php/topic,16905.msg132502.html#msg132502 93 Automatic discovery (UPnP discovery) could require an additional network setup of your Vera Lite, consisting in an update of the routing table of your Vera. Do it only if necessary. You can install and uninstall this patch using the plugin UI: 94 95 * Find your new device in the UI, 96 * Click on its wrench button, 97 * Open the '''Settings''' tab, 98 * Push the '''Install''' button to install the patch or '''Uninstall''' button to uninstall the patch. 99 * Wait for the automatic reload. 100 101 For technical explanation of what is done by this patch, please read this message: http://forum.micasaverde.com/index.php/topic,16905.msg132502.html#msg132502 87 102 88 103 == User Interface (outdated) == … … 134 149 * SR:`id` - Play the Sirius radio station having "id" as id 135 150 * FR:`radio` - Play the favorite radio station having "radio" as name 151 * SF:`title` - Play the Sonos favorite having "title" as title 136 152 * SQ:`name` - Play the Sonos playlist having "name" as name 137 153 * GZ:`name` - Group the Sonos to Sonos with name "name" … … 220 236 221 237 222 == Service Variables (outdated)==238 == Service Variables == 223 239 224 240 `urn:micasaverde-com:serviceId:Sonos1` 225 241 * `CurrentService` - name of the current service, for example "!TuneIn" 242 * `CheckStateRate` - number of minutes between each automatic online check, "0" to disable the automatic check 243 * `DebugLogs` - "1" when the debug logs are enabled or "0" when disabled 244 * `DefaultLanguageTTS` - default language for TTS, for example "en" 245 * `DefaultEngineTTS` - default engine for TTS, either "GOOGLE" or "OSX_TTS_SERVER" 246 * `DiscoveryResult` - for plugin internal usage 247 * `FetchQueue` - "1" when the Sonos queue is read by the plugin or "0" when not 226 248 * `GroupCoordinator` - UUID of the group coordinator 227 * `ProxyUsed` - "proxy is used" or "proxy is not used" to indicate if the UPnP event proxy is used 249 * `OSXTTSServerURL` - URL of the TTS server 250 * `ProxyUsed` - "proxy is in use" or "proxy is not in use" to indicate if the UPnP event proxy is in use 228 251 * `RouterIp` - router/firewall IP when the Sonos unit can access the Vera only with a port forwarding rule 229 252 * `RouterPort` - router/firewall port when the Sonos unit can access the Vera only with a port forwarding rule 253 * `SonosModel` - for plugin internal usage (icon management) 230 254 * `SonosModelName` - model of the Sonos unit, for example "Sonos PLAY:5" or "Sonos CONNECT:AMP" 231 255 * `SonosOnline` - "1" when the Sonos is online or "0" when it is offline … … 261 285 262 286 `urn:upnp-org:serviceId:ContentDirectory` 263 * `FavoritesRadios` - XML data describing all the favorites radio stations 264 * `Queue` - XML data describing the content of the Sonos queue 265 * `SavedQueues` - XML data describing all the Sonos playlists 287 * `Favorites` - data describing all the Sonos favorites (used by plugin UI) 288 * `FavoritesRadios` - data describing all the favorites radio stations (used by plugin UI) 289 * `Queue` - data describing the content of the Sonos queue (used by plugin UI) 290 * `SavedQueues` - data describing all the Sonos playlists (used by plugin UI) 266 291 267 292 `urn:upnp-org:serviceId:RenderingControl`