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

[BUG] OPC-UA AsyncIO does not find sub variables #1354

Closed
samy4sam opened this issue Mar 25, 2024 · 3 comments
Closed

[BUG] OPC-UA AsyncIO does not find sub variables #1354

samy4sam opened this issue Mar 25, 2024 · 3 comments
Assignees
Labels
bug can be closed If bug fixed or feature is implemented

Comments

@samy4sam
Copy link
Contributor

Describe the bug
The OPC-UA AsyncIO connector does not find sub variables like the OPC-UA Connector.

Connector name (If bug in the some connector):
OPC-UA AsyncIO Connector

Versions (please complete the following information):

  • OS: Docker
  • Thingsboard IoT Gateway version: 3.4.6
Copy link

Hi @samy4sam.
Thank you for your interest in ThingsBoard IoT Gateway.
Your issue was registered, please wait for response from engineer.

IOTGW-191

@samy4sam
Copy link
Contributor Author

@samson0v @imbeacon any news on this bug?

@samson0v
Copy link
Contributor

Hi @samy4sam,
I tried to reproduce your issue but I can't.
I have the following OPC-UA structure:
image

I trying to read CounterSubVar, for this purpose I used the following connector config:

"mapping": [
      {
        "deviceNodePattern": "Root\\.Objects\\.Simulation",
        "deviceNamePattern": "Device asd",
        "attributes": [],
        "timeseries": [
          {
            "key": "humidity_sub",
            "path": "${Test\\.Counter\\.CounterSubVar}"
          }
        ],
      ....

And as you can see, sub variable read successfully:
image

@samson0v samson0v added the can be closed If bug fixed or feature is implemented label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug can be closed If bug fixed or feature is implemented
Projects
None yet
Development

No branches or pull requests

3 participants