Uplink Data
Basic Information
The device will report a basic information packet whenever joining the network.
| Item | Channel | Type | Byte | Description |
|---|---|---|---|---|
| Power On | ff | 0b | 1 | Device is on |
| Protocol Version | ff | 01 | 1 | Example: 01=V1 |
| Serial Number | ff | 16 | 8 | 16 digits |
| Hardware Version | ff | 09 | 2 | Example: 03 10 = V3.1 |
| Software Version | ff | 0a | 2 | Example: 03 01 = V3.1 |
| TSL Version | ff | ff | 2 | Example: 01 00=>V1.0 |
| Device Type | ff | 0f | 1 |
00: Class A, 01: Class B, 02: Class C, 03: Class C to B |
- Example:
-
ff0bff ff0101 ffff0101 ff166746d48016300014 ff090110 ff0a0101 ff0f00 Channel Type Value ff 0b Power On: ff(Reserved) ff 01 Protocol Version: 01(V1) ff ff TSL Version: 0101(V1.1) ff 16 Serial Number: 6746d48016300014 ff 09 Hardware Version: 0100 (V1.0) ff 0a Software Version: 0101(V1.1) ff 0f Device Type: 00(Class A)
Periodic Report
The device supports to report below types of periodic report packets.
| Item | Channel | Type | Byte | Description |
|---|---|---|---|---|
| Phase A Total Current | 03 | 97 | 4 | UINT32/100, Unit: Ah, Resolution:
0.01 Ah Note: when it reaches to max value FFFFFFFF (42949672.95), it will
clear to 0 automatically. |
| Phase B Total Current | 05 | |||
| Phase C Total Current | 07 | |||
| Phase A Current | 04 | 99 | 2 | UINT16/10, Unit: A, Resolution: 0.1
A Note: FFFF means collection failure. |
| Phase B Current | 06 | |||
| Phase C Current | 08 | |||
| Temperature | 09 | 67 | 2 | INT16/10, Unit: °C Note: FFFD
means overrange temperature; FFFF means collection failure. |
- Example:
- Periodic packet: report as reporting interval (10 minutes by default).
039710270000 0499b80b 059710270000 0699b80b 079710270000 0899b80b 09673401 Channel Type Value 03 97 Total Current: 73 02 00 00=>00 00 02 73=627/100=6.27 Ah 04 99 Phase A Current: b8 0b=>0b b8 =3000/10=300A 05 97 Phase B Total Current: 10 27 00 00=>00 00 27 10=10000/100=100 Ah 06 99 Phase B Current: b8 0b=>0b b8 =3000/10=300A 07 97 Phase C Total Current: 10 27 00 00=>00 00 27 10=10000/100=100 Ah 08 99 Phase C Current: b8 0b=>0b b8 =3000/10=300A 09 67 Temperature: 34 01=>01 34=308/10=30.8°C
Alarm Report
The device supports to report below types of alarm report packets.
| Item | Channel | Type | Byte | Description |
|---|---|---|---|---|
| Phase A Current Alarm | 84 | 99 | 7 | Byte 1-2: Max. Current Byte 3-4: Min. Current Byte 5-6: Latest Current Byte 7: Alarm Status,
Note: Max./Min. Current means the maximum or
minimum value between last report and current report. |
| Phase B Current Alarm | 86 | |||
| Phase C Current Alarm | 88 | |||
| Temperature Alarm | 89 | 67 | 3 | Byte 1-2: Temperature, INT16/10, Unit: °C Byte 3: 01-Threshold alarm; 00-Threshold alarm dismiss |
- Example:
- Phase A current alarm or alarm dismiss packet:
8499 b80b d007 c409 01 Channel Type Value 84 99 Max. Current: b8 0b=>0b b8=3000/100=30A Min. Current: d0 07=>07 d0=2000/100=20A
Latest Current: c4 09=>09 c4=2500/100=25A
Alarm Status: 01=>Threshold alarm