Changes between Version 31 and Version 32 of WikiStart
- Timestamp:
- 2013-06-06 19:02:47 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v31 v32 13 13 == Supported Modules - (Latest) == 14 14 15 '''Envisalink EVL3''' (Network attached) directly is connected to your home network. The EVL3 has an internal web portal, is firmware upgradable and can provide external access via the Eyes-on site or various mobile phone applications. More details can be found at [http://www.eyezon.com Eyez-On] or [http://www.homesecuritystore.com/p-2164-evl-3-envisalink-internet-alert-module-for-dsc-honeywell-security.aspx Home Security Store] which includes detailed specifications and reviews[[BR]]15 '''Envisalink EVL3''' (Network attached) directly is connected to your home network. The EVL3 has an internal web portal, is firmware upgradable and can provide external access via the Eyes-on site or various mobile phone applications. More details can be found at [http://www.eyezon.com Eyez-On] or [http://www.homesecuritystore.com/p-2164-evl-3-envisalink-internet-alert-module-for-dsc-honeywell-security.aspx Home Security Store] which includes detailed specifications and reviews[[BR]] 16 16 17 17 ''EVL 3 Ethernet (IP) Integration Module'' … … 19 19 [[Image(EVL3.jpg, align=center)]] 20 20 21 '''DSC IT-100''' (Serial) integration module was the initial interface to enable third-party applications and system to communicate with Power Series control panels. The DSC IT100 provides an RS232 serial connection that can be either connected directly to your Vera utili sing a USB to Serial adapter or over the Ethernet utilizing either an IP to RS232 or a WIFI to RS232 adapter.21 '''DSC IT-100''' (Serial) integration module was the initial interface to enable third-party applications and system to communicate with Power Series control panels. The DSC IT100 provides an RS232 serial connection that can be either connected directly to your Vera utilizing a USB to Serial adapter or over the Ethernet utilizing either an IP to RS232 or a WIFI to RS232 adapter. 22 22 23 23 DSC IT100 RS232 Integration Module … … 66 66 If you currently have a setup with the following initialization parameters 67 67 68 doorZones=1,269 motionZones=3,4,568 ''!DoorZones''=''1,2'' 69 ''!MotionZones''=''3,4,5'' 70 70 71 71 Then they must be changed prior to the update being made as follows, 72 72 73 doorZones=74 motionZones=1,2,3,4,575 76 They must all be set up under the motionZonesparameter (the front, ordering is important)73 ''!DoorZones''= 74 ''!MotionZones''=''1,2,3,4,5'' 75 76 They must all be set up under the ''!MotionZones'' parameter (the front, ordering is important) 77 77 Once the above is saved, then it will be safe to proceed with updating the plugin. 78 78 … … 174 174 For three partitions enter '''1,2,3''' etc etc... 175 175 176 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''.176 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''. 177 177 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. 178 178 … … 180 180 181 181 * '''disarm''' (Least secure as all functions are available including disarm) 182 * '''stay''' (This will enable stay arming and away arming, but not disarm) 183 * '''arm''' (Will only enable away mode arming) 182 * '''arm''' (Will enable away and stay arming) 184 183 185 184 … … 190 189 To set the time on the panel, in the main tab of the device, enter your PIN and click "Set Time" 191 190 192 Zone labels by default will use the default ones programmed in the panel, if labels were never programmed, or were programmed before the IT100 was installed, then the default labels for the sensors the plugin creates will be named "zone 01, zone 02 etc etc, and they cannot not be renamed by default. It is best to try and rectify this with the alarm itself first, however this behavior can be changed by editing the '' 'EnableManualLabels''' variable in the advanced tab of the alarm parent device from '''false''' to '''true''' and then performing a save at the top of the dashboard; it will then possible to rename.191 Zone labels by default will use the default ones programmed in the panel, if labels were never programmed, or were programmed before the IT100 was installed, then the default labels for the sensors the plugin creates will be named "zone 01, zone 02 etc etc, and they cannot not be renamed by default. It is best to try and rectify this with the alarm itself first, however this behavior can be changed by editing the ''!EnableManualLabels'' variable in the advanced tab of the alarm parent device from ''false'' to ''true'' and then performing a save at the top of the dashboard; it will then possible to rename. 193 192 194 193 If its preferred that the plugin uses the default mechanism of using the labels from the Alarm System, there are usually several ways to rectify the above behavior without changing the above variable: 195 194 196 * If labels have previously been programmed in a keypad, then attempt a label broadcast from the keypad they were originally programmed from by entering *8[Installer code]*998*195 * If labels have previously been programmed in a keypad, then attempt a label broadcast from the keypad they were originally programmed from by entering ''*8[Installer code]*998*'' 197 196 * If labels were never programmed then they can be programmed them from an alpha numeric keypad and a subsequent label broadcast 198 197 * Program the labels to the panel using DSC DLS software … … 210 209 211 210 When defining scenes, the following actions are exposed in Advanced Scene mode: 212 * `RequestArmMode(State, !PINCode)`211 * `RequestArmMode(State, PINCode)` 213 212 * `RequestQuickArmMode(State)` 214 213