Changes between Version 46 and Version 47 of WikiStart


Ignore:
Timestamp:
2014-10-18 13:02:14 (10 years ago)
Author:
lolodomo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v46 v47  
    88== Installation == #Installation 
    99=== What you need === #Whatyouneed 
    10  * Vera with UI4, and UI5 has been tested. 
     10 * Vera with UI4, UI5 and UI7 has been tested. 
    1111 * At least one Sonos Zone 
    1212 * 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) 
     
    1515=== How To (installation from the MiOS Marketplace) === #HowTo 
    1616It is the recommended method for installing the plugin. 
    17 The plugin version available in the MiOS Marketplace is for UI5 only. 
     17The plugin version available in the MiOS Marketplace is for UI5, UI6 and UI7; you need at least version 1.1 for UI6 and UI7. 
    1818For UI4, please read the chapter "How To (manual installation)". 
    1919 
     
    2222 * Install the Sonos plugin from the MiOS Marketplace. 
    2323 
    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 
    2525 
    2626=== How To (manual installation) === #HowToManual 
     
    2929 * (recommended) Install the UPnP event proxy plugin from the MiOS Marketplace. 
    3030 
    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.0 
     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.2 
    3232 
    3333 * Upload the Sonos plugin files: 
     
    7171 * When reload is done, refresh your Web browser cache (Ctrl+F5 in most of the browsers) 
    7272 
     73If 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 
    7380=== Select your Sonos === #SelectSonos 
    7481This 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. 
     
    8491 * Wait for few seconds for a complete initialiazation 
    8592 
    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 
     93Automatic 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 
     101For technical explanation of what is done by this patch, please read this message: http://forum.micasaverde.com/index.php/topic,16905.msg132502.html#msg132502 
    87102 
    88103== User Interface (outdated) == 
     
    134149 * SR:`id` - Play the Sirius radio station having "id" as id 
    135150 * FR:`radio` - Play the favorite radio station having "radio" as name 
     151 * SF:`title` - Play the Sonos favorite having "title" as title 
    136152 * SQ:`name` - Play the Sonos playlist having "name" as name 
    137153 * GZ:`name` - Group the Sonos to Sonos with name "name" 
     
    220236 
    221237 
    222 == Service Variables (outdated) == 
     238== Service Variables == 
    223239 
    224240`urn:micasaverde-com:serviceId:Sonos1` 
    225241 * `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 
    226248 * `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 
    228251 * `RouterIp` - router/firewall IP when the Sonos unit can access the Vera only with a port forwarding rule 
    229252 * `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) 
    230254 * `SonosModelName` - model of the Sonos unit, for example "Sonos PLAY:5" or "Sonos CONNECT:AMP" 
    231255 * `SonosOnline` - "1" when the Sonos is online or "0" when it is offline 
     
    261285 
    262286`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) 
    266291 
    267292`urn:upnp-org:serviceId:RenderingControl`