Skip to content
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

Fix sungrow inverter power values (change from gross DC to delivered AC power) #1310

Closed
wants to merge 2 commits into from

Conversation

Mantelinho
Copy link
Contributor

Changed register from Total_DC_Power (5016) to Load_Power (13007)

Register 5016 delivers total DC power as gross value before inversion. This includes reactive power and does not substract DC power routed to the storage. Register 13007 shows actual AC power delivered, which is the power that can be consumed.

Using 5016 led to the behavior that

  • Hybrid inverter and its storage had to be on the same load managment structure level to show appropriate values
  • PV power reported was too high because it was the gross DC power not the net AC power since reactive power and losses were still incluced

=> this change needs existing Sungrow hybrid inverter setups to be changed in structure so that the storage is nested below the inverter

…o Load_Power (13007)

Register 5016 delivers total DC power as gross value before inversion. This includes reactive power and does not substract DC power routed to the storage. Register 13007 shows actual AC power delivered, which is the power that can be consumed.
Load_Power can have negative values (if storage is charged from AC side for ecample) and is therefor specified as S32 by Sungrow (see https://github.com/bohdan-s/Sungrow-Inverter/blob/main/Modbus%20Information/communication-protocol-of-residential-hybrid-inverterv1.0.20-1.pdf page 9 row 52)
@Mantelinho
Copy link
Contributor Author

Testing this PR led to errors in mixed setups, it is necessary to distinguish between SH-LAN, SH-Dongle, SG. So more work is necessary. Will cancel this PR until work is done

@Mantelinho
Copy link
Contributor Author

Closed, will be replaced by new PR once fixes are ready

@Mantelinho Mantelinho closed this Dec 20, 2023
@Mantelinho Mantelinho deleted the patch_sungrow_modbus_1 branch December 20, 2023 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant