Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
2010-06-03 08:46:23 (14 years ago)
Author:
javier_guerra
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    33This Plugin connects a DSC Alarm Panel with MiOS system, via an IT-100 interface board or compatible interface. 
    44 
     5== how it works == 
    56To make it easy to handle different panel features, the plugin defines three different devices on the MiOS system: 
    67 
     
    2829 
    2930Events are generated on status changes. 
     31 
     32== Setup == 
     33 
     34If the IT-100 interface is connected to Vera with an USB-Serial adapter, there should appear a serial port device.  The MiOS Marketplace should let you create the main alarm panel device; then you have to associate the serial port with the main panel device. 
     35 
     36Partitions and zones are configured on the panel itself.  Note the number of each one (partitions are numbered 1-8, zones are 1-64) and open the main panel device.  Go to the 'Advanced' tab, and add some new variables, all with the service ID "urn:micasaverde-com:serviceId:AlarmPanel1": 
     37 
     38''' '!ActivePartitions' ''': 
     39A comma-separated list of the partition numbers configured on the panel. 
     40 
     41''' '!MotionSensors' ''': 
     42A comma-separated list of the zone numbers that represent motion sensors. 
     43 
     44''' '!SmokeSensors' ''': 
     45A comma-separated list of the zone numbers that represent smoke sensors. 
     46 
     47After adding these variables, Luup will restart and the plugin will create one subdevice for each parition and zone.