Skip to content

Check

Query the cabinet’s core board information, warehouse information, and power bank data

Command Send ▼

Subscribe to topic:/powerbank/{uuid}/user/get

Data format: JSON string

NameIdentification codeData typeRemarks
Command namecmdstringcheck

Query cabinet information

text
{"cmd":"check"}

Command Reply △

Publish to topic:/powerbank/{uuid}/user/update

Reported data: bytecode data, Hex, hexadecimal parsing

BytecodeNameIdentification codeRemarks
byte[0]Header codeheadDefault: 0xA8
byte[1~2]Packet lengthlengthFor example: 0x00 0x89, converted to decimal, the packet length is 137
byte[3]Command namecmdDefault: 0x10, cabinet information
byte[4~n]Custom datadataMovement board information, position information
byte[n+1]Verification codeverifyData packet complement check

Example: Report 8-port cabinet information

text
A8 00 89 10 01 FF FF 00 04 16 01 01 00 EC 00 05 11 49 F1 64 1F 32 01 0D 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 80 03 01 00 E8 00 05 11 46 AC 64 20 32 00 0D 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 80 02 FF FF 00 04 16 05 01 00 D7 00 04 C6 F0 96 64 1F 32 00 1A 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 80 07 01 00 E9 00 05 11 49 DB 64 1E 32 00 0D 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 80 D8
text
A8 -------------------------------------------- byte[0] Header code
00 89 ----------------------------------------- byte[1~2] Packet length: 137
10 -------------------------------------------- byte[3] Report cabinet information command
01 FF FF 00 04 16 ---------------------------- Movement board information: 1
01 01 00 EC 00 05 11 49 F1 64 1F 32 01 0D 00 -- Position information: 1
02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 -- Position information: 2
03 01 00 E8 00 05 11 46 AC 64 20 32 00 0D 00 -- Position information: 3
04 00 00 00 00 00 00 00 00 00 00 00 00 00 80 -- Position information: 4
02 FF FF 00 04 16 ----------------------------- Movement board information: 2
05 01 00 D7 00 04 C6 F0 96 64 1F 32 00 1A 00 -- Position information: 5
06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 -- Position information: 6
07 01 00 E9 00 05 11 49 DB 64 1E 32 00 0D 00 -- Position information: 7
08 00 00 00 00 00 00 00 00 00 00 00 00 00 80 -- Position information: 8
D8 -------------------------------------------- byte[136] checksum

Movement board information

Total 6 bytes. Example: Single movement board data

text
01 FF FF 00 04 16
Byte codeNameIdentification codeRemarks
byte[0]Movement board addresscontrolIndexDefault: 0x01
byte[1]Reserved 1undefined 1Default: 0x00
byte[2]Reserved 2undefined 2Default: 0x00
byte[3]Temperaturetemp0x00: No NTC
0x10: 16℃
0x64: 100℃
byte[4]Software version numbersoftVersion0x00: 0
0x10: 16
0xFF: 255
byte[5]Hardware version numberhardVersion0x00: 0
0x10: 16
0xFF: 255

Position information

15 bytes in total. Example: Single location data

text
01 01 00 EC 00 05 11 49 F1 64 1F 32 01 0D 00
Byte codeNameIdentification codeRemarks
byte[0]Location addressholeIndexRange: 1-100
byte[1]Status informationstate0x00:No power bank 0x01:Power bank working normal 0x02:Region code error 0x03:Communication error 0x04-0xFF:Reserved
byte[2]Power bank currentpowerbankCurrKeep 1 decimal place
For example: 0x10=16, indicating 1.6A
byte[3]Power bank voltagepowerbankVoltKeep 1 decimal place
For example, 0x10=16 means 1.6V
byte[4]Area codeareaCustomized
byte[5~8]Power bank SNpowerbankSN0x05 0x11 0x49 0xF1=85019121
byte[9]Battery levelsoc0x00: 0
0x10: 16%
0xFF: 255%
byte[10]Temperaturetemp0x00: No NTC
0x10: 16℃
0x64: 100℃
byte[11]Charging voltagechargeVoltKeep 1 decimal place
For example, 0x10=16 means 1.6V
byte[12]Charging currentchargeCurrKeep 1 decimal place
For example, 0x10=16, indicating 1.6A
byte[13]Software versionsoftVersion0x00: 0
0x10: 16
0xFF: 255
byte[14]Position detectionsensorParse to binary ----------- Bit[7]:Reserved Bit[6]:Reserved Bit[5]:Reserved Bit[4]:Reserved Bit[3]:IO status: 0 Normal 1 Abnormal Bit[2]:Infrared sensor: 0 Disconnected (damaged or blocked) 1 Closed (normal) Bit[1]:Touch sensor: 0 Disconnected (normal) 1 Closed (with power bank) Bit[0]:Charging status: 0 Not charging 1 Charging ---------- 0X04=0000 0100:No powerbank 0X06=0000 0110:With powerbank(Not charging) 0X07=0000 0111:With powerbank(Charging)

Position diagram