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
At step for after provisioning the sensor I get this error:
{
"name": "ENTITY_GENERIC_ERROR",
"message": "Error accesing entity data for device: motion001' of type: Thing"
}
I have created the service with entity_type set to "Thing". I'm not sure it should but "Thing" is not showing up in the list of types either (http://orion:1026/v2/types).
The text was updated successfully, but these errors were encountered:
The request status code is 200 but the request.text is:
{
"name": "ENTITY_GENERIC_ERROR",
"message": "Error accesing entity data for device: water002 of type: IoT-Device"
}
I think, although it's not clear in the tutorial, that the value of entity_type must change from 'Device' to 'IoT-Device' with this request, which is not the case.
At step for after provisioning the sensor I get this error:
I have created the service with entity_type set to "Thing". I'm not sure it should but "Thing" is not showing up in the list of types either (http://orion:1026/v2/types).
The text was updated successfully, but these errors were encountered: