Was going over some more ideas for scripts and come across this post from Daniel in Jan 2018 [QUOTE="daniel, post: 51168, member: 3"]Hi Kelvin, As far as I know the device includes all the Lua 5.1 standard libraries. I don't think modules are supported at this time but if you have some pre-existing Lua source you can add it into your project as a function. Hope that helps![/QUOTE] So that go me wondering - The LUA MQTT library is a very simple library with standard dependencies. [URL]https://github.com/geekscape/mqtt_lua/blob/master/lua/mqtt_library.lua[/URL] Before I go dive into the deep end and brick my controller, are there any known caveats with adding functions? If we could get simple MQTT implementation, it would open a trove of possibilities.