Changes between Initial Version and Version 1 of Installation-UI4


Ignore:
Timestamp:
2011-08-28 02:36:34 (13 years ago)
Author:
guessed
Comment:

Initial copy.

Legend:

Unmodified
Added
Removed
Modified
  • Installation-UI4

    v1 v1  
     1= Installation = 
     2== Plugin Installation == 
     3'''WARNING:''' Please do not use the Internet Explorer "IE" Browser to install this plugin.  There have been multiple reported problems with IE being used to upload plugins via Vera's Luup Plug installation pages. 
     4 
     5 1. Download the ZIP file from directly from [changeset:24/tags/0.1.4?old_path=/&format=zip Source control] 
     6 1. Expand the ZIP File to extract the 9x files, their names should be exactly as follows: 
     7   * `D_IORelay1.xml` 
     8   * `I_IORelay1.xml` 
     9   * `L_IORelay1.lua` 
     10   * `S_IORelay1.xml` 
     11 
     12 1. Follow the instructions for Plugin Installation outlined [http://wiki.micasaverde.com/index.php/Install_LUUP_Plugins Install Luup Plugins] 
     13   1. For the ''!UpnpDevFilename'' field, use "`D_IORelay1.xml`" 
     14   1. For the ''!UpnpImplFilename'' field, use "`I_IORelay1.xml`" 
     15   1. For the ''Description'' field, use "`IORelay`" 
     16 
     17This will create the IORelay device, but it's Serial Port still needs to be assigned and another Save / Restart cycle performed. 
     18 
     19== Serial Port Assignment == 
     20If you're using a direct-attached [http://wiki.micasaverde.com/index.php/Serial_Supported_Hardware USB-Serial device] to attach to your IORelay ProXR Lite or Reactor Relay, then follow these steps to associate the Serial Port with this plugin. 
     21 
     22 1. In ''MiOS developers'' -> ''Serial Port configuration'', find your newly connected USB-Serial port, and set the Baud rate to 115200[[BR]][[Image(IORelaySerialPortSetup1.png, 30%)]] 
     23 1. Select your newly created IORelay Device in the ''Used by device'' dropdown[[BR]][[Image(IORelaySerialPortSetup2.png, 30%)]] 
     24 1. The screen will change to this[[BR]][[Image(IORelaySerialPortSetup3.png, 30%)]] 
     25 1. Close this Dialog and perform a MiOS ''(Save)'' action. 
     26 
     27== Configure the Plugin == 
     28=== Adding More Relays or Inputs === 
     29By default, the Plugin will configure itself for all 8 Inputs and 2 Outputs (Relays).  This can be changed by adjusting the `Inputs` and `Outputs` parameter(s) in the Advanced Tab of the Device's dialog. 
     30 
     31 1. Open the Dialog for the IORelay Device (using the wrench/spanner) and select the Advanced Tab[[BR]][[Image(IORelayDeviceAdvanced1.png, 30%)]] 
     32 1. Change the value of the `Inputs` parameter to a value between 0 and 8 
     33 1. Change the value of the `Outputs` parameter to a value between 0 and 8 
     34 1. Close this Dialog and perform a MiOS ''(Save)'' action. 
     35 
     36TODO: Document the `Interval` parameter for polling interval 
     37TODO: Document the `Control` parameter for `manual` (default), `manual-reactor` and `reactor` values 
     38 
     39= Errors = 
     40 
     41= Releases = 
     42 * 27-Aug-2011[[br]] 
     43  Initial "pre-alpha" shown in the Forums.