-
Notifications
You must be signed in to change notification settings - Fork 44
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
Sunsynk inverter charge current 0A after grid charge slot or during solar not allowing the battery to charge from solar. #1313
Comments
So you are saying to start/stop a grid charge you have to change the target SOC to minimum for charge from solar only and to the target for grid charging? |
* Added charge control immediate for SunSynk #1313 * Typo
Please test the version on 'main' which should have a fix for this issue |
in short yes, there is also a check box for the time slot to enable/disable grid charging but i can write an automation based on the output binary_sensor.predbat_charging |
@springfall2008 log file as discussed |
Not sure I see why, the discharge rate is set back to full at 8:30 when charging stops? 2024-07-21 08:30:18.082555: Switch sensor.predbat_SK_0_scheduled_charge_enable is now off Then after that you restart Predbat (no sure why): 2024-07-21 08:30:28.177499: iBoost model today updated to 0.0 |
So what's happening is once you reach your charged SOC it turns off discharge to hold the battery at that level and then turns it back on when the charging period ends |
The target soc was 10% and my batteries never dropped below 55% so I would expect it to discharge the batteries until 10%. Then hold at setpoint ? |
Battery soc wouldn't have dropped below 72% if predbat was controlling the inverter, currently just using test entities whilst testing |
Oh I see, I know why I believe its a setting that perhaps shouldn't be that way, let me try a fix on main |
Fix on main for testing |
@springfall2008 Thankyou, do i need to change to the sunsynk branch? dosent seem to be pulled into the main branch? did you get anywhere with allowing the charge current to change when charging from solar? |
* Added charge control immediate for SunSynk springfall2008#1313 * Typo
did the fix work? |
Hi @springfall2008 yes the fix worked, been running for about a week or so now. I've also uploaded my configs for other if you want to add it to the documents. Thanks for all your help and hard work |
* Added charge control immediate for SunSynk #1313 * Typo
Describe the bug
After grid charge or during solar production (non-scheduled grid charge slot) the battery current drops to 0A not allowing the battery to charge from solar.
Expected behavior
I would expect the battery charge current to remain to allow charging of the battery via solar.
The sunsynk inverters charge from solar and discharge from battery along as the battery SOC > SOC setpoint for that time slot.
Both gird & solar charging of the battery is controlled by the max charge current and only charge from grid if grid charge is checked and battery SOC is < SOC setpoint.
Discharging is controlled by max discharge current & workmode selected. Limit to Home, and don't discharge battery to grid. Only if "Selling First" is selected then the battery will export to the grid.
I have followed the example yaml file in the repo.
Predbat version
8.3.0
Environment details
apps.txt
Screenshots
Log file
Logs 16-07-24 8-30.txt
The text was updated successfully, but these errors were encountered: