-
Notifications
You must be signed in to change notification settings - Fork 103
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
After firmware update limits for battery max charge/discharge power have changed #420
Comments
sorry I've missed the actual firmware rev responsable for this behavior: |
When you updated the |
Hi, maybe I wasn't clear enough, the probleme came up with the update of wr and battery, the yaml-code remaind unchanged and when looking in the history of battery max charge/dischare power its clearly to see, that the value changed in the moment of restart after firmware change, that wasn't initiated by me but by the solateur. so that tells me, that it must be driven by changing the limits of the firmware!?? |
So, the |
you're right, they are set to 5000 but the history showed for months the 5760w, so I must have changed the value in early days and havn't changed it for a long time, so after the startup value after the firmware reset was possibly set to 100 (this was the value as I recognized the change). trying then to set the value to the wanted one, the limit check would alert me, cause i have missed to change the values while changing the rev of the integration... thanks for waking me up!! I think everything is now clear to me |
Excellent. Happy to help. :-) |
As I already wrote, the problems started after the firmware update on dec 12., (SH10RT now ARM-Softwareversion: SAPPHIRE-H_01011.95.03, MDSP-Softwareversion: SAPPHIRE-H_03011.95.03, SBR096: SBRBCU-S_22011.01.24). The problem is now. that beginning with the day after the update HA gives the "Battery Charge Power" in value arolund 60.000 W (60 kW) which is not very reasonable!? the months before it was, dependung on solar production between 0 and 5000 W. the only values I've changed in the modbus_sungrow.yaml the one quoted above... what may be the reason?? |
The reason is that the data type of a particular Modbus register has changed in firmware version 95.03. Refer to #406. |
Before you create an issue, make sure to update to the current version of modbus_sungrow.yaml
Describe the bug: with the old firmware these values could be set to numbers >5000, now after restart (due to firmware forced update) the read out values were set to 100W each and its no longer possible to set the former values of 5730W (max. due to datasheet , the error message returned informed about a limit <= 5000W
A clear and concise description of what the bug is.
Your Sungrow inverter:
Model: SH-10.RT v112
The inverter is connected via (mark one)
Are you using a Modbus Proxy (mark one)
Home Assistant version:
modbus_sungrow.yaml:
** Inverter Firmware Status:**
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: