dalathegreat / Battery-Emulator

This software enables EV battery packs to be used for stationary storage in combination with solar inverters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fronius Gen24 stops working at -10°C

dalathegreat opened this issue · comments

Problem description

The Fronius Gen24 (and other Fronius inverters also affected), will stop charge/discharge if the battery gets colder than -10°C. This is due to the original battery pack (BYD HVM), is a lithium iron phosphate battery, that cannot be charged in cold weather. When using NCM/LMO/NCA batteries, this is not a problem, since these chemistries are OK for outdoor cold use.

bild

Suggested solution

We should freeze (pun intended), the values between -10 to -20°C, and fool the inverter that the battery is warmer than it actually is. Most EV packs have built in heaters, for instance the LEAF pack will turn the heat on at -17°C. This way we can still have a too cold shutdown at -20, which is a far more reasonable limit than -10. Incase you actually see -20°C with a LEAF pack, it means your heater has failed to kick in (and you should look into why)

@dalathegreat, this issue should be fixed in #112. Shall we close this issue?