Open IsabelManiega opened 2 years ago
hi @IsabelManiega is the problem the precision, or the value?
if the problem is the value, I doubt the problem is quantumleap, but probably the values that are notified to it from orion. (and you can check what are the message received in the logs). if the problem is related to the precision, this essentially is related to the mapping from the NGSI model to the CRATE one. for this we will need to change the mapping in the code.
currently we map numbers to REAL, which is single precision: https://crate.io/docs/crate/reference/en/4.7/general/ddl/data-types.html
cheers,
I am working with agent OPC-UA with Fiware and persisting values with Quantum Leap. I send in individual data to the agent, but the relationship in the table in crateDB is not correct.
For example, I send these values:
In crateDB shows:
current_a_rms does not match the expected value
How can I implement it?
Thank you for your time,
Isabel