Thank you so much for providing this plugin, geert-jan. I'm new to HomeSeer, and have an existing home automation infrastructure using MQTT, which I plan to keep, so this is fantastic for me.
I can successfully connect to my broker, and both publish and subscribe. I'm now looking at the scripting support, and I'm wondering if anyone has tested publishing from a script using a HomeTroller Zee S2. As a test, I have a manually-triggered event executing an immediate script: hs.PluginFunction("MQTT", "", "publish", {"topic", "payload"})
It doesn't work, and I get the following messages in the log (read from bottom to top):
Feb-28 12:44:16 PM Error Compiling script /tmp/K1.vb:
http://mono-project.com/Bugs)
Feb-28 12:44:16 PM Error Compiling script /tmp/K1.vb: 42021
Feb-28 12:44:16 PM Error Compiling script /tmp/K1.vb: The import 'System.Core' could not be found.
Feb-28 12:44:13 PM Info Running immediate script: /tmp/K1.vb
Other scripts work, so this doesn't seem to be a fundamental scripting problem on my system. I've done some googling on this, and not found anything helpful. Any ideas or help would be much appreciated.