mkaiser / Sungrow-SHx-Inverter-Modbus-Home-Assistant

Sungrow SH Integration for Home Assistant for SH3K6, SH4K6, SH5K-20, SH5K-V13, SH3K6-30, SH4K6-30, SH5K-30, SH3.RS, SH3.6RS, SH4.0RS, SH5.0RS, SH6.0RS, SH5.0RT, SH6.0RT, SH8.0RT, SH10RT, SH5.0RT-20, SH6.0RT-20, SH8.0RT-20, SH10RT-20, SH5.0RT-V112, SH6.0RT-V112, SH8.0RT-V112, SH10RT-V112, SH5.0RT-V122, SH6.0RT-V122, SH8.0RT-V122, SH10RT-V122, SH4.6R
342 stars 92 forks source link

max SoC value for Backup from 75% to 90% #213

Closed ThLehmann closed 10 months ago

ThLehmann commented 10 months ago

for balancing the battery in winter it is necessary to keep the battery at a high level. For this, a backup SoC of up to 90% would be desirable. There is currently a limit of 75%

mkaiser commented 10 months ago

Hi,

datasheet says image

currently the range of the input selector is limiting to 75%

    name: Set reserved SoC for backup
    min: 0
    max: 75
    step: 1

I can't remember the reason why we set it to 75%.... (maybe it is something Sungrow changed...)

Can you change the parameter to 100 and give me a feedback, if it works? (Can't test myself - now backup and pretty much no sun the last weeks...)

If it works as expected, I am happy to integrate it :)

ThLehmann commented 10 months ago

Hey, perfect ! yes the 100% works as well but it make not really sense in my opinion, 90% is enough but if 100% is possible its the choise of the user ;) Edit: just noticed that with 100% Backup SoC the battery is forcibly charged from the mains, so it make sense

grafik

mkaiser commented 10 months ago

done - thank you :)