We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The OPC-UA AsyncIO connector does not find sub variables like the OPC-UA Connector.
Old issue: [BUG] OPC-UA Variables that have another variable as a parent are not found. #1249
Old Pull request: Include sub variables #1251
Connector name (If bug in the some connector): OPC-UA AsyncIO Connector
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered:
Hi @samy4sam. Thank you for your interest in ThingsBoard IoT Gateway. Your issue was registered, please wait for response from engineer.
IOTGW-191
Sorry, something went wrong.
@samson0v @imbeacon any news on this bug?
Hi @samy4sam, I tried to reproduce your issue but I can't. I have the following OPC-UA structure:
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:
samson0v
imbeacon
No branches or pull requests
Describe the bug
The OPC-UA AsyncIO connector does not find sub variables like the OPC-UA Connector.
Old issue: [BUG] OPC-UA Variables that have another variable as a parent are not found. #1249
Old Pull request: Include sub variables #1251
Connector name (If bug in the some connector):
OPC-UA AsyncIO Connector
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: