Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
2011-08-04 16:36:31 (13 years ago)
Author:
mcvflorin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    11= Honeywell Ademco Vista Alarm Panels Plugin via AD2USB = 
     2Plugin for basic integration with the Honeywell Ademco Vista panels via the AD2USB keypad emulator. 
    23 
    3 Files (latest version): 
     4=== Current Version === 
     51.0 Beta 
     6 
     7=== Compatible Products === 
     8* All the Honeywell Ademco Vista alarm panels that AD2USB supports. 
     9 
     10=== Installation === 
     111. Download these files on your computer: 
    412* [[http://code.mios.com/svn_public/mios_vista-alarm-panel-ad2usb/D_VistaAlarmPanel1.json | D_VistaAlarmPanel1.json]] 
    513* [[http://code.mios.com/svn_public/mios_vista-alarm-panel-ad2usb/D_VistaAlarmPanel1.xml | D_VistaAlarmPanel1.xml]] 
     
    1018* [[http://code.mios.com/svn_public/mios_vista-alarm-panel-ad2usb/S_AlarmPartition2.xml | S_AlarmPartition2.xml]] 
    1119* [[http://code.mios.com/svn_public/mios_vista-alarm-panel-ad2usb/S_VistaAlarmPanel1.xml | S_VistaAlarmPanel1.xml]] 
     20 
     212. On the Vera dashboard, go to ''MiOS Developers'' -> ''Luup Files'' and upload all 8 files you downloaded. 
     223. If ''Restart Luup after upload'' is checked, uncheck it, then click ''GO''. 
     234. Go to ''Create Device''; in the ''!UpnpDevFilename'' field enter ''D_VistaAlarmPanel1.xml'' and in the ''Description'' field enter ''Honeywell Ademco Vista'' (or any name you want). Press the ''Create Device'' button. 
     245. Restart Luup by clicking the curving arrows in upper right corner in the dashboard. 
     256. After Luup has restarted, reload the web page. (best use <Ctrl + F5> to do so) 
     26 
     27=== Usage === 
     28 
     29=== Notes === 
     30 
     31=== Debugging === 
     32By default, the plugin logs only the important events, like alarms and errors. To enable verbose logging go to the ''Advanced'' tab in the panel device's Toolbox and set the ''!DebugMode'' to ''1'' then restart Luup. 
     33 
     34'''How to see the logs:''' 
     35 
     36You can find how to see the logs here: 
     37 
     38http://wiki.micasaverde.com/index.php/Logs 
     39 
     40It is recommended to look only for the log entries with levels ''01'' (errors) and ''50'' (Lua): 
     41{{{ 
     42tail -f LuaUPnP.log | grep '^01\|^50' 
     43}}}