Data not complete in charts (incl. Video of behavior)
Squirlier opened this issue · 2 comments
Describe the bug
Looks like the known Bug since Admin 5.x where Data ha some gaps in charts even when the data is still in the files...
To Reproduce
Steps to reproduce the behavior:
If history is restarted and there is enough data available (days or weeks)
then viewing the data with different chart viewers is not possible. There are always gaps.
Sometimes as follows: A Chart with data at the beginning and data at the end (the end data seems to be the cached part)
after history restart the end part is smaller.
Charts used: echarts, flot, builtin admin , and habpanel charts. all very simmilar in gaps.
Expected behavior
nice looking charts with all available data used :-) (of course there must be some logic for shrinking the amount of used data)
Screenshots & Logfiles
Video:
https://youtu.be/ptKXLWNHxWU
Logfile snippet:
iobroker.current.log.txt
Versions:
Admin v6.2.23
Node.js: v16.18.1
NPM: 8.19.2
History v2.2.4
Architektur: arm64
CPUs: 4
Geschwindigkeit: 1512 MHz
Modell: Cortex-A53
- Operating system:
Additional context
After some reading in solved Problems it looks like the 2000 limit on raw data.
with e charts an middle or min/max or whatever the Problems seems to be "workaroundable"
Not that fast anymore but better than nothing. Is there a reason to not have the possibillity to change the limits somewhere?