-
Notifications
You must be signed in to change notification settings - Fork 2
/
Protocol
98 lines (88 loc) · 2.29 KB
/
Protocol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
This the UDP protocol of Besen WB with APP
**************************************************************************************************
Command: Stop Charging
**************************************************************************************************
WB Phil
06 01 00 48 00 91 81 10 27 51 21 95 13 31 32 33 34 35 36 80 08 01 38 36 30 30 37 39 37 39 38 35 37 38 39 32 34 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 07 cc 0f 02
WB Florent
06 01 00 48 00 49 57 91 72 43 50 64 89 31 32 33 34 35 36 80 08 01 38 36 30 37 37 31 34 30 38 36 37 38 36 32 34 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08 7D 0F 02
Byte per byte :
06 : * len 2:
01 : * Constant 0601, BESEN protocol ?
00 : * len 2:
48 : * packet length, from the begining (including 06 01 ...)
00 : * reserved ?
91 : * len 8:
81 : *
10 : *
27 : *
51 : *
21 : *
95 : *
13 : * device serial number (as accessible in APP, About charger, Device Number OR on WB screen)
31 : * len 6:
32 : *
33 : *
34 : *
35 : *
36 : * password (here 123456)
80 : BESEN PROTOCOL ? 80 08 01 for STOP charge
08 : BESEN PROTOCOL ?
01 : BESEN PROTOCOL ?
38 : start of charge ID ( format 8607714086786243 )
36
30
30
37 : follow of charge id 797985 ??
39
37
39
38
35
37 : 1st byte User Id, as we find it in "My records, last column" in the APP (here 786243)
38 : User Id
39 : User Id
32 : User Id
34 : User Id
33 : User Id
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
07
cc
0f : BESEN protocol ? 0F 02 for start and stop charge
02 : BESEN protocol ?
**************************************************************************************************
Command: Start Charging
**************************************************************************************************
WB Phil
06 01 00 48 00 91 81 10 27 51 21 95 13 31 32 33 34 35 36 80 07 01 38 36 30 30 37 39 37 39 38 35 37 38 39 32 34 33 31 36 34 39 34 35 35 34 32 31 32 38 38 30 39 36 00 62 50 5c dd 01 01 ff ff ff ff ff ff 10 13 0c 0f 02
WB Florent
06 01 00 48 00 49 57 91 72 43 50 64 89 31 32 33 34 35 36 80 07 01 38 36 30 37 37 31 34 30 38 36 37 38 36 32 34 33 31 36 34 39 34 35 32 31 35 38 32 34 30 30 35 33 00 62 50 50 1E 01 01 ff ff ff ff ff ff 10 12 e3 of 02