ioBroker / ioBroker.node-red

Instantiate the server with node-red
Apache License 2.0
52 stars 27 forks source link

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

Open thohoj opened 1 year ago

thohoj commented 1 year ago

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?

Apollon77 commented 1 year ago

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