Skip to content

Commit

Permalink
adding client_ID informations
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil242 committed Apr 12, 2022
1 parent 3f16f43 commit 1f112d8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Protocol
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ See the C code example in the folder Checksum.
Checksum is stored in Big Endian.


**************************************************************************************************
client_ID
**************************************************************************************************

The 8 digits client_ID is random, one per application.
BUT! The first byte is always 86, and the last observed to be 43 (most) or 44 (rare).
(badly designed random générator?)


**************************************************************************************************
Command: Stop Charging
**************************************************************************************************
Expand Down Expand Up @@ -132,7 +141,7 @@ WB Phil, byte per byte:
36 : * password (here 123456)
80 : * len 3
07 : *
01 : * Besen command: Start charging
01 : * Besen command: Start charging, 800701
38 : * len 16
36 : *
30 : *
Expand Down

0 comments on commit 1f112d8

Please sign in to comment.