Chart not synchronized on android

Hi,
I can’t get my chart synchronized on android app (version 1.23. [203])
chart shows correctly in web console
please see screen captures in attachment of same app at the same time
can you please check ?
thanks a lot
Bruno


Does the datastream have “Enable data history” turned on?

Pete.

Sure, since chart is working fine in web console
randomly android app shows something different than expected
web console chart seems to render correctly

I updated my mobile app to 1.23.1 [203] 10 min ago, all seems to be fine and charts are updated correctly. My phone is on Android 10. and my Blynk server is lon1.

I have some random results, 1h hour is rendered the same on both web & android platforms, but direct and 6h are still wrong on android

Checked live, 15 min, 1h, 1d, 1wk, 1 Mo and 3 Mo, all are OK.

Ok I think I understand
chart datastream can be : average, min or max
I use average
I suppose web console chart has not the same strategy as android strategy to average stream values
it may work fine on continuous values but not with discrete values
regardless, a raw datastream type would be useful to correctly render discrete values
for example : a binary switch position 0 or 1 can’t be rendered correctly in chart since min and max are unsuable, and data will take any value between 0 and 1 in chart after averaging
please correct me if I’m wrong

up please :
is it possible to get a ‘raw’ method for chart datastream ?
thank you