-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature request: show where battery is charging from #422
Comments
For battery management I use the following sensor:
The automation then controls charging up to the SOC maximum, discharging up to the SOC maximum, not using the battery and normal operation. I use Goodwe GW10k-ET hybrid inverter. |
How do you instruct the inverter to go into charge/discharge/idle? I use a Deye inverter, and it looks like they only support six different time periods, where you can set charge/discharge parameters and limits. |
I'm using a Goodw GW10K-ET and an experimental integration that can charge and discharge in economy inverter mode. I solve the idle state by setting the depth of discharge to 95%. Since I don't know if the changes are written to the internal eeprom of the inverter, a check is made before each change to see if the change is necessary.
|
In the optimization results, you see when the battery is charging, however you don’t see where the charging energy is provided by. Please add a output showing if the battery charging get it’s energy from the PV or from the GRID. This makes it easier to automate battery charging when you have a hybrid inverter, such as the growatt inverters.
The text was updated successfully, but these errors were encountered: