muppel2 wrote:
Maybe somebody knows these values?
I have HYD 5KTL-3PH inverter.
These adresses was good for me:
register_start1=0x0484
register_end1=0x04a4
register_start2=0x0690
register_end2=0x0693
register_start3=0x0584
register_end3=0x0586
registerhw_start=0x0440
registerhw_end=0x0465
I have modified InverterData.py and SOFARMap.xml as well.
There is an output of the program, with adresses of registers:
*** Chunk no: 0
Modbus request: 0103 0484 0021 c4cb
0x0484 - Grid frequency: 50.01Hz
0x0485 - Output active power: 0W
0x0486 - Output reactive power: 0.4kVar
0x048D - L1 Voltage: 226.5V
0x048E - L1 Current: 0.01A
0x0498 - L2 Voltage: 227.0V
0x0499 - L2 Current: 0.01A
0x04A3 - L3 Voltage: 223.0V
0x04A4 - L3 Current: 0.01A
*** Chunk no: 1
Modbus request: 0103 0690 0004 44ac
0x0690 - Today production: 0Wh
0x0691 - Today production: 0Wh
0x0692 - Total production: 0.0kWh
0x0693 - Total production: 574.2kWh
*** Chunk no: 2
Modbus request: 0103 0584 0003 452e
0x0584 - PV1 Voltage: 14.8V
0x0585 - PV1 Current: 0.0A
0x0586 - PV1 Power: 0W
*** JSON output:
{
"Grid frequency (Hz)": 50.01,
"Output active power (W)": 0,
"Output reactive power (kVar)": 0.4,
"L1 Voltage (V)": 226.5,
"L1 Current (A)": 0.01,
"L2 Voltage (V)": 227.0,
"L2 Current (A)": 0.01,
"L3 Voltage (V)": 223.0,
"L3 Current (A)": 0.01,
"Today production (Wh)": 0,
"Total production (kWh)": 574.2,
"PV1 Voltage (V)": 14.8,
"PV1 Current (A)": 0.0,
"PV1 Power (W)": 0
}
May be these informations will help you.