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
I am having problems when performing the provisioning of the device through the REST API. If I perform the configuration through the file, config if it works. Also, I think there is missing information on how to provision devices and groups in the tutorials.
but we have the following error: ```
{
"name": "WRONG_SYNTAX",
"message": "Wrong syntax in request: Errors found validating request."
}
this version of the docker image is `image: iotagent4fiware/iotagent-opcua:2.2.0`
How can I add devices?
Thank you, best regards.
The text was updated successfully, but these errors were encountered:
manolait
changed the title
OCB does not work with manual provisioning
Transformation to OCB does not work with manual provisioning of the IoTAgent
Jan 16, 2024
Hi @manolait,
We are facing some problems regarding API provisioning related to iotagent-node-lib. We already opened an issue and are waiting for support to fix it. We recommend using config.js autoprovisioning at the moment.
Hi @manolait you should add property "relaxTemplateValidation" inside config.iota object and set it to true to solve your issue related to "WRONG_SYNTAX". Regarding the provisioning of the device, OCB will get updated only once proper measured are received as discussed in the following issue (telefonicaid/iotagent-node-lib#1575)
Hello,
I am having problems when performing the provisioning of the device through the REST API. If I perform the configuration through the file, config if it works. Also, I think there is missing information on how to provision devices and groups in the tutorials.
I am using this:
searching on the internet I have seen that maybe you should add
"object_id": "ns=2;s=SCADA.ASP.AnalogOutput_10.PresentValueRel",
Complete:
but we have the following error: ```
{
"name": "WRONG_SYNTAX",
"message": "Wrong syntax in request: Errors found validating request."
}
The text was updated successfully, but these errors were encountered: