Changes between Version 16 and Version 17 of WikiStart


Ignore:
Timestamp:
2011-10-20 14:38:08 (13 years ago)
Author:
mcvflorin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v16 v17  
    114114 
    115115 
    116 = Installation = 
     116= Installation & Setup = 
    117117 
    118  
    119 * If the previous DSC plug-in was installed, then it is recommended to uninstall it first, and then remove the plug-in files from the via SSH 
    120 * Before attempting to install the plug-in, its recommended to connect the respective RS232 adapter, and set this up first in order to establish connectivity.  
    121   
    122  * Download the .zip file from  [http://code.mios.com/trac/mios_dscalarmpanel/changeset/41/tags/0.21?old_path=%2F&format=zip this ]location 
    123 * Extract the 7 files to a location on your PC. 
    124 * Click the MiOS developers icon. 
    125 * Click the Luup files tab 
    126 * Scroll to the bottom of the window and click on the first browse button 
    127 * Navigate to the location of the previously saved files and select the first file 
    128 * Repeat this using additional browse buttons for the remaining 6 files. 
    129 * Check the "Restart Luup after upload" box and click Go 
    130 * After the Engine restarts, click on the create device tab of the MiOS developers icon. 
    131 * In the ''Description'' field, enter a name for the plug-in, similarly in the ''!UpnpDevFilename'' field enter '''D_DSCAlarmPanel1.xml''' and in the ''!UpnpImplFilename'' field enter '''I_DSCAlarmPanel1.xml''' 
    132  
    133 NOTE: It is critical to enter the file names exactly as above, this includes the case sensitivity! 
    134  
    135 * If this is being used with a WIZnet or Roving Networks IP to Serial adapter that’s already been configured, then at this stage the IP and port number of the device can also be entered in the ''!IpAddress'' field (e.g. 192.168.8.23:5000) 
    136 * Click Create device and then exit 
    137  
    138 [[Image(createdevice.png, align=center,50%)]] 
    139  
    140 NOTE: when the engine finishes loading, and an IP address was entered, hopefully if everything is working correctly, there should now be 8 new devices created which will represent the Panel (parent device), 1 partition and 6 Zones. 
    141  
    142 If the IT100 has been connected to a USB to RS232 converter then this will now need to be set up as follows: 
    143  
    144 * Presuming the Adapter has already been plugged in and recognized as a device and port in the MiOS developers / Serial tab. 
    145 * Select the correct Serial device, and enter the following settings which represents the default IT100 baud rate: 
    146  
    147 [[Image(232.png, align=center)]] 
    148  
    149 * In the "Used by Device" dropdown, select the name of the device that was entered during plug-in creation. 
    150 * Exit this screen and then Save. 
    151 * Again if everything is working, the 8 devices should have been created. 
    152  
    153 = Additional setup = 
    154  
    155 * To configure the correct Partitions and Zones, select the parent device (as named during the creation process). 
    156 * Click the advanced tab 
    157 * Under Partitions by default there will be '''1''' present, if additional partitions are to be set up then enter them in sequential manner separated by a comma as follows: 
    158   For two partitions enter '''1,2''' 
    159   For three partitions enter '''1,2,3''' etc etc... 
    160  
    161 Under the different Zone fields, enter the zone numbers in the same type of sequence. By default it will display '''1,2,3,4,5,6''' in ''!DoorZones''.  
    162  Note you will need to know which Zones are set up which on your panel. They may not be in sequence (per the above), and can be entered depending on their type in any of the three Zone variables. 
    163  
    164 If remote Arming and Disarming is not required from Vera, then exit and save; however if this is required then stay in this screen and enter one of the following into the ''!EnableRemoteArm'' variable: 
    165  
    166 * '''disarm''' (Least secure as all functions are available including disarm) 
    167 * '''stay''' (This will enable stay arming and away arming, but not disarm) 
    168 * '''arm''' (Will only enable away mode arming)  
    169   
    170   
    171  NOTE: '''disarm''' is the least secure and enables all remote arming features. 
    172  
    173 After entering any of the above, exit and save. 
    174  
    175 To set the time on the panel, in the main tab of the device, enter your PIN and click "Set Time" 
    176  
     118* For UI4 click [wiki:UI4 here]. 
     119* For UI5 click [wiki:UI5 here]. 
    177120 
    178121= Discussion = 
    179  
    180122 
    181123  * [http://forum.micasaverde.com/index.php?topic=5154.0 Main thread] 
     
    185127 
    186128= References = 
     129 
    187130  * [http://cms.dsc.com/download.php?t=1&id=10910 IT100 developer guide]   
    188131  * [http://www.lua.org/manual/5.1 Lua 5.1 Reference Manual]