Difference between revisions of "EVSE Retho"
Jump to navigation
Jump to search
| Line 40: | Line 40: | ||
-w (--write) WERT : write | -w (--write) WERT : write | ||
write value to the given register | write value to the given register | ||
| + | |||
| + | pi@wal:/usr/local/src $ java -jar simpleevse.jar -a -p /dev/ttyUSB0 | ||
| + | SetChargeCurrent= 32 | ||
| + | ChargeCurrent= 0 | ||
| + | VehicleState= 1 | ||
| + | MaximumCurrent= 32 | ||
| + | StopCharging= 0 | ||
| + | FirmwareRevision= 7 | ||
| + | DefaultCurrent= 32 | ||
| + | ModbusActivate= 1 | ||
| + | LowestANCurrent= 5 | ||
| + | DigitalOrAnalog= 1 | ||
| + | SaveValuesOnPowerDown= 0 | ||
| + | StopLoadViaButton= 1 | ||
| + | Reserved2006= 0 | ||
| + | PP-Recognition= 0 | ||
| + | Current1= 6 | ||
| + | Current2= 10 | ||
| + | Current3= 16 | ||
| + | Current4= 25 | ||
| + | Current5= 32 | ||
| + | Current6= 48 | ||
| + | Current7= 63 | ||
| + | Current8= 80 | ||
| + | |||
</source> | </source> | ||
Revision as of 16:30, 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
pi@wal:/usr/local/src $ java -jar simpleevse.jar -a -p /dev/ttyUSB0
SetChargeCurrent= 32
ChargeCurrent= 0
VehicleState= 1
MaximumCurrent= 32
StopCharging= 0
FirmwareRevision= 7
DefaultCurrent= 32
ModbusActivate= 1
LowestANCurrent= 5
DigitalOrAnalog= 1
SaveValuesOnPowerDown= 0
StopLoadViaButton= 1
Reserved2006= 0
PP-Recognition= 0
Current1= 6
Current2= 10
Current3= 16
Current4= 25
Current5= 32
Current6= 48
Current7= 63
Current8= 80