| 31 | |
| 32 | == Setup == |
| 33 | |
| 34 | If 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 | |
| 36 | Partitions 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' ''': |
| 39 | A comma-separated list of the partition numbers configured on the panel. |
| 40 | |
| 41 | ''' '!MotionSensors' ''': |
| 42 | A comma-separated list of the zone numbers that represent motion sensors. |
| 43 | |
| 44 | ''' '!SmokeSensors' ''': |
| 45 | A comma-separated list of the zone numbers that represent smoke sensors. |
| 46 | |
| 47 | After adding these variables, Luup will restart and the plugin will create one subdevice for each parition and zone. |