Difference between revisions of "EVSE Retho"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
pi@wal:/usr/local/src $ ls -l | pi@wal:/usr/local/src $ ls -l | ||
-rw-r--r-- 1 pi staff 40021399 Okt 23 15:23 simpleevse.jar | -rw-r--r-- 1 pi staff 40021399 Okt 23 15:23 simpleevse.jar | ||
+ | pi@wal:/usr/local/src $ java -jar simpleevse.jar | ||
+ | Usage | ||
+ | SimpleEvSe: 0.0.1 | ||
+ | |||
+ | usage: java SimpleEvSe | ||
+ | -a (--readall) : read all | ||
+ | read values of all registers | ||
+ | -d (--debug) : debug | ||
+ | create additional debug output if this switch is used | ||
+ | -g (--gui) : graphical user interface | ||
+ | show the graphical user interface | ||
+ | -h (--help) : help | ||
+ | show this usage | ||
+ | -j (--jmod2) : jmod2 | ||
+ | use jmod2 communication library | ||
+ | -l (--list) : listserial | ||
+ | list the available serial ports | ||
+ | -p (--port) WERT : serialPort | ||
+ | the serial Port to use | ||
+ | -r (--read) WERT : read | ||
+ | read value for the given register | ||
+ | -s (--server) : web server | ||
+ | start the webserver | ||
+ | -t (--timeOut) N : timeOut | ||
+ | the serial Port timeout in msecs to apply | ||
+ | -v (--version) : showVersion | ||
+ | show current version if this switch is used | ||
+ | -vb (--verbose) : verbose | ||
+ | show descriptions and numbers | ||
+ | -w (--write) WERT : write | ||
+ | write value to the given register | ||
</source> | </source> |
Revision as of 16:28, 23 October 2017
Parts
- Raspberry PI
- Netzteil
- Zähler
- ...
Software
cd /usr/local/src
pi@wal:/usr/local/src $ ls -l
-rw-r--r-- 1 pi staff 40021399 Okt 23 15:23 simpleevse.jar
pi@wal:/usr/local/src $ java -jar simpleevse.jar
Usage
SimpleEvSe: 0.0.1
usage: java SimpleEvSe
-a (--readall) : read all
read values of all registers
-d (--debug) : debug
create additional debug output if this switch is used
-g (--gui) : graphical user interface
show the graphical user interface
-h (--help) : help
show this usage
-j (--jmod2) : jmod2
use jmod2 communication library
-l (--list) : listserial
list the available serial ports
-p (--port) WERT : serialPort
the serial Port to use
-r (--read) WERT : read
read value for the given register
-s (--server) : web server
start the webserver
-t (--timeOut) N : timeOut
the serial Port timeout in msecs to apply
-v (--version) : showVersion
show current version if this switch is used
-vb (--verbose) : verbose
show descriptions and numbers
-w (--write) WERT : write
write value to the given register