-
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
Problem with virtual IoT devices #173
Comments
As you can see in https://fiware-iotagent-lwm2m.readthedocs.io/en/latest/deviceProvisioning/, you should use Also confirm the name of the entity in the Context Broker. In my tests, instead of |
Hi, after the changes I'm having new problems. Orion returns in retrieve entities:
First question: Why is IoTAgent uploading lazy attributes to Orion?
it returns:
But when I try to update the lazy 'Message' value using:
I get:
this is the log:
Thank you in advance. |
I'm trying to follow Robot's example:
https://fiware-iotagent-lwm2m.readthedocs.io/en/latest/deviceProvisioning/
Using dynamic provisioning in the latest stable version of Fiware/Orion.
Virtual Device data: (following this: https://github.com/telefonicaid/lwm2m-node-lib)
Here I show the Dockerfile:
Here I show the config.js file:
retrieve devices provisioning returns:
retrieve entities v2:
returns me:
Well, now i cant access to lazy values or modify them
returns:
Server log when i try to get a lazy value :
I could also show the log when I try to modify the value of the 'Message' lazy attribute. but this issue seems long enough.
It works flawless using this docker images:
iotagent: hopu/lwm2m-iotagent:observe-and-read
orion: fiware/orion:2.0.0
The text was updated successfully, but these errors were encountered: