Page 1 of 1

TIME SERIES - not showing the data [Android App]

Posted: Tue Apr 11, 2023 11:28 pm
by hasan_
Hi, I have added a PROP_FLAG_TIME_SERIES into a custom device parameter:

Code: Select all

Param co2_param("CO2 (ppm)", "custom.param.value", value((int)DEFAULT_CO2), PROP_FLAG_READ | PROP_FLAG_TIME_SERIES);
I do see the chart button, but inside it says No Chart Data despite receiving values for a long time. Time Series Chart for Temperature (built-in device) works fine.

Is this a bug, or do I need to further add something to the code to see the custom device data log?

Please help!.. Thanks.

Re: TIME SERIES - not showing the data [Android App]

Posted: Wed Apr 12, 2023 3:36 pm
by ESP_Piyush
Thanks for reporting this. We have identified the issue and a fix for it. We will update our phone apps asap.