Feature request > Get other devices data (not plugin managed devices)
Posted: Thursday 07 January 2021 17:29
Hi,
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
Now I need to access another device nvalue. By idx, ID or name looping in an array, whatever.
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.
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.