Changes between Initial Version and Version 1 of WikiStart


Ignore:
Timestamp:
2013-01-22 14:24:05 (12 years ago)
Author:
nlrb
Comment:

Initial text for the new 1.0 plugin

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v1  
     1= The Visonic !PowerMax plugin for Vera = 
     2[[Image(powermax.jpg)]] 
     3 
     4Visonic produces the Powermax alarm panel series (!PowerMax, !PowerMax+, !PowerMaxExpress, !PowerMaxPro and !PowerMaxComplete). This plugin allows you to control the alarm panel via Vera (arm/disarm) and allows you to use the !PowerMax sensors (movement, door contact, ...) within Vera. For example, you can use !PowerMax sensors in Vera scenes.   
     5 
     6The !PowerMax provides support for a serial interface that can be connected to Vera. The serial interface is not installed by default but can be ordered from any !PowerMax vendor for about £30 (called the Visonic RS-232 Adaptor Kit). Visonic does not provide a specification of the RS232 protocol and, thus, the plugin uses the available protocol specification given at the [http://www.domoticaforum.eu/viewtopic.php?f=68&t=6581 domoticaforum]. 
     7 
     8== Supported features == 
     9 * Supported panels:  
     10   * !PowerMax+: confirmed 
     11   * !PowerMaxPro: confirmed 
     12   * Others: please let us know on the [http://forum.micasaverde.com/index.php/topic,7597.0.html forum] 
     13 * Supported sensors:  
     14   * Motion sensors 
     15   * Door/window contacts 
     16   * Flood/smoke/gas detectors 
     17 * Supported functions:  
     18   * (instant) arm away/arm home/disarm 
     19   * start user test 
     20   * display event log 
     21   * bypass sensors 
     22   * sync time 
     23   * switch/dim X10 devices 
     24   * PGM device 
     25 * Special plugin features 
     26   * Support for Powerlink or Standard mode 
     27   * Notifications 
     28   * Siren & keypad devices supported 
     29   * Multi-language support (in progress) 
     30 
     31== Powerlink vs Standard mode == 
     32 
     33The Powerlink mode has the following advantages over Standard mode. 
     34* All type of device settings can be read 
     35  * Serial, panel type, panel name, hw/sw version 
     36* All devices can be created automatically, depending on the panel settings 
     37  * Automatic detection of sensor type (PIR, Magnet, Smoke sensor) 
     38  * Sensors created with panel zone names, incl. custom zone names 
     39  * PGM, X10, Siren, Keypad devices created automatically 
     40* Panel updates are automatically processed 
     41* No need to enter pin code (read from panel, not stored in plugin) 
     42* Bypass function works directly on a sensor 
     43 
     44'''Note''': For Powerlink mode to work the enrollment procedure has to be followed. If you don't enroll the Powerlink on the !PowerMax the plugin will operate in 'Standard' mode, and if enrolled in 'Powerlink' mode. 
     45On the newer software versions of the !PowerMax the Powerlink enrollment is automatic, and the plugin should only operate in 'Powerlink' mode (if enrollment is successful). See 'Settings' below how to force the plugin to use 'Standard' mode if needed. 
     46 
     47== Screenshots (UI5) == 
     48[[Image(dev_sensors.png)]][[Image(dev_siren.png)]] 
     49[[Image(dev_panel.png)]][[Image(dev_partition.png)]] 
     50[[Image(dev_switch.png)]][[Image(dev_dimmer.png)]] 
     51 
     52== Installation == 
     53[[Image(panel_settings_config.png, 50%, right)]] 
     54''Manual process, until released via the app store'' 
     55* Upload the plugin files: 
     56  * In the Toolbox section open MiOS Developers >> Luup Files and upload all the files you downloaded. If the Restart Luup after upload check box is checked, uncheck it, and click GO.  
     57* Create the alarm panel device: 
     58  * Open Create Device. 
     59  * In the !UpnpDevFilename input box enter D_Powermax.xml. 
     60  * Click Create device. 
     61  * Press 'Reload' 
     62* Go to the 'Settings' tab of the panel 
     63  * Select the serial port 
     64  * Save changes 
     65* Enroll the Powerlink module 
     66  * On the !PowerMax panel, enroll the Vera as Powerlink* 
     67 
     68== Configuration == 
     69[[Image(panel_settings.png, 50%, right)]]The following settings are available in the 'Settings' tab. 
     70* General options 
     71  * Communicate using UART - select the USB UART interface for communication with the !PowerMax 
     72  * Motion sensor timeout - select the number of minutes a motion sensor will be displayed as 'tripped' 
     73  * Language selection - select the language in which the status of the panel & partition is displayed 
     74  * Generate debug logging and files - When 'On', creates debug info as well as 'powermax_pdu.txt' and 'powermax_settings.txt' files 
     75 
     76* Powerlink options (used in Powerlink mode only) 
     77  * Force Standard mode - When 'On', will force the plugin to use Standard mode and not enroll 
     78  * Auto-create devices - When 'On', reads the settings from the panel to create devices 
     79  * Auto-sync time on startup - When 'On', syncs time between Vera & !PowerMax after each download (when starting the plugin) 
     80  * Allow (dis-)arm without PIN 
     81    * No arm/disarm allowed - A pin code is always needed to arm or disarm a partition 
     82    * Only arm away allowed - Only Arm Away can be done without using a PIN code 
     83    * Arm (Home) allowed - The partition can be armed without a PIN code, but Disarm needs a PIN 
     84    * Arm & disarm allowed - The partition can be armed and disarmed without entering a PIN 
     85  * Sensor arm status 
     86    * Defined by panel - If the panel configuration is such that arming with bypass is allowed, then the mode 'Always show bypass' is selected. If using a bypass is disabled in the panel settings, then the mode 'Always show armed live' is selected. 
     87    * Always show bypass - Shows on the sensor whether it is in bypass state or not. If the sensor shows 'Armed', then it can trigger an alarm, dependent on the partition state. 
     88    * Always show armed live - Shows on the sensor whether it currently 'armed live'. If the sensor shows 'Armed', then it will trigger an alarm. The 'Armed' state is dependent on the partition state and the sensor setting (e.g. interior, 24h, perimeter, fire etc.) 
     89 
     90== Zones & devices == 
     91The information on sensor zones and panel devices can be set in the 'Zones' and 'Devices' tabs. 
     92 
     93== Notifications == 
     94Both the panel as the partition(s) have notifications available. 
     95 
     96For the panel, the following notifications are available. 
     97[[Image(alarm_type.png, 50%, right)]] 
     98* Alarm type, being either 
     99  * Intruder 
     100  * Panic 
     101  * Emergency 
     102  * Tamper 
     103  * Fire 
     104  * Flood 
     105  * Gas 
     106* Trouble type, being either 
     107  * Battery 
     108  * Communication 
     109  * General 
     110  * Jamming 
     111  * Power 
     112  * Telephone 
     113 
     114 
     115For the partition, the following notifications are available. 
     116[[Image(partition_notify2.png, 50%, right)]] 
     117* Armed state 
     118  * Armed 
     119  * Disarmed 
     120* Armed detailed state 
     121  * Disarmed 
     122  * Armed 
     123  * !ArmedInstant 
     124  * Stay 
     125  * !StayInstant 
     126  * Force 
     127  * Ready 
     128  * !NotReady 
     129  * !EntryDelay 
     130  * !ExitDelay 
     131* Alarm 
     132  * Active 
     133  * None