reto271 / DataLoggerHeating_Luxtronik

Monitors Heating Data of a Luxtronik Heating Controller. Monitores, stores compact as binaries, converts to CSV and graphically displays.
GNU General Public License v3.0
1 stars 0 forks source link

Compress the data files #5

Closed reto271 closed 4 years ago

reto271 commented 4 years ago

tar -czvf data.dat.tar.gz data.dat or similar

reto271 commented 4 years ago

May be no longer necessary because the data are stored in compact binary format. The compression ration might be low.

Tests still necessary.

reto271 commented 4 years ago

-> New file layout for V01.01. Therefore do no longer log data fields never change.

  1. Short analysis
  2. Concat all data files
  3. Find values never change
  4. Remove them from the file v4