| 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 |
| 188 | |
| 189 | == Advanced functions == |
| 190 | When 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 | |
| 192 | As 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 |