scene/script to force LUA reload?

I’ve searched but can’t find anything. I’ve seen Ergy do it so it must be possible.

Is there a way for scene to basically emulate the pressing of the UI5 Reload button on the dashboard?
I have some issues with the Yamaha plugin needing a LUA reload to function properly again as well as with the MyQ garagedoor opener plugin.
The Yamaha plugin is not liking me switching the power off to my HTS when I leave for work and switch it back on when I get home. It needs a reload to become available again. The MyQ plugin seems lose it’s correct handshake with the MyQ site and a LUA reload seems to force it to re-authenticate and work again.

Ideal would be a way to just restart the LUA on only these plugin’s from a scene. One I could run on a timer or even manually in case I notice an issue with the plugin in question.

Any assistance would be greatly appreciated.

Turning on Firebug and pressing Reload, I see the URL being requested:

http://vera_ip_address/port_3480/data_request?id=lu_reload&rand=0.7911030133176551

So do that with some scene Luup calling luup.inet.wget. Use localhost for the Vera IP address. You can probably leave off the “&rand=…” because you don’t have to contend with browser caching.

UI6 has an easier option.

Futzle, you rule. However, I am an idiot for not looking in the right place.

http://wiki.mios.com/index.php/Luup_Requests#reload

Below LUA code in the LUUP window of a scene I called Reload Vera did the trick.

local httpStatusCode, content = luup.inet.wget( 'http://VERA_IP_ADDRESS/port_3480/data_request?id=lu_reload' ) return httpStatusCode

And even easier using this LUUP fragment (Why can’t I find it when looking for it but stumble upon it when looking for something else?)

luup.call_action("urn:micasaverde-com:serviceId:HomeAutomationGateway1", "Reload", {}, 0)

My concern with UI6 is that I’m afraid the plugins I rely on may not work. Not worried about my most used apps as those have already been updated to work with UI6.

Anybody running Ui6 able to confirm below plugins work?
Multiswitch
Blue Iris Camera plugin
Yamaha plugin
MyQ garage door opener plugin