I am ingesting TSI with the following sample data:
[{
"deviceId": "testDevice1",
"eventOriginTime": "2021-07-30T21:00:34.754Z",
"x1": 24.270660400390625,
"y1": 997.2078247070312,
"z1": 25.398334503173828
},
{
"deviceId": "testDevice2",
"eventOriginTime": "2021-07-30T21:00:34.754Z",
"x2": 24.270660400390625,
"y2": 997.2078247070312,
"z2": 25.398334503173828
}]
When the data shows up in TSI explorer - I can see two instances "testDevice1" and "TestDevice2", but when I click on any of them I can see "x1,x2,y1,y2,z1,z2" measurements. More over if I select the serie x2 when looking for testDevice1 I get error this series does nor have any data.
I tried to understand the model based on official documentation but somehow I cannot relate this to my issue.
Can somebody help?