Changes between Version 3 and Version 4 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    55To make it easy to handle different panel features, the plugin defines three different devices on the MiOS system: 
    66 
    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)]] 
     8This 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. 
     12There are four 'global' alarms on the panel: 
     13      - Fire Key 
     14      - Auxiliary Key 
     15      - Panic Key 
     16      - Auxiliary Input 
     17Each of these can generate an event when triggered or cleared. 
     18 
     19'''partition subdevices''' 
     20 
     21On 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 
     23Events are generated on status changes. 
     24 
     25'''zones or sensors''' 
     26 
     27Each 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 
     29Events are generated on status changes.