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
IoT Agent Node Lib version the issue has been seen with
Master (3.3.0)
Bound or port used (API interaction)
Southbound (Devices data API), Northbound (Provision API and NGSI Interactions)
NGSI version
NGSIv2
Are you running a container?
Yes, I am using a contaner (Docker, Kubernetes...)
Image type
None
Expected behaviour you didn't see
If static attribute is updated on the entity manually, it will remain the same as the IoTA is not going to write again that value. I do not know if that was the behaviour before using append by default
Unexpected behaviour you saw
The IotA is not update on each request the static attributes before using append by default
Steps to reproduce the problem
Create a device with static attributes (s=1)
Send data, and check the entity (s=1)
Update the static attribute (s=2)
Send another data through IoTA
Check the data. Static attribute does not change (s=2)
Configs
No response
Log output
No response
The text was updated successfully, but these errors were encountered:
After checking in deep this issue, it was because other config parameters (entity expression name). Checked from iotagent-json:1.26.0 to latest and the behaviour is the expected: to update statics everytime a measure arrives.
IoT Agent Node Lib version the issue has been seen with
Master (3.3.0)
Bound or port used (API interaction)
Southbound (Devices data API), Northbound (Provision API and NGSI Interactions)
NGSI version
NGSIv2
Are you running a container?
Yes, I am using a contaner (Docker, Kubernetes...)
Image type
None
Expected behaviour you didn't see
If static attribute is updated on the entity manually, it will remain the same as the IoTA is not going to write again that value. I do not know if that was the behaviour before using append by default
Unexpected behaviour you saw
The IotA is not update on each request the static attributes before using append by default
Steps to reproduce the problem
Configs
No response
Log output
No response
The text was updated successfully, but these errors were encountered: