-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
DEVICE_NOT_FOUND error with Scorpio Broker #135
Comments
Maybe @jason-fox could provide feedback on this. |
The provisioning of the device is incorrect. On provisioning you stated:
BUT curl --location -g --request GET 'http://<Sigfox-IP>:17428/update?id=urn:ngsi-ld:Device:sigApp1&data={theCounter: 2, theparam1: 0,param2: 0,tempDegreesCelsius: 35,voltage: 3183}' \
--header 'fiware-service: dumbMordor' \
--header 'fiware-servicepath: /deserts' \
--header 'Content-Type: application/json' \
--data-raw '' It looks like the IoT Agent is expecting to map device I assume: curl --location -g --request GET 'http://<Sigfox-IP>:17428/update?id=sigApp1&data={theCounter: 2, theparam1: 0,param2: 0,tempDegreesCelsius: 35,voltage: 3183}' \
--header 'fiware-service: dumbMordor' \
--header 'fiware-servicepath: /deserts' \
--header 'Content-Type: application/json' \
--data-raw '' Would work for you. |
Hi @jason-fox , Thank You for the continuous support. I have followed the same steps to provision device in Sigfox IoT Agent with entity_name same as device_id, like as:
After that, when I try to send measures using the following GET callback that you suggested:
Still I'm getting the same error as :
|
I think
With is more likely to work -- entities within Scorpio should be urns. |
Hi, |
Hi, BR, |
Hi, Best Regards, |
Hi, |
Hi, |
Maybe @jason-fox could provide some feedback on this? |
I'm not actively working with the SigFox protocol. |
Hi,
I'm trying to integrate Scorpio Broker with FIWARE IoT Agent for Sigfox Protocol. In the device provisioning the NGSI-LD entity is created successfully. But when I am trying to send measurements to the Sigfox IoT Agent it is showing error.
Firstly, I register the service and the device to the agent. As you can see from below:
Service Provisioning:
Device Provisioning:
After that, the NGSI-LD entity in Scorpio Broker is:
After follow these steps, when I try to send measures using the following GET callback:
RESPONSE:
Sigfox IoT Agent Logs:
Same issue has been raised before with Orion-v2.
Can anyone help me sending measure to the IoT Agent Sigfox?
Thanks.
The text was updated successfully, but these errors were encountered: