1. Data Logger
1.1. Communication Configuration
Protocol Type: Modbus RTU/TCP
Communication Address: 192.168.1.100:502
Device Address: 0x01-0xF7
Baud Rate: 9600/19200/38400
1.2. Device Parameter Query Command
1.3. Command Example
Query device parameters (Address 0x01, Start Address 0x0000, Read 10 registers)
Request: 01 03 00 00 00 0A C5 CD
Response: 01 03 14 00 64 00 C8 01 F4 02 58 00 00 00 00 00 00 00 00 00 00 XX XX
1.4. Device Parameter Response Description
2. Energy Storage System
2.1. Communication Configuration
Protocol Type: Modbus TCP
Communication Address: 192.168.1.101:502
Device Address: 0x01
Data Format: Big-Endian
2.2. Device Parameter Query Command
2.3. Command Example
Query SOC and Power (Address 0x01, Start Address 0x1000, Read 2 registers)
Request: 01 03 10 00 00 02 C4 0B
Response: 01 03 04 01 2C 0F A0 XX XX
(SOC=30%, Power=4000W)
2.4. Device Parameter Response Description
3. Inverter
3.1. Communication Configuration
Protocol Type: Modbus RTU
Communication Address: 192.168.1.102:502
Device Address: 0x01-0x0F
Baud Rate: 9600, 8N1
3.2. Device Parameter Query Command
3.3. Command Example
Query AC Voltage and Current (Address 0x01, Start Address 0x2000, Read 2 registers)
Request: 01 03 20 00 00 02 85 C0
Response: 01 03 04 0B B8 01 F4 XX XX
(AC Voltage=3000V, AC Current=500A)
3.4. Device Parameter Response Description
4. Battery
4.1. Communication Configuration
Protocol Type: Modbus RTU
Communication Address: 192.168.1.103:502
Device Address: 0x01
Baud Rate: 9600
4.2. Device Parameter Query Command
4.3. Command Example
Query Battery Voltage and Current (Address 0x01, Start Address 0x3000, Read 2 registers)
Request: 01 03 30 00 00 02 C4 0B
Response: 01 03 04 0F A0 00 C8 XX XX
(Voltage=4000V, Current=200A)
4.4. Device Parameter Response Description
5. Smart Plug
5.1. Communication Configuration
Protocol Type: HTTP REST API
Communication Address: http://192.168.1.104:80
Authentication: API Key
5.2. Device Parameter Query Command
5.3. Command Example
GET /api/v1/status HTTP/1.1
Host: 192.168.1.104
Authorization: Bearer abc123xyz
Response:
{
"status": "on",
"power": 1250.5,
"voltage": 220.0,
"current": 5.68,
"energy": 1234.56
}
5.4. Device Parameter Response Description
6. Heat Pump
6.1. Communication Configuration
Protocol Type: Modbus TCP
Communication Address: 192.168.1.105:502
Device Address: 0x01
Timeout: 3000ms
6.2. Device Parameter Query Command
6.3. Command Example
Query Temperature and Power (Address 0x01, Start Address 0x4000, Read 2 registers)
Request: 01 03 40 00 00 02 85 C0
Response: 01 03 04 01 90 07 D0 XX XX
(Temperature=40.0℃, Power=2000W)
6.4. Device Parameter Response Description
7. Relay
7.1. Communication Configuration
Protocol Type: Modbus RTU
Communication Address: 192.168.1.106:502
Device Address: 0x01-0x10
Baud Rate: 9600, 8N1
7.2. Device Parameter Query Command
7.3. Command Example
Query Relay Status (Address 0x01, Start Address 0x0000, Read 8 coils)
Request: 01 01 00 00 00 08 3D CA
Response: 01 01 01 55 XX XX
(8 relay status: 01010101 = 0x55)
7.4. Device Parameter Response Description
👉
Contact us to get complete documentation or support.
👈