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?