Uplink Data
This chapter describes the reported data of the device.
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 |
| Hardware Version | ff | 09 | 2 | Example: 03 10 = V3.1 |
| Software Version | ff | 0a | 2 | Example: 03 01 = V3.1 |
| Serial Number | ff | 16 | 8 | 16 digits |
| TSL Version | ff | ff | 2 | Example: 01 00=>V1.0 |
| Overcurrent Alarm | ff | 24 | 2 |
Byte 1: 00-disabled, 01-enabled Byte 2: current threshold, unit: A |
|
Button Lock |
ff | 25 | 2 |
0000-disabled, 0080-enabled |
|
Power Consumption |
ff | 26 | 1 | 00-disabled, 01-enabled |
| Overcurrent Protection | ff | 30 | 2 |
Byte 1: 00-disabled, 01-enabled Byte 2: current threshold, unit: A |
- Example:
-
ff0bff ff0101ff166762d21130962038 ff090100 ff0a0108 ffff0100
ff240000 ff30010a ff250000 ff2601
Channel Type Value ff 0b ff ff 01 Protocol Version: 01=V1 ff 16 SN: 6762d21130962038 ff 09 Hardware Version: 0100=V1.0 ff 0a Software Version: 0108=V1.8 ff ff TSL version: 01 00=>V1.0 ff 24 Overcurrent Alarm: 00=disable, 00=0A ff 30 Overcurrent Protection:01=enable, 0a=10A ff 25 Button Lock: 00 00=disable ff 26 Power Consumption: 01=enable
Periodic Report
| Item | Channel | Type | Byte | Description |
|---|---|---|---|---|
| Voltage | 03 | 74 | 2 | UINT16/10, Unit: V |
| Active Power | 04 | 80 | 4 |
UINT32, Unit: W Note: When the device is
powered off, this parameter will be 0.
|
| Power Factor | 05 | 81 | 1 | UINT8, Unit: % |
| Power Consumption | 06 | 83 | 4 | UINT32, Unit: Wh |
| Total Current | 07 | c9 | 2 | UINT16, Unit: mA |
| Socket Status | 08 | 70 | 1 | 00: Close, 01: Open |
- Example:
- Report data according to reporting interval (20mins by default).
087001 058164 07c90200 0374b208 068301000000 048001000000 Channel Type Value 08 70 Socket status: 01 = Open 05 81 Power Factor: 64=> 100% 07 c9 Current: 02 00=>00 02=2mA 03 74 Voltage: b2 08=>08 b2=2226/10=222.6V 06 83 Power Consumption: 01 00 00 00=>00 00 00 01=1 Wh=0.001 kWh 04 80 Active Power: 01 00 00 00=>00 00 00 01=1 W
Socket Change Report
The device will report a socket status packet when the status changes.
| Channel | Type | Byte | Description |
|---|---|---|---|
| 08 | 70 | 1 |
00: Close by Command, 10: Close by button 01: Open by Command, 11: Open by button |
- Example:
-
087011 Channel Type Value 08 70 11 => Open by button