-
-
Notifications
You must be signed in to change notification settings - Fork 743
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
"prevent grid usage" switch in EVCC #18626
Comments
Battery power is not constant. Did you try the battery boost mode? |
Battery Power is between 8800W (22A x 400V) and 9460W (22A x 430V) - dependend of SoC. so, a "minimum" discharge/charge power would make sense. Why is it not possible? or: as the smartmeter montors grid usage, if grid usage is seen, deduct this value from calculating how fast to charge. Battery Boost is not available in Fast mode. |
@AloisKlingler I think you can do this already in evcc via limiting via circuits and doing it externally.
So with limits in place evcc won't draw more this limit from the grid, If it's not possible to dial down the amps below 6amps (or whatever your charger min is) then evcc will shut off. |
Yes, intentionally not. Fast means fast regardless of anything else. |
I have 4 PV inverters, one of them with Battery.
there is no issue as long as enough sun is here.
as soon as there is not enough sun, I cannot use fast charge, because the inverter with the battery attached has insufficient power.
PV1: Fronius Gen 24 10.0 with 2x BYD HVM 22
AC-Power max: 10300W
Battery-only Power max: ~9300W (depends in case of fronius and BYD of the battery size and type how fast can be discharged / charged)
PV2: Fronius Symo 12.5
AC-Power max: 12600W
PV3: Fronius Symo 5.0
AC-Power max: 5050W
PV4: Hoymiles HMT-2250
AC-Power max: 2250W
I have a the smartmeter attached on the PV1 gen24, it is located between grid and house, it is configured and read in evcc
Using EVCC in "Fast" mode leads to grid consumption, if:
-) it is night (only ~9300W are available)
-) PV2, PV3 and PV4 produce less than ~3000W
It would be great to have an global option (which applies to Fast mode as well) to "prevent" grid usage.
suggestions:
-) make the max charge/discharge power configureable on the battery (so evcc knows if there is no PV power at all it must not set more power than this configuration)
-) have a switch to prevent grid usage (if no PV power is available, other equipment in house consumes energy which may lead to have less W available for changing
The text was updated successfully, but these errors were encountered: