Page 1 of 1

Stats max value is freezes?

Posted: 01 May 2023, 15:29
by Zidanoff
Hi! Stats max value is freezes on old sampling. Maybe I misunderstand the algorithm, but I thought that this is the maximum value for the current data set (64 samples). The value 2.3 was already there before, now we don't see it anymore. It is Dummy Device.

Build: ESP_Easy_mega_20230409_collection_C_ESP32_4M316k Apr 9 2023
browser_2023-05-01_16-23-59.png
browser_2023-05-01_16-23-59.png (53.34 KiB) Viewed 1038 times

Re: Stats max value is freezes?

Posted: 01 May 2023, 15:35
by TD-er
The peak is the value ever seen since it was reset. (command "<taskname>.resetpeaks" )

The stats are also reset when PLUGIN_INIT is called.
This is done when you boot the ESP, call "taskenable" when it was disabled or make changes in the task settings.