Comment by hwillis
2 days ago
> Surely the power electronics or even just the control algorithms in a BESS could be slightly modified to consume power, get warm, and not transfer any current to or from the battery cells, effectively taking advantage of the BESS’s heat sink to sink excess power and sell that service.
Unless you specifically design for it (specifically, with a dummy load), the efficiency of the system is inversely proportional to its ability to do this. You need a secondary system.
The power system can connect the battery terminal to in or to out, so if you switch both on at once you effectively bypass the battery. It's called shoot-through current and is generally considered a destructive process. If you can switch on and off fast enough you could limit it to a non-destructive level, but in practice most systems will not switch fast enough. They are designed to operate with the battery load, which is at minimum ~10x higher resistance than the transistor itself. In practice it is often 100s of times higher.
That's where the efficiency comes into it. If a power system is 98% efficient (pretty normal- this does not include power lost to heat in the battery itself), that means the electronics can only burn 1/50th as much power as normally passes through the system. Worse, when you put the switch into shorted position it will try to pass 50x its rated current. You need to switch much faster -certainly more than 50x faster- and that will probably put it outside its operating region.
It is relatively easy to just have a large resistor, but it is not very well suited to use battery power systems. Batteries are very low impedance, and the power system exists to transform to a lower voltage and higher current. Resistors are cheaper when they are higher voltage, so the power system is a hacky kludge.
The overall solution is just more batteries. Oversupply is a transient problem and always will be.
> Unless you specifically design for it (specifically, with a dummy load), the efficiency of the system is inversely proportional to its ability to do this. You need a secondary system.
Many multicell BMS already have this kind of "power shedding" capability. They use it for cell balancing - to equalize voltage between cells with slightly different characteristics. This is desirable despite the power waste, because it reduces wear, increases charging efficiency and allows battery packs to last longer.
Some battery packs are also designed to be able to dump enough power into heat to be able to keep the batteries warm during extreme cold.
The amount of power you can dump for balancing is just a fraction of the charge/discharge power (because it only needs to offset differences in self-discharge rate). So you still need a proper dummy load when you want to dump more.
Similarly, the heatsinking capacity of the battery is designed for charging/discharging losses (say 5% of charge/discharge power).