EATON xChargeIn UDP Programmers Guide V 2.01
EATON xChargeIn, UDP Programmers Guide V 2.01
15
© EATON 2018
Field
Contents
Additional Description
E total
uint32
Possible values:
0 - 999999999
Total energy consumption (persistent, device
related) in 0.1 Wh.
Max. value is 99999999.9 Wh (higher values
will cause a counter overflow).
Serial
String (8 chars)
Serial number of the device
Sec
uint32
Current state of the system clock in seconds
from the last startup of the device.
Example
●
Charging station is not connected to a vehicle.
●
Vehicle is charging.
3.2.5
UDP command: report 1xx (historical log entries)
With the commands
report 101
up to
report 130
you can read the history
of the last 30 charging sessions.
report 100
shows the latest charging
session. After a reboot, the report will deliver all zero values. If a new
session is started by plugging in the vehicle, a new Session ID is created in
report 100
and all the available values (start time, start energy value,
RFID token code) are filled. If the session ends, the end values (end time
and end reason) will also be added, and
report 100
is shifted to
report
101
.
Command structure
Command
Parameters
Additional Description
report 100
-
-
Reply structure
Field
Contents
Additional Description
ID
100
ID of the report
Session ID
uint32
ID of the current charging session. This value
will be assigned automatically and is not
resettable. This value is incremented session
by session. Due to the high maximum value
(over 4 billion possible IDs), the session ID
can be considered unique.