EATON xChargeIn UDP Programmers Guide V 2.01
EATON xChargeIn, UDP Programmers Guide V 2.01
10
© EATON 2018
3
UDP commands
3.1
General information
The following section will cover all available UDP commands and categorize
them appropriately into commands meant for regular use and commands
with specific use cases.
The charging station reacts on broadcasts and directly addressed
commands. In a group of several charging stations, direct addressing must
be used because otherwise all charging stations would react.
The commands are sent to the charging station as simple text commands
(without end characters such as
<CR>
or
<LF>
). The replies come as data
packages with up to 512 bytes and are formatted in JSON standard.
Fig. 3-2: Example of a UDP command and the reply from the charging station
1
... UDP command
2
... Reply
Port information:
● Send port = UDP 7090
● Receive port = UDP 7090
Information
When using UDP commands it is strongly recommended to protect your
network to prevent unauthorized control.
Information
UDP does not support error correction functionality. Please verify the effect
of the sent commands yourself.