-
Notifications
You must be signed in to change notification settings - Fork 89
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
object_id not recognized if is not equal to the name #1621
Comments
The |
Using latest version of iotagent-json (3.5.0) and iotagent-node-lib (4.5.0) This worked to me: curl -iX POST 'http://localhost:7897/iot/json?k=APIKEY1&i=disp1' -H 'Content-Type: application/json' -d '{".1.0.0.1": 24}'
Maybe you are using wrong apikey, some previous provisioned device with some config in explicitAttrs... check that. |
if I set the |
@tzzed Which agent and version are you using? |
Customized one, but we use the iotagent node lib. |
IMHO this is the tests which demonstrates with the behavior described is working in iotagent-library: #1622 |
IoT Agent Node Lib version the issue has been seen with
4.5.0
Bound or port used (API interaction)
Southbound (Devices data API)
NGSI version
NGSIv2
Are you running a container?
Yes, I am using a contaner (Docker, Kubernetes...)
Image type
normal
Expected behaviour you didn't see
The measure should be updated in orion CB.
Unexpected behaviour you saw
The payload is not filled.
The iotagent takes only all static_attributes when I have active attribute with
object_id: '.1.3.6.1.4.1.6302.2.1.2.1.0'
in this format.this fails
this works
Steps to reproduce the problem
in this case the payload is filled by static_attributes only.
Configs
Log output
The text was updated successfully, but these errors were encountered: