-
Notifications
You must be signed in to change notification settings - Fork 3
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
Can’t[Provisioning a Sensor] #6
Comments
Any new information on how to avoid it? |
I am unable to reproduce your error. tutorials.Custom-IoT-Agent % curl -iX POST \
'http://localhost:4041/iot/devices' \
-H 'Content-Type: application/json' \
-H 'fiware-service: openiot' \
-H 'fiware-servicepath: /' \
-d '{
"devices": [
{
"device_id": "motion001",
"entity_name": "urn:ngsi-ld:Motion:001",
"entity_type": "Motion",
"timezone": "Europe/Berlin",
"attributes": [
{ "object_id": "c", "name": "count", "type": "Integer" }
],
"static_attributes": [
{ "name":"refStore", "type": "Relationship", "value": "urn:ngsi-ld:Store:001"}
]
}
]
}' I receive the following:
|
When I run docker logs fiware-iot-agent I receive:
|
I assume that when you do so, you are receiving something different - could you post it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provisioning a Sensor
3️⃣ Request:
will result in the following error:
Please tell me how to avoid it.
The text was updated successfully, but these errors were encountered: