smart-data-models / dataModel.Building

Building topic data models repository
6 stars 9 forks source link

When sending data with this data model to QuantumLeap, persisting data to Timescale fails. #5

Closed ilarimikkonen closed 3 years ago

ilarimikkonen commented 3 years ago
"occupier": [
    "9830f692-7677-11e6-838b-4f9fb3dc5a4f"
  ],

is causing problems. QL issue for reference.

albertoabellagarcia commented 3 years ago

This is not a URI value (it is actually valid but I mean that it has no schema, host or protocol) , however, the context broker does not check types, so I should work. What's the issue then?

ilarimikkonen commented 3 years ago

context broker does not check types and it does not care, as it's backed up by Mongo. But QuantumLeap works with Timescale, and they need to map the values. Now the question is that "are the datamodels supposed to work with Orion and QuantumLeap combination"? Or are they tested and developed only with Orion?

albertoabellagarcia commented 3 years ago

Checking this with QL experts...

albertoabellagarcia commented 3 years ago

We check with Orion, and it is true that currently, we are not checking with QL.