evcc: Kostal Plenticore: batteryDischargeControl battery is not charging

Describe the bug

Actually the Plenticore stops discharging the battery when batteryDischargeConrol is set to true.

But it won’t charge the battery again, if solar power is produced.

In my point of view is this issue caused by writing registers from the external battery manager. The inverter doesn’t fall back to it’s internal regulation, as long registers are written.

Therefore evcc should not write any registers of the external battery manager except batteryDischargeControl is hold

What type of operating system are you running?

Linux

Version

0.122.1

About this issue

  • Original URL
  • State: closed
  • Created 7 months ago
  • Comments: 19 (15 by maintainers)

Most upvoted comments

Ich verstehe es so dass der normale Betrieb hier nicht funktioniert, hold aber im Prinzip schon, richtig?

Auch hold funktioniert anscheinend nur halb. Ich würde erwarten, dass hold weiter laden, aber nicht mehr entladen kann. Das ist aber ggf. verschmerzbar.

Was mich aber wirklich wundert ist, dass das bei Kostal verwendete Register, also die

1042 # limit soc

dazu führt, dass nicht mehr geladen wird. Das kann ich aus der Doku nicht entnehmen?

In Konsequenz würde das bedeuten, dass wir hier die “einfache” Steuerung über soc nicht verwenden können und uns ein komplexeres Modell überlegen müssten. Fürs Erste würde das dann revert bedeuten.