Heres a short manual on how to install LUUP plugins into your vera.
Official repository for plugins:
http://code.mios.comAlternative location (for now)
http://wiki.micasaverde.com/index.php/Luup_plugins_and_Luup_codealso in various forum threads coders provide their code or complete plugins.
This manual start with the assumption you have downloaded the appropriate .json and .xml files to your harddisk.
Also you have UI4 running.
1. Open you vera UI4
2. Upload the files of the plugin you downloaded to your VERA box: 'MiOS Developers' -> 'Luup files' -> 'Upload files'.
(see screenshots attached)
3. Check 'Restart Luup after upload' (bottom of the page), click 'Go' and wait for Lua to restart.
4. Create a new Luup device with UpnpDevFilename D_<yourplugin>.xml.
5. Set the Description to whatever you want to name the device.
(see schreenshot attached)
6. Restart the Lua engine several times to initialise the UPnP variables (curving arrows top right in your UI.
In some case a power cycle/reboor of your vera is neccesary.
7. Make the appropriate LUUP variable settings as per directions for the creator of the plugin.