| 14 | Before installing the plugin you must connect the !SuperBus 2000 Automation Module to Vera using a RS-232 to USB adapter with a '''FTDI''' or '''Prolific''' chipset, like [http://www.usbgear.com/computer_cable_details.cfm?sku=USBG-232MM&cats=199&catid=199%2C461%2C106%2C1009%2C601 this one]. |
| 15 | |
| 16 | After connecting the Automation Module to Vera restart the Luup engine so that MiOS can detect the RS-232 to USB adapter. To check if the adapter was detected: |
| 17 | * on UI4 go to ''MiOS developers'' >> ''Serial port configuration''; |
| 18 | * on UI5 go to ''Apps'' >> ''Develop apps'' >> ''Serial port configuration''. |
| 19 | If Vera detected the adapter that page shouldn't be empty; instead, you should see a device which is usually called ''ftdi_sio'' if it has a FTDI chipset. |
| 20 | |
| 21 | Next you must configure it: |
| 22 | * set the ''Baud'' to '''9600'''; |
| 23 | * set the ''Data bits'' to '''8'''; |
| 24 | * set the ''Parity'' to '''Odd'''; |
| 25 | * set the ''Stop bits'' to '''1'''; |
| 26 | * leave the other parameters as they are, unless you know what you're doing. |
| 27 | |
| 28 | If the adapter has been detected by MiOS and configured, you can proceed to install the plugin. |
| 29 | |
| 31 | 1. Download this package and extract the files. |
| 32 | 2. Go ''MiOS developers'' >> ''Luup files'' and upload the extracted files. Do not check ''Restart Luup after upload'' (bottom of the page); if it's checked, uncheck it. |
| 33 | 3. Go to ''Create device'' and: |
| 34 | * in the ''Description'' field enter the name of the device; |
| 35 | * in the ''!UpnpDevFilename'' field enter ''D_Concord.xml''; |
| 36 | * click ''Create device''. |
| 37 | 4. Restart the Luup engine (curved arrows in the top right of the UI). |
| 38 | 5. After the Luup engine has restarted refresh the UI (best use <CTRL + F5> to do so). |
| 39 | 6. Open the control panel of the newly created device, the ''Settings'' tab, and from the ''Send using'' drop-down select the serial adapter. |
| 40 | 7. Save. |
| 41 | |