Power up after soft power down not working

Hi,

I’ve used the python API to set_safe_shutdown_battery_level(20)
The RPI powers down at 20% battery capacity as expected. Now I expect the RPI to power up when battery capacity reaches higher than 20%.

This does not happen for me, the RPI stays in soft shutdown forever (eventually battery charged to 100%). I have to manually press L2 for the RPI to reboot.

Is there some configuration I’m missing? Or any suggestions on how to create this functionality?

SOLVED

Using firmware 0.3.3 and RPI4
The hardware Pogo pin must be soldered for auto power-up after using SixfabPower.set_safe_shutdown_status(1)

My hardware powered back up after battery level was ~5% greater than soft shutdown level.