Skip to content

gsnw/EnergyLogger4000-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voltcraft Energy Logger 4000 Reader

Voltcraft Energy Logger 4000 Reader is a tool for processing the Voltcraft Energy Logger 4000 binary data which can be downloaded from the device using an SD card.

The code is certainly not perfect, but kept as simple as possible

Usage

$: EnergyLogger4000-Reader -h

Usage: EnergyLogger4000-Reader [options]

Options:
    -f, --file NAME     Read file
    -d, --directory NAME
                        Read files from directory
    -h, --help          Print this help menu
    -v, --version       Output version information and exit

Examples

You can load a single file

EnergyLogger4000-Reader -f B08F9CD2.BIN

Or a complete directory
ATTENTION: Only one complete data set from the SD card should be included at any one time

EnergyLogger4000-Reader -d /mnt/

Reference

Packages

 
 
 

Contributors