The values I gave the bots for this to happen was:
Code: Select all
min_to_charge = 0.25,
max_to_charge = 1,
Code: Select all
min_to_charge = 0.2,
max_to_charge = 0.9,

Code: Select all
min_to_charge = 0.25,
max_to_charge = 1,
Code: Select all
min_to_charge = 0.2,
max_to_charge = 0.9,
oh, i've completely misunderstood what those values even areRseding91 wrote: Tue Sep 30, 2025 6:27 pm Thanks for the report however this is simply a case of "don't do that". You're telling the robot logic that the robot must be 100% charged in order to enter the roboport however by existing for 1 tick, it must consume energy and therefor won't be at 100% charge and so can never enter the roboport.
Simply do not set max_to_charge to 1, leave it at 0.9 or some value smaller than 1.