I'm developing a plugin which needs "external" device value. By "external", I mean a device which has not been created by the plugin.
I usualy access to the plugin devices like this
Code: Select all
Devices[unit]
Did not find anything in the documentation. I'm afraid the only way will be with the Domoticz web API. If it's the only way, I'll use it but going through the web API from the core plugin engine would be so sad.
edit : I turn this question into a feature request in the plugin system.