25 | | * Finally select your Sonos: |
26 | | * Find your new device in the UI, |
27 | | * Click on its wrench button, |
28 | | * Open the '''Settings''' tab, |
29 | | * Push the '''Discover''' button and wait for few seconds until the selection box is filled and the '''Select''' button is enabled again, |
30 | | * Select your Sonos in the selection box and then push the '''Select''' button, |
31 | | * If the automatic discovery is not working (the selection box remains empty), you can enter the IP address of your Sonos zone in the field '''New IP'''and then push the '''Select''' button, |
32 | | * Wait for few seconds for a complete initialiazation |
33 | | |
34 | | 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 |
35 | | |
36 | | If you have several Sonos zones and you want to drive more than one Sonos zone with the Vera, you have to add additional devices in the Vera. Here is how to create an additional device: CreateDevice |
37 | | |
38 | | === How To (manual installation) === #HowToManual |
| 25 | === How To (code.mios.com) === #HowToManual |
69 | | * Create a Sonos device: #CreateDevice |
70 | | * Open '''Toolbox''' section (UI4) or '''APPS''' section (UI5); open '''MiOS Developers''' (UI4) or '''Develop Apps''' (UI5) >> '''Create Device'''. |
71 | | * In the '''!Upnp Device Filename''' input box enter ''D_Sonos1.xml''. |
72 | | * In the '''Description''' input box enter a name for the panel device, e.g. ''Sonos Living Room''. |
73 | | * In the '''Ip Address''' input box enter the IP address of your Sonos zone (you can find this information opening About my Sonos system in your Sonos application) or leave it blank and run later the next step "Select your Sonos". |
74 | | * In the '''Parent device''' list box select ''No parent''. |
75 | | * Click '''Create device'''. |
76 | | * (UI4) Close this window and Save. |
77 | | * (UI5) Close the popup window that informs you about the creation of a new device, then push the '''Reload''' button. |
78 | | * When reload is done, refresh your Web browser cache (Ctrl+F5 in most of the browsers) |
79 | | * Select your Sonos: |
80 | | * Find your new device in the UI, |
81 | | * Click on its wrench button, |
82 | | * Open the '''Settings''' tab, |
83 | | * Push the '''Discover''' button and wait for few seconds until the selection box is filled and the '''Select''' button is enabled again, |
84 | | * Select your Sonos in the selection box and then push the '''Select''' button, |
85 | | * If the automatic discovery is not working (the selection box remains empty), you can enter the IP address of your Sonos zone in the field '''New IP'''and then push the '''Select''' button, |
86 | | * Wait for few seconds for a complete initialiazation |
| 56 | |
| 57 | === Create a Sonos device === #CreateDevice |
| 58 | If you installed the plugin from the MiOS Marketplace, one device is automatically created. But if you have several Sonos zones and you want to drive more than one Sonos zone with the Vera, you have to add additional devices in the Vera, one for each zone you want to control. |
| 59 | |
| 60 | * Open '''Toolbox''' section (UI4) or '''APPS''' section (UI5); open '''MiOS Developers''' (UI4) or '''Develop Apps''' (UI5) >> '''Create Device'''. |
| 61 | * In the '''!Upnp Device Filename''' input box enter ''D_Sonos1.xml''. |
| 62 | * In the '''Description''' input box enter a name for the panel device, e.g. ''Sonos Living Room''. |
| 63 | * In the '''Ip Address''' input box enter the IP address of your Sonos zone (you can find this information opening About my Sonos system in your Sonos application) or leave it blank and run later the next step "Select your Sonos". |
| 64 | * In the '''Parent device''' list box select ''No parent''. |
| 65 | * Click '''Create device'''. |
| 66 | * (UI4) Close this window and Save. |
| 67 | * (UI5) Close the popup window that informs you about the creation of a new device, then push the '''Reload''' button. |
| 68 | * When reload is done, refresh your Web browser cache (Ctrl+F5 in most of the browsers) |
| 69 | |
| 70 | === Select your Sonos === #SelectSonos |
| 71 | 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. |
| 72 | Note it can be used to assign the Vera device to a different Sonos. It can be useful in case your Sonos has been assigned a new IP address. |
| 73 | Please note that you must avoid having several Vera devices linked to the same physical Sonos (same IP). |
| 74 | |
| 75 | * Find your new device in the UI, |
| 76 | * Click on its wrench button, |
| 77 | * Open the '''Settings''' tab, |
| 78 | * Push the '''Discover''' button and wait for few seconds until the selection box is filled and the '''Select''' button is enabled again, |
| 79 | * Select your Sonos in the selection box and then push the '''Select''' button, |
| 80 | * If the automatic discovery is not working (the selection box remains empty), you can enter the IP address of your Sonos zone in the field '''New IP'''and then push the '''Select''' button, |
| 81 | * Wait for few seconds for a complete initialiazation |