-
Notifications
You must be signed in to change notification settings - Fork 30
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
Queries from Orion to IOTA: Error forwarding query #74
Comments
@UPDATE:
And the following is forwarded to the IOTA (actually, it reads from the device, but nothings come back):
So it seems to be a problem in the registration. Nevertheless, the registry happens to be OK:
And the request returns a 200 OK, but no readings:
And in the LWM2M cliente, we can see the following:
|
Hi,
I have been using the LWM2M with success with one physical device. In order to implement a more complex device, we have created a Leshan client (https://github.com/eclipse/leshan), with several resources to observe.
With the first device, the lazy attributes were observable doing the proper requests in Orion. With the device disconnected we can see that the query is forwarded from Orion to the IOTA:
Resultado en Orion & IOTA:
But when trying to do the same with the leshan client, the query is not forwarded to the IOTA:
Finally, the preprovision of the devices are:
-Device OK
-Device NOK
The only difference seems to be the ID of the device, and in the logs of the IOTA, it can be seen that the device ID of the leshan client is the one that I am using as device_id:
Thanks in advance
The text was updated successfully, but these errors were encountered: