Changes between Version 23 and Version 24 of WikiStart


Ignore:
Timestamp:
2012-02-29 16:34:49 (12 years ago)
Author:
guessed
Comment:

Fix the CamelCase escaping.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v23 v24  
    1212'''WARNINGS:  
    1313* This plug-in ''will probably not'' work with the "UI3" (versions 1.1.x) of Vera's firmware. 
    14 * If the Plugin is updated from the files contained here >0.35, or if it automatically updates from an app store based version, then it will change the device ID's of any sensors that are set up as "D\doorZones" 
     14* If the Plugin is updated from the files contained here >0.35, or if it automatically updates from an app store based version, then it will change the device ID's of any sensors that are set up as "!DoorZones" 
    1515  The above will only be a problem if these doorZone sensors have been set up at all as triggers for scenes, and these will have to reset after updating 
    1616  To avoid the above scenario the following changes should be made prior to updating: 
     
    4444* Direct Connection to a USB to RS232 serial adapter thats supported by Vera such as [http://www.futureelectronics.com/en/Technologies/Product.aspx?ProductID=UC232R10FUTURETECHNOLOGYDEVICES2297802 this ] one. 
    4545* Wired Ethernet Connection via an IP to RS232 serial adapter such as WIZnet device like [http://www.sparkfun.com/commerce/product_info.php?products_id=9476 this] one. 
    46 * WiFi to RS232 serial adapter such as [http://www.mouser.com/ProductDetail/Roving-Networks/RN-134/?qs=sGAEpiMZZMvdqMP%2faZ%252bGClQs06owUsC0 this] one. 
     46* !WiFi to RS232 serial adapter such as [http://www.mouser.com/ProductDetail/Roving-Networks/RN-134/?qs=sGAEpiMZZMvdqMP%2faZ%252bGClQs06owUsC0 this] one. 
    4747 
    4848[[Image(2DS.png, align=center)]] 
     
    102102 
    103103 
    104   === Event processing === 
     104=== Event processing === 
    105105 
    106 After startup, the system is set running. It receives events and, for those of interest, it translates them into MotionSensor values to set upon it's Child Devices, in addition to setting Variables directly on the Alarm Area device 
     106After startup, the system is set running. It receives events and, for those of interest, it translates them into !MotionSensor values to set upon it's Child Devices, in addition to setting Variables directly on the Alarm Area device 
    107107 
    108108 
     
    126126 
    127127==== Alarm Area Variables ==== 
    128 This Alarm Panel implements a DeviceType that gives it the following Variables (through it's ServiceStateTable).  These can be used for Luup scripting: 
     128This Alarm Panel implements a !DeviceType that gives it the following Variables (through it's !ServiceStateTable).  These can be used for Luup scripting: 
    129129   
    130     * ''Disarmed'' - Set whenever the Alarm Area is Disarmed (not Armed and not StayArmed) 
     130    * ''Disarmed'' - Set whenever the Alarm Area is Disarmed (not Armed and not !StayArmed) 
    131131    * ''Armed'' - Set when the user requests the Alarm Area to Arm, Force Arm, Stay Arm or Instant Arm the Area 
    132     * ''StayArmed'' - Set when the user request the Alarm Area to Stay Arm or Instant Arm the Area 
     132    * ''!StayArmed'' - Set when the user request the Alarm Area to Stay Arm or Instant Arm the Area 
    133133    * ''Breach'' - set when the Alarm Area is in Breach (Siren, Silent etc) 
    134134 
     
    150150 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. 
    151151 
    152 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: 
     152If 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: 
    153153 
    154154* '''disarm''' (Least secure as all functions are available including disarm) 
     
    181181  
    182182  
    183  = Discussions = 
     183= Discussions = 
    184184 
    185185  * [http://forum.micasaverde.com/index.php?topic=5154.0 Main thread]