SRNE Hybrid Solar Inverter MODBUS Protocol V1 7
SRNE Hybrid Solar Inverter MODBUS Protocol V1 7
SRNE Hybrid Solar Inverter MODBUS Protocol V1 7
3.Frame format
Slave address Functional domain Data CRC check
1byte 1byte Nbyte 2byte
Read multi-
03H
register The check range is all data from slave address
Slave address range: Write single until the CRC check code.
06H
01H~FEH register Transimit sequence:the result calculated by CRC
Depend on format of frame
Master broadcast address: 0 Write multi- is 16-bit data.In the actual transmission, the low
10H
universal address:FFH register bytes should be transmitted first and then the
high bytes.
other invalid
Slave returns:
Functional
Slave address Data domain CRC check
domain
(2*N+1)byte
1 byte 1 byte 1 byte
1 byte 1 byte 1 byte 1 byte 1 byte …
data of returned
Number of data
Actual address 03H register 1 register 2 … CRC_L CRC_H
returned(byte)
H byte L byte H byte L byte …
2022-7-4 Page 1 of 12
SRNE Energy storage inverter Modbus communication protocol V1.7
Actual address 83H See the error code table. CRC_L CRC_H
Slave returns:
Functional
Slave address Data length CRC check
domain
1 byte 1 byte 1 byte 1 byte 1 byte 1 byte 2 byte
address of register number of register
Actual address 10H
H byte L byte H byte L byte CRC_L CRC_H
02H Illegal data address The request start data address of the master is a unauthorized address, or the end address is over range
When the received data domain contains an impermissible value. This value indicates an error in the
03H Illegal data value remaining structure in the combined request. Note: It in no way means that the data items being submitted
for storage in the register have a value other than what the application expects.
2022-7-4 Page 2 of 12
SRNE Energy storage inverter Modbus communication protocol V1.7
During parameter write operation, the parameter is set to be invalid; for example, the function input
04H Operation failed
terminal cannot be set repeatedly.
05H Password error The password written at the password check address is wrong.
When the length of data frame is incorrect or RTU format CRC bits are different from the check calculation
06H Data frame error
number of lower computer in frame information sent by the upper computer.
07H Parameter is read only The parameters changed in the upper computer write operation are read-only parameters.
Parameter cannot be changed The parameters changed in the upper computer write operation are the parameters that cannot be changed
08H during running during running.
When the upper computer reads or writes, if user password is set while password is not unlocked, it will
09H Password protection
report that system is locked.
0AH Length error The number of registers required to read during the read process exceeds 32.
0BH Permission denied Do not have permission to read or write the register.
4. CRC calculation
The CRC domain detects the entire content of the frame, i.e. all data from the slave address until the CRC check. The slave recalculates the CRC
check data and compares it with the check values in the received data stream to determine the validity of the received data. The CRC domain is two-
byte 16-bit binary data.
There are three methods to carry out CRC calibration, the results of which are the same and can be freely chosen according to the actual situation.
Method
/* 2:Lookup
crc value table of byte
of higth bytes*/
static unsigned int auchCRCHi[] =
{
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
2022-7-4 Page 3 of 12
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
};
0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
SRNE Energy
0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, storage inverter Modbus communication protocol V1.7
0x80, 0x41,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
};
/*crc value of low bytes*/
static unsigned int auchCRCLo[] =
{
0x00, 0xC0, 0xC1, 0x01, 0xC3, 0x03, 0x02, 0xC2, 0xC6, 0x06, 0x07, 0xC7, 0x05, 0xC5, 0xC4, 0x04,
0xCC, 0x0C, 0x0D, 0xCD, 0x0F, 0xCF, 0xCE, 0x0E, 0x0A, 0xCA, 0xCB, 0x0B, 0xC9, 0x09, 0x08, 0xC8,
0xD8, 0x18, 0x19, 0xD9, 0x1B, 0xDB, 0xDA, 0x1A, 0x1E, 0xDE, 0xDF, 0x1F, 0xDD, 0x1D, 0x1C, 0xDC,
0x14, 0xD4, 0xD5, 0x15, 0xD7, 0x17, 0x16, 0xD6, 0xD2, 0x12, 0x13, 0xD3, 0x11, 0xD1, 0xD0, 0x10,
0xF0, 0x30, 0x31, 0xF1, 0x33, 0xF3, 0xF2, 0x32, 0x36, 0xF6, 0xF7, 0x37, 0xF5, 0x35, 0x34, 0xF4,
0x3C, 0xFC, 0xFD, 0x3D, 0xFF, 0x3F, 0x3E, 0xFE, 0xFA, 0x3A, 0x3B, 0xFB, 0x39, 0xF9, 0xF8, 0x38,
0x28, 0xE8, 0xE9, 0x29, 0xEB, 0x2B, 0x2A, 0xEA, 0xEE, 0x2E, 0x2F, 0xEF, 0x2D, 0xED, 0xEC, 0x2C,
0xE4, 0x24, 0x25, 0xE5, 0x27, 0xE7, 0xE6, 0x26, 0x22, 0xE2, 0xE3, 0x23, 0xE1, 0x21, 0x20, 0xE0,
0xA0, 0x60, 0x61, 0xA1, 0x63, 0xA3, 0xA2, 0x62, 0x66, 0xA6, 0xA7, 0x67, 0xA5, 0x65, 0x64, 0xA4,
0x6C, 0xAC, 0xAD, 0x6D, 0xAF, 0x6F, 0x6E, 0xAE, 0xAA, 0x6A, 0x6B, 0xAB, 0x69, 0xA9, 0xA8, 0x68,
0x78, 0xB8, 0xB9, 0x79, 0xBB, 0x7B, 0x7A, 0xBA, 0xBE, 0x7E, 0x7F, 0xBF, 0x7D, 0xBD, 0xBC, 0x7C,
0xB4, 0x74, 0x75, 0xB5, 0x77, 0xB7, 0xB6, 0x76, 0x72, 0xB2, 0xB3, 0x73, 0xB1, 0x71, 0x70, 0xB0,
0x50, 0x90, 0x91, 0x51, 0x93, 0x53, 0x52, 0x92, 0x96, 0x56, 0x57, 0x97, 0x55, 0x95, 0x94, 0x54,
0x9C, 0x5C, 0x5D, 0x9D, 0x5F, 0x9F, 0x9E, 0x5E, 0x5A, 0x9A, 0x9B, 0x5B, 0x99, 0x59, 0x58, 0x98,
0x88, 0x48, 0x49, 0x89, 0x4B, 0x8B, 0x8A, 0x4A, 0x4E, 0x8E, 0x8F, 0x4F, 0x8D, 0x4D, 0x4C, 0x8C,
0x44, 0x84, 0x85, 0x45, 0x87, 0x47, 0x46, 0x86, 0x82, 0x42, 0x43, 0x83, 0x41, 0x81, 0x80, 0x40,
};
while (usDataLen--)
{
uIndex = uchCRCLo ^ *puchMsg++ ;
uchCRCLo = uchCRCHi ^ auchCRCHi[uIndex] ;
uchCRCHi = auchCRCLo[uIndex] ;
}
return (uchCRCHi << 8 | uchCRCLo) ;
Method 3:Lookup table by word
static unsigned int tblCRC[] =
{
0x0000,0xC1C0,0x81C1,0x4001,0x01C3,0xC003,0x8002,0x41C2,
0x01C6,0xC006,0x8007,0x41C7,0x0005,0xC1C5,0x81C4,0x4004,
0x01CC,0xC00C,0x800D,0x41CD,0x000F,0xC1CF,0x81CE,0x400E,
0x000A,0xC1CA,0x81CB,0x400B,0x01C9,0xC009,0x8008,0x41C8,
0x01D8,0xC018,0x8019,0x41D9,0x001B,0xC1DB,0x81DA,0x401A,
0x001E,0xC1DE,0x81DF,0x401F,0x01DD,0xC01D,0x801C,0x41DC,
0x0014,0xC1D4,0x81D5,0x4015,0x01D7,0xC017,0x8016,0x41D6,
0x01D2,0xC012,0x8013,0x41D3,0x0011,0xC1D1,0x81D0,0x4010,
0x01F0,0xC030,0x8031,0x41F1,0x0033,0xC1F3,0x81F2,0x4032,
0x0036,0xC1F6,0x81F7,0x4037,0x01F5,0xC035,0x8034,0x41F4,
0x003C,0xC1FC,0x81FD,0x403D,0x01FF,0xC03F,0x803E,0x41FE,
0x01FA,0xC03A,0x803B,0x41FB,0x0039,0xC1F9,0x81F8,0x4038,
0x0028,0xC1E8,0x81E9,0x4029,0x01EB,0xC02B,0x802A,0x41EA,
0x01EE,0xC02E,0x802F,0x41EF,0x002D,0xC1ED,0x81EC,0x402C,
0x01E4,0xC024,0x8025,0x41E5,0x0027,0xC1E7,0x81E6,0x4026,
0x0022,0xC1E2,0x81E3,0x4023,0x01E1,0xC021,0x8020,0x41E0,
0x01A0,0xC060,0x8061,0x41A1,0x0063,0xC1A3,0x81A2,0x4062,
0x0066,0xC1A6,0x81A7,0x4067,0x01A5,0xC065,0x8064,0x41A4,
0x006C,0xC1AC,0x81AD,0x406D,0x01AF,0xC06F,0x806E,0x41AE,
0x01AA,0xC06A,0x806B,0x41AB,0x0069,0xC1A9,0x81A8,0x4068,
0x0078,0xC1B8,0x81B9,0x4079,0x01BB,0xC07B,0x807A,0x41BA,
2022-7-4
0x01BE,0xC07E,0x807F,0x41BF,0x007D,0xC1BD,0x81BC,0x407C, Page 4 of 12
0x01B4,0xC074,0x8075,0x41B5,0x0077,0xC1B7,0x81B6,0x4076,
0x0022,0xC1E2,0x81E3,0x4023,0x01E1,0xC021,0x8020,0x41E0,
0x01A0,0xC060,0x8061,0x41A1,0x0063,0xC1A3,0x81A2,0x4062,
0x0066,0xC1A6,0x81A7,0x4067,0x01A5,0xC065,0x8064,0x41A4,
0x006C,0xC1AC,0x81AD,0x406D,0x01AF,0xC06F,0x806E,0x41AE, Energy storage inverter Modbus communication protocol V1.7
SRNE
0x01AA,0xC06A,0x806B,0x41AB,0x0069,0xC1A9,0x81A8,0x4068,
0x0078,0xC1B8,0x81B9,0x4079,0x01BB,0xC07B,0x807A,0x41BA,
0x01BE,0xC07E,0x807F,0x41BF,0x007D,0xC1BD,0x81BC,0x407C,
0x01B4,0xC074,0x8075,0x41B5,0x0077,0xC1B7,0x81B6,0x4076,
0x0072,0xC1B2,0x81B3,0x4073,0x01B1,0xC071,0x8070,0x41B0,
0x0050,0xC190,0x8191,0x4051,0x0193,0xC053,0x8052,0x4192,
0x0196,0xC056,0x8057,0x4197,0x0055,0xC195,0x8194,0x4054,
0x019C,0xC05C,0x805D,0x419D,0x005F,0xC19F,0x819E,0x405E,
0x005A,0xC19A,0x819B,0x405B,0x0199,0xC059,0x8058,0x4198,
0x0188,0xC048,0x8049,0x4189,0x004B,0xC18B,0x818A,0x404A,
0x004E,0xC18E,0x818F,0x404F,0x018D,0xC04D,0x804C,0x418C,
0x0044,0xC184,0x8185,0x4045,0x0187,0xC047,0x8046,0x4186,
0x0182,0xC042,0x8043,0x4183,0x0041,0xC181,0x8180,0x4040,
};
while (usDataLen--)
{
uIndex = uchCRCLo ^ *puchMsg++ ;
hi = tblCRC[uIndex] >> 8;
low = tblCRC[uIndex] & 0xff;
2022-7-4 Page 5 of 12
SRNE Energy storage inverter Modbus communication protocol V1.7
In this agreement, all battery voltages are set in the same dimension as 12V batteries,
that is, all battery voltages are converted to the voltage corresponding to 12V batteries.
Battery setup voltage V For example, if the rated battery voltage is 48V and the actual setup voltage is 57.6V,
the actually battery voltage is 57.6V/4=14.4V and the value of register is 14.4 x
10=144.
Note: When 32-bit data occupies two registers, data is stored in little-endian mode, that is, data 16 bits lower at the lower address of the
register and data 16 bits higher at the higher address of the register. For example, 32-bit data 0x12345678 is stored at addresses
0x0001 and 0x0002. The order in the register table is address 0x0001=0x5678 and address 0x0002=0x1234.
2022-7-4 Page 6 of 12
SRNE Modbus register address of energy storage inverter monitor protocol V1.7
0x001E:高8位:年,低8位:月
1E 2 Date of manufacture R 1 - %x No 0x001F:高8位:日,低8位:时
Invalid
0: Shenzhen
20 1 Production site code R 1 - %x No
1: Dongguan
21 20 software compilation time R 1 - %s No String format, low 8 bits per register valid, high 8 bits invalid.
35 20 Product SN string R 1 - %s No String format, low 8 bits per register valid, high 9 bits invalid.
49 1 Reserved R 1 - %x No
P01: Controller data area
100 1 Battery level SOC R 1 - %d No Percentage of remaining battery power
101 1 Battery voltage R 0.1 V %.1fV No Battery voltage, such as 485, indicating 48.5V
Battery current, such as 500, indicating 50.0A
102 1 Battery current R 0.1 A %.1fA Yes It's charge current if the value is greater the zero,it's discharge current if the
value is less then zero
10E 1 Charge power R 1 W %dW No Total charge power, include charge power by mains and pv
10F 1 PV panel 2 voltage R 0.1 V %.1fV No PV panel 2 voltage
110 1 PV panel 2 current R 0.1 A %.1fA No PV panel 2 current
111 1 PV panel 2 power R 1 W %d No PV panel 2 power
P02: Inverter data area
Fault bits, each representing one fault, for a total of 64 bits. This register is
200 4 Current fault bits R 1 - %x No
used by the internal debug tool.
2022-7-4 Page 7 of 12
SRNE Modbus register address of energy storage inverter monitor protocol V1.7
Display
Address Length Name WR Multiplier Unit Symbol Min Max Default Remarks
format
Current fault code, with 4 addresses in total, each address storing a fault code
corresponding to the current fault. 4 fault codes can be displayed
simultaneously. 0 indicates no fault. For example, there are currently two
faults, battery under-voltage and inverter overload.
204 4 Current fault code R 1 - %d No Then, the following is shown:
0x204: 01
0x205: 14
0x206: 00
0x207: 00
208 4 Reserved R 2 - %x No Reserved
20F 1 Reserved
0: Power-up delay
1: Waiting state
2: Initialization
3: Soft start
4: Mains powered operation
210 1 Current state of the machine R 1 - %d No 5: Inverter powered operation
6: Inverter to mains
7: Mains to inverter
8: Battery activate
9: Shutdown by user
10: Fault
22A 1 GridVoltB R 0.1 V %.1fV 无 Mains voltage phase B, just valid for specific machine models
22B 1 GridVoltC R 0.1 V %.1fV 无 Mains voltage phase C, just valid for specific machine models
Load side active power phase B, just valid for specific machine
232 1 LoadActivePowerB R 1 W %dW 无
models
2022-7-4 Page 8 of 12
SRNE Modbus register address of energy storage inverter monitor protocol V1.7
Display
Address Length Name WR Multiplier Unit Symbol Min Max Default Remarks
format
Load side active power phase C, just valid for specific machine
233 1 LoadActivePowerC R 1 W %dW 无
models
1: Clear
DF03 1 Clear current alarm W 1 - %x No
Other: no action
1: Clear
DF04 1 Clear statistics W 1 - %x No
Other: no action
1: Clear
DF05 1 Clear history W 1 - %x No
Other: no action
5A5A:sleep
DF08 1 Sleep control/activation command W 1 - %x No
A5A5:run
1:Switch 1 on;0 off
DF09 3 Manual light up switch W 1 - %x No 2:Light-up power 0~100%
3:Light-up time 0~ 54000S
0: No action
DF0C 1 Generator switch command W 1 - %x No
1: Switch to power supply by generator
E000 1 Reserved RW 1 - %d No 0 1 0
E001 1 Pv charge current setup RW 0.1 A %dA No 0 100 60 PV charge current limit
E002 1 Nominal battery capacity RW 1 AH %dAH No 0 400 100
12:12V
E003 1 System voltage rate(read only) RW 1 V %dV No 12 255 48 24:24V
36:36V
0 : User define
E004 1 Battery type RW 1 - %d No 0 14 3 1 : SLD
2 : FLD
E005 1 Over voltage RW 0.1 V %.1fV No 9 15.5 15.5 Battery overcharge protection, fast protection
E006 1 Limited charge voltage RW 0.1 V %.1fV No 9 15.5 14.4 Overcharge protection voltage
E007 1 Equalizing charge voltage RW 0.1 V %.1fV No 9 15.5 14.4
Boost charge voltage/overcharge
E008 1 RW 0.1 V %.1fV No 9 15.5 14.4 Boost charge for lead acid battery, overcharge voltage for lithium battery
voltage
The overcharge return voltage is for the lithium battery, and after charging
Floating charge voltage/overcharge
E009 1 RW 0.1 V %.1fV No 9 15.5 14 stops due to overcharge, when the battery voltage is below the judgment
return charge
point, charging starts again.
After the battery enters floating charge, the battery voltage is again below the
E00A 1 Boost charge return voltage RW 0.1 V %.1fV No 9 15.5 13.2
judgment point and the battery enters the boost charge again.
After the battery enters under-voltage protection due to over discharge, return
E00B 1 Over discharge return voltage RW 0.1 V %.1fV No 9 15.5 12.6
discharge state voltage
E00C 1 Under-voltage warning voltage RW 0.1 V %.1fV No 9 15.5 11 Low battery voltage alarm, load not cut off
E00D 1 Over discharge voltage RW 0.1 V %.1fV No 9 15.5 12.2 Low battery voltage alarm, load cut off
During the battery over-discharge delay, the battery voltage is lower than the
E00E 1 Limited discharge voltage RW 0.1 V %.1fV No 9 15.5 11.2
judgment point and the load is immediately turned off.
Charge cut-off SOC, discharge cut- (high 8 bits) charge cutoff SOC
E00F 1 RW 1 - %d% No 0 100 5
off SOC (low 8 bits) discharge cutoff SOC
E011 1 Equalizing charge time RW 1 Min %dmin No 0 600 120 Step +10
E012 1 Boost charge time RW 1 Min %dmin No 10 600 120 Step +10
2022-7-4 Page 9 of 12
SRNE Modbus register address of energy storage inverter monitor protocol V1.7
Display
Address Length Name WR Multiplier Unit Symbol Min Max Default Remarks
format
Load is switched to mains when the battery voltage is below the judgment
E01B 1 Mains switching voltage RW 0.1 V %.1fV No 9 15.5 11.5
point
Only valid for the lithium battery, when the current in the constant voltage
E01C 1 Stop charging current RW 0.1 A %.1fV No 0 40 0
charging state is lower than this value, charging is stopped
Switch back to inverter when the battery voltage is higher than the judgment
E022 1 Inverter switching voltage RW 0.1 V %.1fV No 9 15.5 14
point
E023 1 Equalizing charge timeout time RW 1 min %dmin No 5 900 240 Step +5
E024 1 Lithium battery activation current RW 0.1 A %.1fA No 0 10 2.5
E025 1 Reserved R 1 %d No
E026 1 1-section start charging time RW 1 h/m %d 无 0 5947 0 hour and minute:23*256+59==5947
E027 1 1-section stop charging time RW 1 h/m %d 无 0 5947 0 hour and minute:23*256+59==5947
E028 1 2-section start charging time RW 1 h/m %d 无 0 5947 0 hour and minute:23*256+59==5947
E029 1 2-section stop charging time RW 1 h/m %d 无 0 5947 0 hour and minute:23*256+59==5947
E02A 1 3-section start charging time RW 1 h/m %d 无 0 5947 0 hour and minute:23*256+59==5947
E02B 1 3-section stop charging time RW 1 h/m %d 无 0 5947 0 hour and minute:23*256+59==5947
Sectional charging function 0:Disable
E02C 1 RW 1 - %d 无 0 1 0
enable 1:Enable
E02D 1 1-section start discharging time RW 1 h/m %d 无 0 5947 0 hour and minute:23*256+59==5947
E02E 1 1-section stop discharging time RW 1 h/m %d 无 0 5947 0 hour and minute:23*256+59==5947
E02F 1 2-section start discharging time RW 1 h/m %d 无 0 5947 0 hour and minute:23*256+59==5947
E030 1 2-section stop discharging time RW 1 h/m %d 无 0 5947 0 hour and minute:23*256+59==5947
E031 1 3-section start discharging time RW 1 h/m %d 无 0 5947 0 hour and minute:23*256+59==5947
E032 1 3-section stop discharging time RW 1 h/m %d 无 0 5947 0 hour and minute:23*256+59==5947
Sectional discharging 0:Disable
E033 1 RW 1 - %d 无 0 1 0
function enable 1:Enable
0:Stand alone
1:Parallel in single phase
2:Parallel in two phase and phase is 0°
3:Parallel in two phase and phase is 120°
E201 1 Inverter parallel mode setup RW 1 - %d No 0 7 0
4:Parallel in two phase and phase is 180°
5:Parallel in three phase and phase is A
6:Parallel in three phase and phase is B
7:Parallel in three phase and phase is C
The password is a 4-bit decimal number. No password when it is 0.
E202 1 User password set value W 1 - %d No 0 65535 0
Keyboard password can be changed via keyboard and communication
E203 1 Password input W 1 - %d No 0 65535 0
2022-7-4 Page 10 of 12
SRNE Modbus register address of energy storage inverter monitor protocol V1.7
Display
Address Length Name WR Multiplier Unit Symbol Min Max Default Remarks
format
Output priority:
0:solar
E204 1 Output priority RW 1 - %d No 0 2 1
1:line
2:sbu
E205 1 Mains charge current limit RW 0.1 A %.1fA No 0 100 80 Maximum mains charge current limit
E206 1 Equalizing charge enable RW 1 V %d No 0 1 0
E207 1 Power save level RW 1 W %dW No 0 1000 25
E208 1 Output voltage RW 0.1 V %.1fV No 100 264 120
E209 1 Output frequency RW 0.01 Hz %.2fHz No 45 65 50
E20A 1 Maximum charge current RW 0.1 A %.1fA No 0 150 80
0:wide range(APL)
E20B 1 AC input range RW 1 %d No 0 1 1
1:narrow range(UPS)
0:Disable
E20C 1 Eco mode RW 1 %d No 0 1 0
1:Enable
0:Disable
E20D 1 Overload auto restart RW 1 %d No 0 1 1
1:Enable
0:Disable
E20E 1 Over temperature auto restart RW 1 %d No 0 1 1
1:Enable
0:Disable
E210 1 Alarm control RW 1 %d No 0 1 1
1:Enable
0:Disable
E212 1 Overload bypass enable RW 1 %d No 0 1 1
1:Enable
0:Disable
E213 1 Record fault code RW 1 %d No 0 1 1
1:Enable
0:Disable
E214 1 Split-phase transformer RW 1 %d No 0 1 0
1:Enable
0:Disable
E215 1 BMS communication enable RW 1 %d No 0 1 0
1:Enable
E216 1 Start charge time setup RW 1 %d No 0 23 0 Just valid for some custom model
E217 1 Start discharge time setup RW 1 %d No 0 23 12 Just valid for some custom model
E218 1 Reserved RW 1 %d No 0 1 0
Last 7 days historical data of The electric quantity data occupies one register every day. For example, today
F007 7 R 1 AH %d No is September 27th, then the PV energy yield data of the last 7 days are as
battery charge level
follows:
Last 7 days historical data of
F00E 7 R 1 AH %d No F000: On September 26th
battery discharge level
F001: On September 25th
Last 7 days historical data of mains F002: On September 24th
F015 7 R 1 AH %d No
charge level F003: On September 23th
F004: On September 22th
Last 7 days historical data of
F01C 7 R 0.1 kwh %.1fkWh No F005: On September 21th
power consumption by load
F006: On September 20th
Last 7 days historical data of
F023 7 power consumption by load from R 0.1 kwh %.1fkWh No
mains
F02A 3 Reserved R 0.1 kwh %.1fkWh No
The total battery charge level (AH) of the day, applicable to the 2nd
F02D 1 Battery charge AH of the day R 1 AH %d No
generation machines.
The total battery discharge level (AH) of the day, applicable to the 2nd
F02E 1 Battery discharge AH of the day R 1 AH %d No
generation machines.
The total PV power generation of the day, applicable to the 2nd generation
F02F 1 PV power generation of the day R 0.1 kWh %.1fkWh No
machines.
Load power consumption of the The total power consumption by load of the day, applicable to the 2nd
F030 1 R 0.1 kWh %.1fkWh No
day generation machines.
2022-7-4 Page 11 of 12
SRNE Modbus register address of energy storage inverter monitor protocol V1.7
Display
Address Length Name WR Multiplier Unit Symbol Min Max Default Remarks
format
F860 16 FaultHistoryRecord06 RW 1 %d No
F870 16 FaultHistoryRecord07 RW 1 %d No
F880 16 FaultHistoryRecord08 RW 1 %d No
F890 16 FaultHistoryRecord09 RW 1 %d No
F8A0 16 FaultHistoryRecord10 RW 1 %d No
F8B0 16 FaultHistoryRecord11 RW 1 %d No
F8C0 16 FaultHistoryRecord12 RW 1 %d No
F8D0 16 FaultHistoryRecord13 RW 1 %d No
F8E0 16 FaultHistoryRecord14 RW 1 %d No
F8F0 16 FaultHistoryRecord15 RW 1 %d No
F900 1 RecordReserved0 R 1 %d No
F901 1 RecordReserved1 R 1 %d No
END
Note: 0x0438~0x439 is the online upgrade command entry address.
2022-7-4 Page 12 of 12