You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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:
Is it possible to get this working?
The text was updated successfully, but these errors were encountered: