-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sungrow SG10RT inverter modbus #49
Comments
I can scrape the 5000-5100 range and the 7000-7100 (though not much there) using function 04. I can't get the 13000-13100 range to scrape with function 04 as it says illegal data address. sungrow-sh5k pulls the values I'm still missing from 13000 range and nothing in the 5000 range appears to be it. |
|
The same Problem with modbus TCP .No connect |
Further investigation from the WiNet WiFi module local web output shows real time data and also has a read back function for the modbus data (but only in hexadecimal). (Note for others - PLC Addresses needed if you're scanning Modbus for analysis otherwise you're out by 1). 5003 daily_power_yield_0.01 5216 export_power_overflow Still trying to identify;
I've mapped a heap of Modbus registers through to InfluxDB to help graph the readings over time but these last 3 still elude me. They might sit outside the 5000-5300 range. |
Hi, I have the official modbus map from Sungrow. |
|
Hi @bohdan-s. See my Github bio for my contact details to send me a copy. Cheers! |
Hi @bohdan-s, I also would be super interested if I may have a copy? I'm trying to get the Sungrow to work along side my Fronius (fronius is doing the solar, sungrow is doing the battery) and I'm really just trying to fill in the blanks |
@meltaxa @freman sorry for the delay, I have uploaded the file here: https://www.dropbox.com/s/qiwpam3b1m9a1cl/TI_20210716_Communication%20Protocol%20of%20PV%20Grid-Connected%20String%20Inverters_V1.1.37_EN.pdf?dl=0 |
@bohdan-s no worries, and thanks. this time was used figuring out modbus, how it works, and what it means. I've learned a lot so now I can actually use this knowledge :D I actually had an older version of that document. |
Hi. I've recently installed a SG10RT inverter (3 Phase) and trying to work out the modbus setup.
If I use the model = "sungrow-sg5kd" I can get most of the readings, except "power consumption" and "energy consumption".
(sungrow-sh5k modbus fails to connect at all).
Can someone point me in the right direction to set up a modbus file that collects the power and energy info to?
The text was updated successfully, but these errors were encountered: