-
-
Notifications
You must be signed in to change notification settings - Fork 714
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 SHxxT series: Battery charging/discharging not available #15915
Comments
It's unclear what you're asking. Does SHT have different modbus registers? Which? Happy to reopen when that information is available. Thank you! |
Thx for your quick reply, Andi. |
ok. that is the case...
will try to figure out if the calculation is a difrent one and come back. |
@wapman1979 do you have any new information? |
Hi @wapman1979 , - source: calc
add:
- source: modbus
{{- include "modbus" . | indent 6 }}
register:
type: input
address: 13000 # Battery running state
decode: bool16
bitmask: 1 # Charging
scale: -1
- source: modbus
{{- include "modbus" . | indent 6 }}
register:
type: input
address: 13000 # Battery running state
decode: bool16
bitmask: 2 # Discharging
`
A little bit more details about is in the issue I created here:
https://github.com/evcc-io/evcc/issues/16704
Have you solved this issue? |
A temporary solution is mentioned here: |
Describe the bug
The new Sungrow SHxxT series has no more direct LAN Port at the inverter.
But WiNet-S2 has now modbus functionality.
evcc works in this environment (SH15T & SBR128) "out of the box" with the exception that the load on "Battery charging" and "Battery dischargin" is not shown.
Several other SH15T, SH20T or SH25T users are reporting similarly issues in Forums and here on github.
I run evcc on a Home Assistent system and had the same issue with the mkaiser integertaion (as other users).
For mkaiser sungrow integration, I now could solve the issue by changing the yaml entries for:
As described here:
mkaiser/Sungrow-SHx-Inverter-Modbus-Home-Assistant#310 (comment)
Sungrow also changed the "data_type" for "Battery current" to int16 insted of uint16.
Even in the available Sungrow datasheet this is still mentioned as uint16:
mkaiser/Sungrow-SHx-Inverter-Modbus-Home-Assistant@4e6b3bc
How can we implement these changes to evcc to see if this is also solving the issue on evcc?
Steps to reproduce
The Issue "Battery charging/discharging not available" occurs continuously.
This was reproduced with different configuration and connectivity.
For the mkaiser sungrow integration it was possible to display the charging discharging load reproducible with some adoptions.
Reproducible in all by now installed evcc versions.
Configuration details
Log details
What type of operating system are you running?
HomeAssistant Add-on
Version
0.130.7
The text was updated successfully, but these errors were encountered: