Closed manolait closed 8 months ago
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 (https://github.com/telefonicaid/iotagent-node-lib/issues/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." }