evcc-io / evcc

Sonne tanken ☀️🚘
https://evcc.io
MIT License
3.6k stars 667 forks source link

Solaredge option to charge battery and vehicle simultaniously #17215

Closed 4n4n4s closed 16 hours ago

4n4n4s commented 1 day ago

Is your feature request related to a problem? Please describe. Currently when using the experimental feature to prevent discharging it's not possible to also charge the battery. Especially for floating tarriffs + battery this could be a nice way to use the cheap price from the grid.

Describe the solution you'd like Maybe in the UI we should as a first step add the option to configure if you also want to charge the battery or not for the same price as the low price for the car.

Describe alternatives you've considered In the long run we maybe can also add two different prices one for floating tariffs to charge the vehicle and one if you want to charge the battery.

Example could be that below 10 ct/kwh you want to charge the car and below 5 ct/kwh you also want to charge the battery. Screenshot 2024-11-12 181659

Additional context Currently in this file the different charging modes are set https://github.com/evcc-io/evcc/blob/master/templates/definition/meter/solaredge-hybrid.yaml

andig commented 20 hours ago

Currently when using the experimental feature to prevent discharging it's not possible to also charge the battery.

This may be due to the specific battery control implementaiton. Missing config.

Especially for floating tarriffs + battery this could be a nice way to use the cheap price from the grid.

evcc can either set hold (no discharge) or charge (forced charging). You cannot have both.

That said: its unclear what the request here is?

/cc @naltatis

naltatis commented 16 hours ago

@4n4n4s what you're proposing is already possible today if you have a dynamic energy price and your battery system supports this feature: https://docs.evcc.io/en/docs/features/battery#charging-the-battery-from-the-grid

You can set a dedicated price limit for grid-charging the battery (experimental enabled). If, at the same time, a vehicle fast charge is happening (e.g. due to low price or plan), the home battery will continue charging itself from the grid and not enter "hold" mode.

If this does not work as expected with you're setup we need more detail (config, log file, version ...).