Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thohoj opened this issue Aug 28, 2022 · 1 comment
Open

Comments

@thohoj
Copy link

thohoj commented Aug 28, 2022

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants