| 20 | |
| 21 | 2. On the Vera dashboard, go to ''MiOS Developers'' -> ''Luup Files'' and upload all 8 files you downloaded. |
| 22 | 3. If ''Restart Luup after upload'' is checked, uncheck it, then click ''GO''. |
| 23 | 4. 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. |
| 24 | 5. Restart Luup by clicking the curving arrows in upper right corner in the dashboard. |
| 25 | 6. After Luup has restarted, reload the web page. (best use <Ctrl + F5> to do so) |
| 26 | |
| 27 | === Usage === |
| 28 | |
| 29 | === Notes === |
| 30 | |
| 31 | === Debugging === |
| 32 | By 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 | |
| 36 | You can find how to see the logs here: |
| 37 | |
| 38 | http://wiki.micasaverde.com/index.php/Logs |
| 39 | |
| 40 | It is recommended to look only for the log entries with levels ''01'' (errors) and ''50'' (Lua): |
| 41 | {{{ |
| 42 | tail -f LuaUPnP.log | grep '^01\|^50' |
| 43 | }}} |