Problems when Query Named Property History on JSON
Hi,
I have 8 JSON properties on a Thing and each of them representing a big cable of temperature sensors and each 8 of them stores 24 temperature readings.
Now when I want to query those properties, I see bunch of duplicate rows with different timestamps.
When I looked closer to it, I realized that duplicate rows are because those 8 cables updating themselves in random order, and each time when a cable updates itself, the other cables also getting a time stamp and that causes abnormalities when I QueryNamedPropertyHistory.
I dont know what s the optimum solution for querying the history of a JSON parameter, but I need urgent help about this.

Thanks

