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
Describe the bug
When attempting to update the shared deviceName attribute in ThingsBoard, the value does not propagate to the OPC-UA simulator. The following error appears in the log:
2024-12-20 11:05:11 - |ERROR| - [opcua_connector.py] - opcua_connector - on_attributes_update - 471 - Node not found! (list index out of range)
Versions (please complete the following information):
Additional Context:
The opcua_connector.py script is unable to locate the node Root\.Objects\.Simulation\.deviceName, resulting in a "list index out of range" error. This may indicate an issue with the node path mapping.
Describe the bug
Clear and concise description of what the bug is.
Connector name (If bug in the some connector):
[e.g. OPC-UA Connector]
Versions (please complete the following information):
OS: [e.g. Ubuntu 18.04]
Thingsboard IoT Gateway version [e.g. 2.0]
Python version[e.g. 3.7]
The text was updated successfully, but these errors were encountered:
Describe the bug
When attempting to update the shared
deviceName
attribute in ThingsBoard, the value does not propagate to the OPC-UA simulator. The following error appears in the log:Versions (please complete the following information):
Steps to Reproduce:
deviceName
in ThingsBoard with a value.deviceName
value.Node not found! (list index out of range)
in the log.Expected Behavior:
When the shared attribute
deviceName
is updated in ThingsBoard, the new value should propagate to the OPC-UA simulator.Configuration:
Additional Context:
The
opcua_connector.py
script is unable to locate the nodeRoot\.Objects\.Simulation\.deviceName
, resulting in a "list index out of range" error. This may indicate an issue with the node path mapping.Describe the bug
Clear and concise description of what the bug is.
Connector name (If bug in the some connector):
[e.g. OPC-UA Connector]
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: