Skip to content
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

Deferred charging (workaround) #309

Open
tofalck opened this issue Jun 18, 2024 · 2 comments
Open

Deferred charging (workaround) #309

tofalck opened this issue Jun 18, 2024 · 2 comments
Labels

Comments

@tofalck
Copy link

tofalck commented Jun 18, 2024

Problem:

  1. Spot prices around here are typically high mornings and afternoons, so it would be beneficial to defer battery (and EV for that matter - different issue though) charging to cheaper hours where it's sometimes not even economically sane to export power due to close to 0 or even negative prices.

Solution:
Seemingly there is no way to defer battery charging in its own right.
However the Forced Charging + time windows actually does this if you set the SOC at a very low value.

I'm not sure if the Load 1 and 2 time slots map to this feature or how to set it up in the current implementation?

One caveat to this approach is if the battery SOC drops outside the cheap hours...

@Gnarfoz
Copy link
Contributor

Gnarfoz commented Jun 20, 2024

You can create an automation that sets the maximum battery charge power to 10 W (the minimum) during the time you want to avoid charging. The battery will not be charged if this is set to 10 W.

If you want to do this through the dashboard entities provided, you'll have to adjust the minimum value here to 10.
That should really be the default, not sure why it is 100.

Bonus: if you do it this way and have more DC PV power than your inverter's AC limit (e.g.) 15 kWp with a SH10RT) and set the export power limit to something sane (i.e. not higher than the AC limit, for a SH10RT, that would be 10 kW), the inverter will divert any DC power above its AC limit into the battery. Meaning, you can harvest up to the full 15 kWp, even though the SH10RT can only process 10 kW of it into AC power.

Either way you'll have to pay attention to raise the limit early enough in the day to actually charge up the battery before the sun goes down. ;-)

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants