Changes between Version 21 and Version 22 of WikiStart_old


Ignore:
Timestamp:
2011-11-12 21:18:42 (13 years ago)
Author:
utz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart_old

    v21 v22  
    1111 * Supported Sensors: Motion Sensors, !Door/Window Contacts 
    1212 * Supported Functions: Arm, !ArmHome, Disarm, display event log 
     13 * The PIN is no longer stored. If you want to carry out an action that requires a pin you have to enter it each time (e.g. Arm Away, Get Event Log). 
    1314 
    1415To do list: 
     
    1617 * Functions: display/decode all possible events, handle alarms  
    1718 * Specials: allow sending X10 commands via Vera, make keyfob buttons available in Vera   
    18  * Use the Common Alarm Panel Plugin Files 
    1919 
    2020Version history: 
     21 * 0.7 - uses default alarm partition API D_PowermaxPartition2.json 
    2122 * 0.6 - added ability to read and display Powermax event log 
    2223 * 0.5 - basics: arm, disarm, sensors, ... 
     24 
     25== Upgrade == 
     26If you upgrade from older versions 0.6 or 0.5 to 0.7 please take the following into account 
     27 * All variable names have changed 
     28 * Commands and events have changed and you may have to fix scenes that use the alarm panel after upgrade 
     29 * If you have Luup code in scenes you need to adjust your code 
     30  
    2331 
    2432== Installation == 
     
    2735 * (UI4+UI5) A Visonic Powermax+ RS232 Interface  
    2836 * (UI4+UI5) A Serial-to-USB converter that is recognized by Vera, like [http://www.usbgear.com/computer_cable_details.cfm?sku=USBG-232MM&cats=199&catid=199%2C461%2C106%2C1009%2C601 this] one. For best compatibility with Vera, I recommend a serial adapter with '''FTDI''' or '''Prolific''' chipset. 
    29  * (UI4 only) The 4 plugin files (I_Powermax.xml, D_Powermax.json, S_Powermax.xml, D_Powermax.xml) 
     37 * (UI4 only) The 8 plugin files (I_Powermax.xml, D_Powermax.json, S_Powermax.xml, D_Powermax.xml, J_Powermax.js, D_PowermaxPartition2.json, D_PowermaxPartition2.xml, S_AlarmPartition2.xml) 
    3038 * (UI4 only) Stable version is currently 0.6 which is available here: [http://code.mios.com/trac/mios_visonic-powermax/changeset/7/tags/0.6?old_path=%2F&format=zip] 
    3139 * (UI4 only) If you like the most recent stuff use the files in "Trunk" of the repository. However, be aware that code in "Trunk" is work in progress.