Changes between Initial Version and Version 1 of In development


Ignore:
Timestamp:
2012-12-03 22:26:17 (13 years ago)
Author:
nlrb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • In development

    v1 v1  
     1 
     2== Introduction == 
     3A new version of the original !PowerMax plugin is in development. The code for this version has been completely rewritten. As such, it is also not backwards compatible with earlier versions. It currently can be found in the source:trunk. 
     4 
     5Main changes in the new version are: 
     6* Support for Powerlink or Standard mode 
     7* Notifications added 
     8* PGM, X10, Siren & Keypad devices supported 
     9* Multi-language support (in progress) 
     10 
     11The Powerlink mode has the following advantages over Standard mode. 
     12* All type of device settings can be read (type, serial etc.) 
     13* No need to enter pin code (read from panel, not stored in plugin) 
     14* All devices can be created automatically, depending on the panel settings 
     15* Bypass function works directly on a sensor (no need to activate it from panel) 
     16 
     17 
     18== Screenshots (UI5) == 
     19[[Image()]] 
     20 
     21== Variables == 
     22The following configuration variables can be set on the panel. 
     23* !AutoCreate [0|1] - When '1', reads the settings from the panel to create devices 
     24* !PluginDebug [0|1] - When '1', creates debug info as well as 'powermax_pdu.txt' and 'powermax_settings.txt' files 
     25* !DoorZones [Zxx] - List of zones with magnets (e.g. Z01,Z03) 
     26* !MotionZones [Zxx] - List of zones with PIRs (e.g. Z02,Z04) 
     27* !SmokeZones [Zxx] - List of zones with smoke detectors (e.g. Z20,Z21) 
     28* Devices [PGM|Xyy[d]|Sxx|K1x|K2x] - List of devices, where 
     29  * PGM = PGM device 
     30  * Xyy = X01-X15 (X10 devices); add an optional 'd' to make dimmable (e.g. X07d) 
     31  * Sxx = Siren device (e.g. S01) 
     32  * K1x = 1-way keypad (e.g. K11) 
     33  * K2x = 2-way keypad (e.g. K21) 
     34 
     35== Notifications == 
     36Both the panel as the partition(s) have notifications available. 
     37 
     38For the panel, the following notifications are available. 
     39* Alarm type, being either 
     40  * Intruder 
     41  * Panic 
     42  * Emergency 
     43  * Tamper 
     44  * Fire 
     45  * Flood 
     46  * Gas 
     47* Trouble type, being either 
     48  * Battery 
     49  * Communication 
     50  * General 
     51  * Jamming 
     52  * Power 
     53  * Telephone 
     54 
     55 
     56For the partition, the following notifications are available. 
     57* Armed state 
     58  * Armed 
     59  * Disarmed 
     60* Armed detailed state 
     61  * Disarmed 
     62  * Armed 
     63  * !ArmedInstant 
     64  * Stay 
     65  * !StayInstant 
     66  * Force 
     67  * Ready 
     68  * !NotReady 
     69  * !EntryDelay 
     70  * !ExitDelay 
     71* Alarm 
     72  * Active 
     73  * None