ioBroker/ioBroker.node-red

ioBroker in node: wildcards in adapter instance name are not recognized

thohoj opened this issue · 1 comments

I'm using the adapters
hm-rpc v1.15.12
node-red v3.3.1

This wildcard topic works for an ioBroker in node:
hm-rpc/0/*/1/STATE

This one does not work:
hm-rpc/*/*/1/STATE

@Apollon77 wrote:

In fact this is a limitation because having the wildcard in the "adapter namespace" itself (hm-rpc.X) breaks the detection if an state from a provided namespace is subscribed or "the own node-red namespace".

Is it possible to get this working?

Only idea in m eyes is that we add a new "flag" to the node to not rely on the "auto detection if own namespace or namespace in id" and you need to set that correctly ... I can look into it soon