7 | | '''main device'''::[[Image(main_panel1.png, align=right)]] |
8 | | This represents the panel itself. The main tab contains: |
9 | | - A display with any message shown by the panel's LCD screen. |
10 | | - A text entry box to set the access code used by the plugin to access the panel. |
11 | | - A button to synchronize the panel's clock with Vera's. |
12 | | '''partition subdevices''':: |
13 | | Each partition has a status (armed, triggered,...) |
14 | | '''zones or sensors''':: |
15 | | Each zone is represented as a sensor device |
| 7 | '''main device'''[[Image(main_panel1.png, align=right)]] |
| 8 | This represents the panel itself. The main tab contains: |
| 9 | - A display with any message shown by the panel's LCD screen. |
| 10 | - A text entry box to set the access code used by the plugin to access the panel. |
| 11 | - A button to synchronize the panel's clock with Vera's. |
| 12 | There are four 'global' alarms on the panel: |
| 13 | - Fire Key |
| 14 | - Auxiliary Key |
| 15 | - Panic Key |
| 16 | - Auxiliary Input |
| 17 | Each of these can generate an event when triggered or cleared. |
| 18 | |
| 19 | '''partition subdevices''' |
| 20 | |
| 21 | On the main tab the device shows the partition status ('Ready', 'In Alarm', 'Disarmed', etc), and has five buttons to send commands to the partition: 'Away', 'Stay', 'Armed no Entry Delay', 'Arm with Code', 'Disarm'. |
| 22 | |
| 23 | Events are generated on status changes. |
| 24 | |
| 25 | '''zones or sensors''' |
| 26 | |
| 27 | Each zone is represented as a sensor device. Currently you can select which appears as 'Smoke sensors' and which as 'Motion sensors'. There's no functional difference between them, but a UI can list them apart, or show different icons. |
| 28 | |
| 29 | Events are generated on status changes. |