= Installation = [[Image(SQBlasterControllerFiles.png, align=right, 30%)]] == Install the SQController Plugin Code == 1. Download the following files from Source Control, and expand it to give the files listed below * [http://code.mios.com/trac/mios_sqblaster/changeset/32/tags/0.1?old_path=%2F&format=zip ZIP Bundle] * `I_SQBlaster1.xml` * `D_SQBlaster1.xml` * `D_SQBlaster1.json` * `I_SQBlasterController1.xml` * `D_SQBlasterController1.xml` * `D_SQBlasterController1.json` * `D_SQBlasterController.map` 1. Goto ''MiOS developers'' --> ''Luup files'' 1. Click the '''(Browse)''' buttons on the bottom, and enter the 7 filenames references above. 1. Select the checkbox "''[x] Restart Luup after upload''" and click '''(Go)''' 1. ... wait whilst it uploads and restarts the Lua engine ... 1. If successful, you'll see the 7 filenames listed in the System (using the exact names listed above). [[Image(SQBlasterControllerDeviceCreation.png, align=right, 30%)]] == Create the SQController Device == 1. Navigate to the ''MiOS developers'' --> ''Create device'' tab 1. For the ''!UpnpDevFilename'' field, type "`D_SQBlasterController1.xml`". 1. For the ''!UpnpImplFilename'' field, type "`I_SQBlasterController1.xml`". 1. For the ''Description'' field, type "SQBlaster Controller". 1. Click '''(Create device)''' button 1. Close this Dialog and click '''(Save)''' [[BR]] [[BR]] [[Image(SQRemoteFiles.png, align=right, 30%)]] == Extract Configuration Files from SQRemote == 1. Backup your SQRemote configuration to Box.net 1. Download the Backup file from Box.net, and open it. 1. Extract each file called "`devnnnnnnnn.xml`" 1. Extract the file called "`PackageDevices.xml`" == Install Configuration Files into Vera == 1. Goto ''MiOS developers'' --> ''Luup files'' 1. Click the '''(Browse)''' buttons on the bottom, and enter the filenames extracted above. 1. Select the checkbox "''[x] Restart Luup after upload''" and click '''(Go)''' 1. ... wait whilst it uploads and restarts the Lua engine ... 1. If successful, you'll see the filenames listed in the System (using the exact names extracted above). [[Image(SQBlasterControllerIPAddressConfig.png, align=right, 30%)]] == Configure the SQBlaster IP Addresses == The setup above creates SQBlaster devices, one for each registered with SQRemote. These need to be configured with IP Addresses before they can function. 1. Open the Wrench (or Spanner!) on your new "''SQBlaster sq-blaster-xxxx.local''" device. 1. Select the '''[Advanced]''' Tab 1. Enter a value for the ''ip'' field to match the address of your Network attached SQBlaster Device. In the example, I'm connecting to `192.168.5.101`. This will be different for your installation. 1. Dismiss this Dialog and Press '''(Save)''' == Test the Configuration == When all complete, it should look something like: [[Image(SQBlasterControllerDevices.png, align=center)]] TODO:...