Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
2013-05-20 17:41:37 (12 years ago)
Author:
nlrb
Comment:

Added info on version 1.1.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    2525   * switch/dim X10 devices 
    2626   * PGM device 
     27[[Image(panel_eventlog.png, 50%, right)]] 
    2728 * Special plugin features 
    2829   * Support for Powerlink or Standard mode 
     
    3031   * Siren & keypad devices supported 
    3132   * Multi-language support (in progress) 
     33 
     34== Version history == 
     35* 1.0 March 11, 2013 
     36  * initial version with new engine 
     37* 1.1 May 20, 2013 
     38  * new event log interface, incl. partition info 
     39  * added web handlers for retrieving log files 
     40  * improved support for wired zones 
     41  * improved message handling, incl. variable length 
     42  * added handling of 25 and B0 message 
     43  * support for multiple panels 
     44  * generate crash log file in case of plugin restart 
     45  * show which user is being called 
    3246 
    3347== Powerlink vs Standard mode == 
     
    172186  * Active 
    173187  * None 
     188 
     189== Advanced functions == 
     190When the debug option is 'On', the plugin will create a number of log files. As of version 1.1 the log files are prefixed with the device id (e.g. 123_powermax_pdu.txt). The 'pdu' log file will continuously be updates with messages that are being sent and received. The 'settings' log file will be filled on startup and contains the settings of the !PowerMax panel. A 'crash' log file will be created if the the plugin gets in an undefined state and needs to restart. 
     191 
     192As of version 1.1, the following web handlers can be called to retrieve log files. Examples are for device id 123. 
     193* !http://<vera_ip>/port_3480/data_request?id=lr_GetLuaLogFile ('''use with care'''!) 
     194* !http://<vera_ip>/port_3480/data_request?id=lr_GetPduLogFile123 
     195* !http://<vera_ip>/port_3480/data_request?id=lr_GetSettingsLogFile123 
     196* !http://<vera_ip>/port_3480/data_request?id=lr_GetCrashLogFile123