nightscout / AndroidAPS

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

Issue with boluswizard Combo Combov2 driver #3068

Open Gosee1960 opened 12 months ago

Gosee1960 commented 12 months ago

Reporting bugs

Time accident 09.43

With the boluswizard , 15 gr carbs for 40 min later, it says 1,4 bolus. I dit OK Then AAPS give a warning to me so i must check if bolus was given. I did that, and bolus was given. I checked in aaps the bolus/smb historie and also in the pump. They were both oke and the same

But the carbs in future was not registrated. I waited and check again but still no carbs in future, soa i manually at only 15 carbs.

I try to put the logs and some printscreens, maybe this will help

AndroidAPS.log Screenshot_20231117-094655_AAPS Screenshot_20231117-094727_AAPS Screenshot_20231117-094747_AAPS Screenshot_20231117-094803_AAPS Screenshot_20231117-095005_AAPS Screenshot_20231117-100817_AAPS

Thanx in advance

Greetz Jose

MilosKozak commented 11 months ago

@dv1 the bolus failed (success = false reported to AAPS) thus carbs were not recorded. But the bolus record was written to DB later. can you check why?

dv1 commented 11 months ago

Yes, this is a known error. It also happens to me. I am trying to fix this.

blaqone commented 11 months ago

Just had the exact same problem yesterday evening and I was confused - funny reading this now..

Added carbs manually then.

NicoAAPS commented 7 months ago

regularly getting the same problem (bolus failure) bolus is given and appears in database at next connect log shows: ]18:07:20.510 [DefaultDispatcher-worker-5] E/PUMPCOMM: [PumpIO$startCMDPingHeartbeat$2.invokeSuspend():2067]: [PumpIO] Error caught when attempting to transmit CMD ping packet - stopping CMD ping heartbeat 18:07:20.514 [DefaultDispatcher-worker-5] E/PUMPCOMM: [PumpIO$startCMDPingHeartbeat$2.invokeSuspend():2070]: [PumpIO] Error: info.nightscout.comboctl.base.ApplicationLayer$IncorrectPacketException: Incorrect packet: expected CMD_PING_RESPONSE packet, got CMD_READ_DATE_TIME_RESPONSE one at info.nightscout.comboctl.base.PumpIO$sendPacketWithResponse$4$1.invokeSuspend(PumpIO.kt:1456) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

full log available.