JanPalasek / smart-home-server

Server that is supposed to handle everything what smart home requires.
MIT License
0 stars 0 forks source link

Implement statistics page #5

Closed JanPalasek closed 4 years ago

JanPalasek commented 4 years ago

Implement query builder on Statistics page. It should communicate with linear chart, that will draw out measurements based on filtering done by query builder.

There can be problem with too many points drawn on the page by the chart.

JanPalasek commented 4 years ago

Still missing:

  1. Implicitly aggregate by hour
  2. Split into inside/outside place
  3. If there is a lot of entries (for example more than 500 for each series), there is applied only place or no filter. In that case we maybe should aggregate measurements by their date (without hours etc.) and show it only for the last year for example.