This behavior is not influenced by the `recharge_minimum` value. It appears that roboports are behaving as if they lack a `recharge_minimum` value.
To reproduce:
0. Add the following code to a mod. Load the mod.
Code: Select all
data.raw.roboport.roboport.energy_usage = "0W"2. Place a roboport. Supply it with power. Place another roboport. Supply it with power
3. Build a constant source of logistic demand, such as a requester chest that requests items from a chest supplied by an inserter removing items from the requester chest.
4. Cut off power from only one roboport. Fill it with logistic robots.
5. When the roboport runs out of power, it will not shut down. Robots queued to charge at it will not attempt to go to the other roboport.
The typical behavior of roboports: When a roboport runs out of energy, it will disable itself, removing itself from the logistic network and prompting robots queued to charge at it to charge themselves elsewhere. When the disabled roboport accumulates energy equal to `recharge_minimum`, it will enable itself and allow robots to charge from it again.

