nightscout / AndroidAPS

Opensource automated insulin delivery system (closed loop)
https://wiki.aaps.app
GNU Affero General Public License v3.0
701 stars 1.72k forks source link

After replacing the battery in the Accu-Chek Combo, AAPS cannot automatically reconnect. #3336

Open birdfly opened 4 months ago

birdfly commented 4 months ago

Reporting bugs

When the pump battery is depleted, it will automatically stop infusion. AAPS will display that the pump has stopped running. After replacing the battery, you need to manually refresh the pump to reconnect. If this operation is not performed, AAPS will remain in a suspended state.

parapenT1sta commented 4 months ago

@dv1

jotomo commented 1 month ago

AAPS automatically connects to the pump if the last connection was more than 15 minutes ago (see KeepAliveReceiver.checkPump()). Since AAPS can't know when a battery or cartridge change is completed, the user can either inform AAPS via a manual refresh, or simply wait for AAPS do so as described above (also if the user forgets to perform a manual refresh).

So, while not obvious to the user, AAPS does handle this case.