-
-
Notifications
You must be signed in to change notification settings - Fork 944
Description
Is your feature request related to a problem? Please describe.
Oftentimes it depends of the SoC of the home battery if I want to charge from grid, not only on the price, so I can make sure that I have a certain minimum charge level reached for more expensive hours. It's pointless for me though to charge form grid when I'm already 60% charged and that is sufficient to cover my energy demand during the night - and on the next day I can maybe charge for free with solar power. Also it's frustrating that I can't set the power level that is used for grid charging (for example only charge at 2kW from Grid and not a max power)
Describe the solution you'd like
Add a SoC threshold to the charge from grid options for the home battery. It should also be possible to define the charge power level, so it doesn't charge always at max power from grid (setting a percentage is already possible in config, but a power level would be much more useful since I usually don't know how much power 100% grid power actually is).
Describe alternatives you've considered
As a workaround, I'm currently using a python script that adjusts the cost threshold for battery charging to some really high price when the SoC is low and it's night time, to force a battery charge at night if SoC is low. In the morning, I lower the threshold prices again with that script.