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
If I configure it as a basic nodeid it works perfectly: {name="ServiceLevel", namespace="0", identifier_type="i", identifier="2267"},
2024-05-03T11:05:36Z D! [inputs.opcua_listener] Connected to OPC UA Server
2024-05-03T11:05:36Z D! [inputs.opcua_listener] Creating OPC UA subscription
2024-05-03T11:05:36Z D! [inputs.opcua_listener] Subscribed with subscription ID 541
2024-05-03T11:05:36Z D! [inputs.opcua_listener] Monitoring items
2024-05-03T11:05:37Z D! [inputs.opcua_listener] Received data change notification with 1 items
2024-05-03T11:05:37Z D! [inputs.opcua_listener] Data change notification: node "i=2267" value changed from <nil> to 255
Would you be so kind as to test if I am missing something in the nodeid definition?
Regards
The text was updated successfully, but these errors were encountered:
Hello,
I am working on the implementation of expanded nodeid in telegraf but I receive the following error from gopcua library:
The nodeid I am trying to read is the following one:
{name="ServiceLevel", namespace_string="http://opcfoundation.org/UA/", identifier_type="i", identifier="2267"},
If I configure it as a basic nodeid it works perfectly:
{name="ServiceLevel", namespace="0", identifier_type="i", identifier="2267"},
Would you be so kind as to test if I am missing something in the nodeid definition?
Regards
The text was updated successfully, but these errors were encountered: