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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: