Changes between Version 21 and Version 22 of WikiStart_old
- Timestamp:
- 2011-11-12 21:18:42 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart_old
v21 v22 11 11 * Supported Sensors: Motion Sensors, !Door/Window Contacts 12 12 * 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). 13 14 14 15 To do list: … … 16 17 * Functions: display/decode all possible events, handle alarms 17 18 * Specials: allow sending X10 commands via Vera, make keyfob buttons available in Vera 18 * Use the Common Alarm Panel Plugin Files19 19 20 20 Version history: 21 * 0.7 - uses default alarm partition API D_PowermaxPartition2.json 21 22 * 0.6 - added ability to read and display Powermax event log 22 23 * 0.5 - basics: arm, disarm, sensors, ... 24 25 == Upgrade == 26 If 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 23 31 24 32 == Installation == … … 27 35 * (UI4+UI5) A Visonic Powermax+ RS232 Interface 28 36 * (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) 30 38 * (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] 31 39 * (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.