Skip to content

Instantly share code, notes, and snippets.

@robinwo
Created January 3, 2023 20:54
Show Gist options
  • Save robinwo/a68c4a8ca189a4a319937478ea45461c to your computer and use it in GitHub Desktop.
Save robinwo/a68c4a8ca189a4a319937478ea45461c to your computer and use it in GitHub Desktop.
xcode loop debug log
2023-01-03 21:09:36.556567+0100 Loop[8940:2056330] loop-NSLog 2023-01-03 21:09:36.5570 xDripClient.BlueToothTransmitter didUpdateValueFor for peripheral with name ABBOTT3MH00EMVD1H
2023-01-03 21:09:36.558319+0100 Loop[8940:2056330] loop-NSLog 2023-01-03 21:09:36.5580 xDripClient.BlueToothTransmitter didUpdateValueFor for peripheral with name ABBOTT3MH00EMVD1H
2023-01-03 21:09:36.951499+0100 Loop[8940:2056330] loop-NSLog 2023-01-03 21:09:36.9510 xDripClient.BlueToothTransmitter didUpdateValueFor for peripheral with name ABBOTT3MH00EMVD1H
2023-01-03 21:12:35.992891+0100 Loop[8940:2060858] [BluetoothManager] centralManager(_:didDisconnectPeripheral:error:): error=The specified device has disconnected from us. <CBPeripheral: 0x281260000, identifier = 0969FD57-D1C9-96CD-C77C-81C9F559B3A5, name = TWI BOARD, mtu = 23, state = disconnected>
2023-01-03 21:12:35.994917+0100 Loop[8940:2060858] [PodComms] omnipodPeripheralDidDisconnect... will auto-reconnect
2023-01-03 21:12:35.995157+0100 Loop[8940:2060858] [BluetoothManager] Reconnecting disconnected autoconnect peripheral
2023-01-03 21:12:35.996249+0100 Loop[8940:2056330] loop-NSLog 2023-01-03 21:12:35.9960 xDripClient.BlueToothTransmitter didUpdateValueFor for peripheral with name ABBOTT3MH00EMVD1H
2023-01-03 21:12:36.000238+0100 Loop[8940:2056330] loop-NSLog 2023-01-03 21:12:36.0000 xDripClient.xDripCGMManager in fetchNewDataIfNeeded
2023-01-03 21:12:36.002504+0100 Loop[8940:2060857] [DeviceDataManager] CGMManager:xDripCGMManager did update with 9 values
2023-01-03 21:12:36.002560+0100 Loop[8940:2056330] loop-NSLog 2023-01-03 21:12:36.0030 xDripClient.BlueToothTransmitter didUpdateValueFor for peripheral with name ABBOTT3MH00EMVD1H
2023-01-03 21:12:36.003092+0100 Loop[8940:2056330] loop-NSLog 2023-01-03 21:12:36.0030 xDripClient.BlueToothTransmitter didUpdateValueFor for peripheral with name ABBOTT3MH00EMVD1H
2023-01-03 21:12:36.003764+0100 Loop[8940:2056330] loop-NSLog 2023-01-03 21:12:36.0040 xDripClient.BlueToothTransmitter didUpdateValueFor for peripheral with name ABBOTT3MH00EMVD1H
2023-01-03 21:12:36.004185+0100 Loop[8940:2056330] loop-NSLog 2023-01-03 21:12:36.0040 xDripClient.BlueToothTransmitter didUpdateValueFor for peripheral with name ABBOTT3MH00EMVD1H
2023-01-03 21:12:36.004564+0100 Loop[8940:2056330] loop-NSLog 2023-01-03 21:12:36.0050 xDripClient.BlueToothTransmitter didUpdateValueFor for peripheral with name ABBOTT3MH00EMVD1H
2023-01-03 21:12:36.004757+0100 Loop[8940:2060858] [PersistentDeviceLog] connection (17797D73) Pod disconnected 0969FD57-D1C9-96CD-C77C-81C9F559B3A5 Optional(Error Domain=CBErrorDomain Code=7 "The specified device has disconnected from us." UserInfo={NSLocalizedDescription=The specified device has disconnected from us.})
2023-01-03 21:12:36.008049+0100 Loop[8940:2059658] dnssd_clientstub write_all(11) DEFUNCT
2023-01-03 21:12:36.008073+0100 Loop[8940:2059658] dnssd_clientstub deliver_request ERROR: write_all(11, 79 bytes) failed
2023-01-03 21:12:36.008101+0100 Loop[8940:2059658] dnssd_clientstub write_all(11) DEFUNCT
2023-01-03 21:12:36.009857+0100 Loop[8940:2058926] [WC] WCSession counterpart app not installed
2023-01-03 21:12:36.972435+0100 Loop[8940:2060858] [BluetoothManager] centralManager(_:didConnect:): <CBPeripheral: 0x281260000, identifier = 0969FD57-D1C9-96CD-C77C-81C9F559B3A5, name = TWI BOARD, mtu = 23, state = connected>
2023-01-03 21:12:36.972466+0100 Loop[8940:2060858] [DashPeripheralManager] PeripheralManager - didConnect: <CBPeripheral: 0x281260000, identifier = 0969FD57-D1C9-96CD-C77C-81C9F559B3A5, name = TWI BOARD, mtu = 23, state = connected>
2023-01-03 21:12:36.972474+0100 Loop[8940:2060858] [DashPeripheralManager] PeripheralManager - didConnect - running assertConfiguration
2023-01-03 21:12:36.972523+0100 Loop[8940:2058926] [DashPeripheralManager] Configured peripheral has no services. Reconfiguring <CBPeripheral: 0x281260000, identifier = 0969FD57-D1C9-96CD-C77C-81C9F559B3A5, name = TWI BOARD, mtu = 23, state = connected>
2023-01-03 21:12:36.972556+0100 Loop[8940:2058926] [DashPeripheralManager] Applying configuration
2023-01-03 21:12:36.975491+0100 Loop[8940:2059658] [PersistentDeviceLog2023-01-03 21:12:36.977145+0100 Loop[8940:2060858] [DashPeripheralManager] didReadRSSI: -56
] connection (17797D73) Pod connected 0969FD57-D1C9-96CD-C77C-81C9F559B3A5
2023-01-03 21:12:37.179763+0100 Loop[8940:2060858] [DashPeripheralManager] didDiscoverServices
2023-01-03 21:12:37.179829+0100 Loop[8940:2058926] [DashPeripheralManager] Discovered service: <CBService: 0x283c85d00, isPrimary = YES, UUID = 1A7E4024-E3ED-4464-8B7E-751E03D0DC5F>
2023-01-03 21:12:37.211321+0100 Loop[8940:2058926] [PodComms] PodComms completeConfiguration: isPaired=true needsSessionEstablishment=true
2023-01-03 21:12:37.211364+0100 Loop[8940:2058926] [DashPeripheralManager] Sending Hello 17797d70
2023-01-03 21:12:37.360862+0100 Loop[8940:2060858] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:37.362521+0100 Loop[8940:2058926] [DashPeripheralManager] CMD >>> 00
2023-01-03 21:12:37.370236+0100 Loop[8940:2060858] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:37.388857+0100 Loop[8940:2058926] [DashPeripheralManager] waitForCommand 01
2023-01-03 21:12:37.388948+0100 Loop[8940:2060858] [DashPeripheralManager] CMD <<< 0100010014
2023-01-03 21:12:37.389044+0100 Loop[8940:2058926] [DashPeripheralManager] DATA >>> 0003545710020200070017797d7017797d730100
2023-01-03 21:12:37.423136+0100 Loop[8940:2059542] [GlucoseStore] Purged 0 CachedGlucoseObjects
2023-01-03 21:12:37.427946+0100 Loop[8940:2058926] [DashPeripheralManager] DATA >>> 0100381701000002050000943061336b03b9b9fa
2023-01-03 21:12:37.462907+0100 Loop[8940:2058926] [DashPeripheralManager] DATA >>> 022fab503bbd72fa01050000e6caabebaa178cf1
2023-01-03 21:12:37.471241+0100 Loop[8940:2056330] loop-NSLog 2023-01-03 21:12:37.4710 xDripClient.BlueToothTransmitter didUpdateValueFor for peripheral with name ABBOTT3MH00EMVD1H
2023-01-03 21:12:37.472307+0100 Loop[8940:2056330] loop-NSLog 2023-01-03 21:12:37.4720 xDripClient.BlueToothTransmitter didUpdateValueFor for peripheral with name ABBOTT3MH00EMVD1H
2023-01-03 21:12:37.472532+0100 Loop[8940:2056330] loop-NSLog 2023-01-03 21:12:37.4730 xDripClient.BlueToothTransmitter didUpdateValueFor for peripheral with name ABBOTT3MH00EMVD1H
2023-01-03 21:12:37.483497+0100 Loop[8940:2059544] [LoopDataManager] Recomputing prediction and recommendations.
2023-01-03 21:12:37.487770+0100 Loop[8940:2059544] [DeviceDataManager] Rounded 0.0 to 0.0
2023-01-03 21:12:37.487849+0100 Loop[8940:2059544] [LoopDataManager] No dose recommended.
2023-01-03 21:12:37.488420+0100 Loop[8940:2059544] [StatusTableViewController] Update net basal to Optional(Loop.NetBasal(rate: 0.0, percent: 0.0, start: 2023-01-03 20:06:21 +0000, end: nil))
2023-01-03 21:12:37.495870+0100 Loop[8940:2058926] [DashPeripheralManager] DATA >>> 0310e871940f4a11c203ffcc97bd7e020000e2cf
2023-01-03 21:12:37.497699+0100 Loop[8940:2056330] [StatusTableViewController] [reloadData] due to context change during previous reload
2023-01-03 21:12:37.510973+0100 Loop[8940:2059542] [RemoteDataServicesManager] RemoteDataType Glucose triggering uploads for: ["Glucose"]
2023-01-03 21:12:37.511390+0100 Loop[8940:2058668] [GlucoseStore] <HKObserverQuery 0B9F53 QoS=Default state=active> notified with changes. Fetching from: <HKQueryAnchor: 13677823 812014f2720dce66b0123abad1c74bcce934b8ec63cce60334538f6e5e115ec574defc1fafb37003fe9af33cc97121a2eaebaaafd74cc88b1225b274bff615df>
2023-01-03 21:12:37.514365+0100 Loop[8940:2059542] [GlucoseStore] Skipping adding glucose sample due to existing cached sync identifier: 1672776335
2023-01-03 21:12:37.514438+0100 Loop[8940:2059542] [GlucoseStore] Skipping adding glucose sample due to duplicate sync identifier: 1672776455
2023-01-03 21:12:37.514675+0100 Loop[8940:2059542] [GlucoseStore] Skipping adding glucose sample due to duplicate sync identifier: 1672776335
2023-01-03 21:12:37.514749+0100 Loop[8940:2059542] [GlucoseStore] Skipping adding glucose sample due to duplicate sync identifier: 1672776335
2023-01-03 21:12:37.516333+0100 Loop[8940:2059657] [GlucoseStore] anchoredObjectQuery.resultsHandler: new: 0 deleted: 0 anchor: Optional(<HKQueryAnchor: 13677823 812014f2720dce66b0123abad1c74bcce934b8ec63cce60334538f6e5e115ec574defc1fafb37003fe9af33cc97121a2eaebaaafd74cc88b1225b274bff615df>)
2023-01-03 21:12:37.525515+0100 Loop[8940:2058926] [DashPeripheralManager] DATA >>> 0402797800000000000000000000000000000000
2023-01-03 21:12:37.534372+0100 Loop[8940:2059542] [GlucoseStore] Purged 6 CachedGlucoseObjects
2023-01-03 21:12:37.550779+0100 Loop[8940:2059635] [GlucoseStore] observeUpdates invoked - queueing handling
2023-01-03 21:12:37.553104+0100 Loop[8940:2059542] [GlucoseStore] Stored 2 eligible glucose samples to HealthKit
2023-01-03 21:12:37.553245+0100 Loop[8940:2059542] [RemoteDataServicesManager] RemoteDataType Glucose triggering uploads for: ["Glucose"]
2023-01-03 21:12:37.554144+0100 Loop[8940:2059542] [GlucoseStore] Skipping adding glucose sample due to existing cached sync identifier: 1672776517
2023-01-03 21:12:37.554211+0100 Loop[8940:2059542] [GlucoseStore] Skipping adding glucose sample due to duplicate sync identifier: 1672776638
2023-01-03 21:12:37.554269+0100 Loop[8940:2059542] [GlucoseStore] Skipping adding glucose sample due to duplicate sync identifier: 1672776576
2023-01-03 21:12:37.554462+0100 Loop[8940:2059542] [GlucoseStore] Skipping adding glucose sample due to duplicate sync identifier: 1672776517
2023-01-03 21:12:37.554521+0100 Loop[8940:2059542] [GlucoseStore] Skipping adding glucose sample due to duplicate sync identifier: 1672776576
2023-01-03 21:12:37.554621+0100 Loop[8940:2059542] [GlucoseStore] Skipping adding glucose sample due to duplicate sync identifier: 1672776517
2023-01-03 21:12:37.555413+0100 Loop[8940:2058926] [DashPeripheralManager] waitForCommand 04
2023-01-03 21:12:37.555463+0100 Loop[8940:2059635] [DashPeripheralManager] CMD <<< 0400010000
2023-01-03 21:12:37.555500+0100 Loop[8940:2058926] [DashPeripheralManager] waitForCommand 00
2023-01-03 21:12:37.560342+0100 Loop[8940:2059542] [GlucoseStore] Purged 0 CachedGlucoseObjects
2023-01-03 21:12:37.569175+0100 Loop[8940:2059657] [GlucoseStore] observeUpdates invoked - queueing handling
2023-01-03 21:12:37.571992+0100 Loop[8940:2059542] [GlucoseStore] Stored 3 eligible glucose samples to HealthKit
2023-01-03 21:12:37.572150+0100 Loop[8940:2059542] [RemoteDataServicesManager] RemoteDataType Glucose triggering uploads for: ["Glucose"]
2023-01-03 21:12:37.574476+0100 Loop[8940:2059542] [GlucoseStore] Skipping processing results from anchored object query, as anchor was already processed
2023-01-03 21:12:37.574599+0100 Loop[8940:2059544] [LoopDataManager] Fetching counteraction effects after 2023-01-03 20:02:32 +0000
2023-01-03 21:12:37.574772+0100 Loop[8940:2058668] [GlucoseStore] <HKObserverQuery 0B9F53 QoS=Default state=active> notified with changes. Fetching from: <HKQueryAnchor: 13677823 812014f2720dce66b0123abad1c74bcce934b8ec63cce60334538f6e5e115ec574defc1fafb37003fe9af33cc97121a2eaebaaafd74cc88b1225b274bff615df>
2023-01-03 21:12:37.578871+0100 Loop[8940:2059542] [GlucoseStore] anchoredObjectQuery.resultsHandler: new: 5 deleted: 0 anchor: Optional(<HKQueryAnchor: 13677828 812014f2720dce66b0123abad1c74bcce934b8ec63cce60334538f6e5e115ec574defc1fafb37003fe9af33cc97121a2eaebaaafd74cc88b1225b274bff615df>)
2023-01-03 21:12:37.582243+0100 Loop[8940:2058667] [GlucoseStore] Sample 749AA4D8-5F42-481F-8A75-F9F635446C62 from HKAnchoredObjectQuery already present in cache
2023-01-03 21:12:37.582442+0100 Loop[8940:2058667] [GlucoseStore] Sample C6F6882B-1D27-41E6-9233-7EE51DD272F8 from HKAnchoredObjectQuery already present in cache
2023-01-03 21:12:37.582678+0100 Loop[8940:2058667] [GlucoseStore] Sample 88E31377-E128-466D-BDB3-CCC2B25B9407 from HKAnchoredObjectQuery already present in cache
2023-01-03 21:12:37.582832+0100 Loop[8940:2058667] [GlucoseStore] Sample 5E9AC8B8-9BEB-4B93-A947-2D5F3391659C from HKAnchoredObjectQuery already present in cache
2023-01-03 21:12:37.583078+0100 Loop[8940:2058667] [GlucoseStore] Sample 21EE8C82-0680-4C6E-879C-6D4CC76FB7E3 from HKAnchoredObjectQuery already present in cache
2023-01-03 21:12:37.583323+0100 Loop[8940:2058668] [GlucoseStore] <HKObserverQuery 0B9F53 QoS=Default state=active> notified with changes. Fetching from: <HKQueryAnchor: 13677828 812014f2720dce66b0123abad1c74bcce934b8ec63cce60334538f6e5e115ec574defc1fafb37003fe9af33cc97121a2eaebaaafd74cc88b1225b274bff615df>
2023-01-03 21:12:37.585371+0100 Loop[8940:2058667] [DashPeripheralManager] CMD <<< 00000100f4
2023-01-03 21:12:37.585410+0100 Loop[8940:2058926] [DashPeripheralManager] CMD >>> 01
2023-01-03 21:12:37.588342+0100 Loop[8940:2058667] [GlucoseStore] anchoredObjectQuery.resultsHandler: new: 0 deleted: 0 anchor: Optional(<HKQueryAnchor: 13677828 812014f2720dce66b0123abad1c74bcce934b8ec63cce60334538f6e5e115ec574defc1fafb37003fe9af33cc97121a2eaebaaafd74cc88b1225b274bff615df>)
2023-01-03 21:12:37.588557+0100 Loop[8940:2059542] [GlucoseStore] Skipping processing results from anchored object query, as anchor was already processed
2023-01-03 21:12:37.615434+0100 Loop[8940:2058926] [DashPeripheralManager] waitForData sequence 00
2023-01-03 21:12:37.615541+0100 Loop[8940:2059635] [DashPeripheralManager] DATA <<< 0002545710420700038017797d7317797d700200
2023-01-03 21:12:37.615582+0100 Loop[8940:2058926] [DashPeripheralManager] waitForData success 0002545710420700038017797d7317797d700200
2023-01-03 21:12:37.615604+0100 Loop[8940:2058926] [DashPeripheralManager] waitForData sequence 01
2023-01-03 21:12:37.625953+0100 Loop[8940:2059544] [LoopDataManager] Recomputing prediction and recommendations.
2023-01-03 21:12:37.629513+0100 Loop[8940:2059544] [DeviceDataManager] Rounded -0.013596899812972664 to 0.0
2023-01-03 21:12:37.629659+0100 Loop[8940:2059544] [LoopDataManager] Recommending dose: AutomaticDoseRecommendation(basalAdjustment: Optional(LoopKit.TempBasalRecommendation(unitsPerHour: 0.05, duration: 1800.0)), bolusUnits: Optional(0.0)) at 2023-01-03 20:12:37 +0000
2023-01-03 21:12:37.645549+0100 Loop[8940:2059657] [DashPeripheralManager] DATA <<< 01001c17017c6803030040d3eda3b91c63e23c7e
2023-01-03 21:12:37.645592+0100 Loop[8940:2058926] [DashPeripheralManager] waitForData success 01001c17017c6803030040d3eda3b91c63e23c7e
2023-01-03 21:12:37.645610+0100 Loop[8940:2058926] [DashPeripheralManager] waitForData sequence 02
2023-01-03 21:12:37.675492+0100 Loop[8940:2059657] [DashPeripheralManager] DATA <<< 020792d023800281fccdb75676
2023-01-03 21:12:37.675528+0100 Loop[8940:2058926] [DashPeripheralManager] waitForData success 020792d023800281fccdb75676
2023-01-03 21:12:37.675600+0100 Loop[8940:2058926] [DashPeripheralManager] CMD >>> 04
2023-01-03 21:12:37.679170+0100 Loop[8940:2059544] [DeviceDataManager] Rounded 0.0 to 0.0
2023-01-03 21:12:37.686023+0100 Loop[8940:2059544] [LoopDataManager] Manual bolus rec = Optional(LoopKit.ManualBolusRecommendationWithDate(recommendation: LoopKit.ManualBolusRecommendation(amount: 0.0, pendingInsulin: 0.0, notice: Optional(LoopKit.BolusRecommendationNotice.allGlucoseBelowTarget(minGlucose: LoopKit.PredictedGlucoseValue(startDate: 2023-01-04 02:10:00 +0000, quantity: 97.1587 mg/dL)))), date: 2023-01-03 20:12:37 +0000))
2023-01-03 21:12:37.720436+0100 Loop[8940:2058926] [DashPeripheralManager] CMD >>> 00
2023-01-03 21:12:37.732509+0100 Loop[8940:2059544] [LoopDataManager] Received notification of glucose samples changing
2023-01-03 21:12:37.734398+0100 Loop[8940:2056330] [StatusTableViewController] [reloadData] from notification with context Optional(Loop.LoopDataManager.LoopUpdateContext.glucose)
2023-01-03 21:12:37.734578+0100 Loop[8940:2059544] [LoopDataManager] Received notification of glucose samples changing
2023-01-03 21:12:37.735303+0100 Loop[8940:2059544] [DeviceDataManager] Asserting current pump data
2023-01-03 21:12:37.735729+0100 Loop[8940:2059544] [OmniBLEPumpManager] Skipping status update because pumpData is fresh
2023-01-03 21:12:37.735796+0100 Loop[8940:2059542] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:37.736133+0100 Loop[8940:2056330] [StatusTableViewController] [reloadData] from notification with context Optional(Loop.LoopDataManager.LoopUpdateContext.glucose)
2023-01-03 21:12:37.736134+0100 Loop[8940:2059544] [LoopDataManager] Received notification of glucose samples changing
2023-01-03 21:12:37.737084+0100 Loop[8940:2059544] [DeviceDataManager] Asserting current pump data
2023-01-03 21:12:37.737357+0100 Loop[8940:2056330] [CGMStalenessMonitor] cgmDataIsStale: false
2023-01-03 21:12:37.737377+0100 Loop[8940:2056330] [CGMStalenessMonitor] Updating CGM Staleness timer to fire at 2023-01-03 20:23:37 +0000
2023-01-03 21:12:37.737546+0100 Loop[8940:2056330] [StatusTableViewController] [reloadData] from notification with context Optional(Loop.LoopDataManager.LoopUpdateContext.glucose)
2023-01-03 21:12:37.738110+0100 Loop[8940:2059544] [OmniBLEPumpManager] Skipping status update because pumpData is fresh
2023-01-03 21:12:37.738707+0100 Loop[8940:2056330] [CGMStalenessMonitor] cgmDataIsStale: false
2023-01-03 21:12:37.738720+0100 Loop[8940:2056330] [CGMStalenessMonitor] Updating CGM Staleness timer to fire at 2023-01-03 20:26:37 +0000
2023-01-03 21:12:37.742112+0100 Loop[8940:2059635] [DosingDecisionStore] Purged 2 DosingDecisionObjects
2023-01-03 21:12:37.742169+0100 Loop[8940:2059635] [RemoteDataServicesManager] RemoteDataType DosingDecision triggering uploads for: ["DosingDecision"]
2023-01-03 21:12:37.742859+0100 Loop[8940:2059542] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:37.742915+0100 Loop[8940:2059542] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:37.745581+0100 Loop[8940:2059542] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:37.750382+0100 Loop[8940:2058926] [DashPeripheralManager] waitForCommand 01
2023-01-03 21:12:37.750412+0100 Loop[8940:2060858] [DashPeripheralManager] CMD <<< 0100010014
2023-01-03 21:12:37.750489+0100 Loop[8940:2058926] [DashPeripheralManager] DATA >>> 0001545710020300008017797d7017797d730300
2023-01-03 21:12:37.788435+0100 Loop[8940:2058926] [DashPeripheralManager] DATA >>> 0102ee2c9d710004000000000000000000000000
2023-01-03 21:12:37.810254+0100 Loop[8940:2058926] [DashPeripheralManager] waitForCommand 04
2023-01-03 21:12:37.810293+0100 Loop[8940:2058668] [DashPeripheralManager] CMD <<< 0400010000
2023-01-03 21:12:37.810325+0100 Loop[8940:2058926] [PodComms] Session Established
2023-01-03 21:12:37.810340+0100 Loop[8940:2058926] [PodComms] msgSequenceNumber: 3
2023-01-03 21:12:37.810354+0100 Loop[8940:2058926] [PodComms] Setting podState transport state to ## MessageTransportState
eapSeq: 837
msgSeq: 3
nonceSeq: 0
messageNumber: 15
2023-01-03 21:12:37.810479+0100 Loop[8940:2058926] [DashPeripheralManager] Scheduling session Post-connect status fetch
2023-01-03 21:12:37.810521+0100 Loop[8940:2058926] [DashPeripheralManager] Delegate configuration notified
2023-01-03 21:12:37.810534+0100 Loop[8940:2058926] [DashPeripheralManager] Peripheral configuration completed
2023-01-03 21:12:37.810571+0100 Loop[8940:2060858] [DashPeripheralManager] ======================== Post-connect status fetch ===========================
2023-01-03 21:12:37.810703+0100 Loop[8940:2060858] [PodMessageTransport] Send(Hex): 17797d733c030e01000119
2023-01-03 21:12:37.810725+0100 Loop[8940:2060858] [OmniBLEPumpManager] didSend: 17797d733c030e01000119
2023-01-03 21:12:37.811025+0100 Loop[8940:2058668] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:37.811054+0100 Loop[8940:2060858] [PodMessageTransport] Sending command: 53302e303d000b17797d733c030e010001192c47302e30
2023-01-03 21:12:37.811193+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Ck d1e38696b703e6c1de78072e9074aa6c
2023-01-03 21:12:37.811210+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Header 54571101040002e017797d7017797d73
2023-01-03 21:12:37.811229+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Payload: 53302e303d000b17797d733c030e010001192c47302e30
2023-01-03 21:12:37.811241+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Nonce e2cf7978cdb756760000000001
2023-01-03 21:12:37.811634+0100 Loop[8940:2058926] [PersistentDeviceLog] send (17797D73) 17797d733c030e01000119
2023-01-03 21:12:37.812202+0100 Loop[8940:2060858] [EnDecrypt] Encrypted payload: 6667c80b7964a40041b05ed9671eb6f20f3d7ac6b80484
2023-01-03 21:12:37.812215+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Tag: b18e4a8d507826bb
2023-01-03 21:12:37.812239+0100 Loop[8940:2060858] [DashPeripheralManager] CMD >>> 00
2023-01-03 21:12:37.813854+0100 Loop[8940:2058668] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:37.813927+0100 Loop[8940:2058668] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:37.815664+0100 Loop[8940:2058668] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:37.815710+0100 Loop[8940:2058668] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:37.817571+0100 Loop[8940:2058668] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:37.817615+0100 Loop[8940:2058668] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:37.819368+0100 Loop[8940:2058668] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:37.840459+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 01
2023-01-03 21:12:37.840468+0100 Loop[8940:2058668] [DashPeripheralManager] CMD <<< 0100010014
2023-01-03 21:12:37.840585+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 000254571101040002e017797d7017797d736667
2023-01-03 21:12:37.868669+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 01c80b7964a40041b05ed9671eb6f20f3d7ac6b8
2023-01-03 21:12:37.913709+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 020a0af577f70484b18e4a8d507826bb00000000
2023-01-03 21:12:37.944578+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 04
2023-01-03 21:12:37.944643+0100 Loop[8940:2058668] [DashPeripheralManager] CMD <<< 0400010000
2023-01-03 21:12:37.944680+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 00
2023-01-03 21:12:38.063859+0100 Loop[8940:2058668] [DashPeripheralManager] CMD <<< 00000100f4
2023-01-03 21:12:38.063899+0100 Loop[8940:2060858] [DashPeripheralManager] CMD >>> 01
2023-01-03 21:12:38.095433+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData sequence 00
2023-01-03 21:12:38.095506+0100 Loop[8940:2058668] [DashPeripheralManager] DATA <<< 0002545711a10805030017797d7317797d7073c4
2023-01-03 21:12:38.095557+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData success 0002545711a10805030017797d7317797d7073c4
2023-01-03 21:12:38.095583+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData sequence 01
2023-01-03 21:12:38.125978+0100 Loop[8940:2058668] [DashPeripheralManager] DATA <<< 01ad768b3693e6c6aa770706b543fbeca1c5cbe1
2023-01-03 21:12:38.126017+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData success 01ad768b3693e6c6aa770706b543fbeca1c5cbe1
2023-01-03 21:12:38.126034+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData sequence 02
2023-01-03 21:12:38.153881+0100 Loop[8940:2058668] [DashPeripheralManager] DATA <<< 020b988743009807594ffc140f2ddee437
2023-01-03 21:12:38.153930+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData success 020b988743009807594ffc140f2ddee437
2023-01-03 21:12:38.153987+0100 Loop[8940:2060858] [DashPeripheralManager] CMD >>> 04
2023-01-03 21:12:38.184286+0100 Loop[8940:2060858] [EnDecrypt] Decrypt ck d1e38696b703e6c1de78072e9074aa6c
2023-01-03 21:12:38.184303+0100 Loop[8940:2060858] [EnDecrypt] Decrypt header 545711a10805030017797d7317797d70
2023-01-03 21:12:38.184328+0100 Loop[8940:2060858] [EnDecrypt] Decrypt payload: 73c4ad768b3693e6c6aa770706b543fbeca1c5cbe19807594ffc140f2ddee437
2023-01-03 21:12:38.184345+0100 Loop[8940:2060858] [EnDecrypt] Decrypt Nonce e2cf7978cdb756768000000002
2023-01-03 21:12:38.184358+0100 Loop[8940:2060858] [EnDecrypt] Decrypt Tag: 4ffc140f2ddee437
2023-01-03 21:12:38.184451+0100 Loop[8940:2058668] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:38.185425+0100 Loop[8940:2060858] [EnDecrypt] Decrypted payload 302e303d001217797d73000a1d1902cf2800003457b682b3
2023-01-03 21:12:38.185457+0100 Loop[8940:2060858] [PodMessageTransport] Received response: 302e303d001217797d73000a1d1902cf2800003457b682b3
2023-01-03 21:12:38.185499+0100 Loop[8940:2060858] [PodMessageTransport] Received decrypted response: 17797d73000a1d1902cf2800003457b682b3 in packet: 302e303d001217797d73000a1d1902cf2800003457b682b3
2023-01-03 21:12:38.185544+0100 Loop[8940:2060858] [PodMessageTransport] Recv(Hex): 17797d73000a1d1902cf2800003457b682b3
2023-01-03 21:12:38.185575+0100 Loop[8940:2060858] [OmniBLEPumpManager] didReceive: 17797d73000a1d1902cf2800003457b682b3
2023-01-03 21:12:38.186042+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Ck d1e38696b703e6c1de78072e9074aa6c
2023-01-03 21:12:38.186063+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Header 545710810509000017797d7017797d73
2023-01-03 21:12:38.186070+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Payload:
2023-01-03 21:12:38.186082+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Nonce e2cf7978cdb756760000000003
2023-01-03 21:12:38.186698+0100 Loop[8940:2059658] [PersistentDeviceLog] receive (17797D73) 17797d73000a1d1902cf2800003457b682b3
2023-01-03 21:12:38.186903+0100 Loop[8940:2060858] [EnDecrypt] Encrypted payload:
2023-01-03 21:12:38.186917+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Tag: f76633c95923a677
2023-01-03 21:12:38.186932+0100 Loop[8940:2060858] [PodMessageTransport] Sending ACK: f76633c95923a677 in packet $ack
2023-01-03 21:12:38.186950+0100 Loop[8940:2060858] [DashPeripheralManager] CMD >>> 00
2023-01-03 21:12:38.192202+0100 Loop[8940:2058668] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:38.192308+0100 Loop[8940:2058668] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:38.194299+0100 Loop[8940:2058668] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:38.194354+0100 Loop[8940:2058668] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:38.196161+0100 Loop[8940:2058668] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:38.214958+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 01
2023-01-03 21:12:38.214998+0100 Loop[8940:2058668] [DashPeripheralManager] CMD <<< 0100010014
2023-01-03 21:12:38.215063+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 0001545710810509000017797d7017797d73f766
2023-01-03 21:12:38.245535+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 01066ad03e5033c95923a6770000000000000000
2023-01-03 21:12:38.275375+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 04
2023-01-03 21:12:38.275430+0100 Loop[8940:2058668] [DashPeripheralManager] CMD <<< 0400010000
2023-01-03 21:12:38.275626+0100 Loop[8940:2060858] [PodCommsSession] POD Response: StatusResponse(deliveryStatus:Scheduled basal, progressStatus:Low reservoir, timeActive:2 days plus 07:49, reservoirLevel:47.5, delivered:71.9, bolusNotDelivered:0.0, lastProgrammingMessageSeqNum:5, alerts:No alerts)
2023-01-03 21:12:38.275765+0100 Loop[8940:2058668] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:38.278077+0100 Loop[8940:2058668] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:38.278148+0100 Loop[8940:2058668] [OmniBLEPumpManager] DU: updating reservoir level 47.5
2023-01-03 21:12:38.278181+0100 Loop[8940:2058668] [DeviceDataManager] PumpManager:OmniBLEPumpManager did read reservoir value
2023-01-03 21:12:38.278258+0100 Loop[8940:2058668] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:38.280164+0100 Loop[8940:2058668] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:38.280289+0100 Loop[8940:2058668] [DeviceDataManager] PumpManager:OmniBLEPumpManager hasNewPumpEvents (lastReconciliation = Optional(2023-01-03 20:12:38 +0000))
2023-01-03 21:12:38.280426+0100 Loop[8940:2058668] [OmniBLEPumpManager] DU: Stored pod events: []
2023-01-03 21:12:38.280517+0100 Loop[8940:2060858] [PodCommsSession] Stored doses: []
2023-01-03 21:12:38.280551+0100 Loop[8940:2060858] [DashPeripheralManager] ------------------------ Post-connect status fetch ---------------------------
2023-01-03 21:12:38.280581+0100 Loop[8940:2060858] [DashPeripheralManager] Start of idle at Optional(2023-01-03 20:12:38 +0000)
2023-01-03 21:12:38.280689+0100 Loop[8940:2058668] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
Thread Performance Checker: Thread running at QOS_CLASS_USER_INITIATED waiting on a lower QoS thread running at QOS_CLASS_UTILITY. Investigate ways to avoid priority inversions
PID: 8940, TID: 2060858
Backtrace
=================================================================
3 OmniBLE 0x000000010c7c3c60 $s7OmniBLE0A14BLEPumpManagerC5store5doses2inSbSayAA15UnfinalizedDoseVG_AA15PodCommsSessionCtF + 272
4 OmniBLE 0x000000010c7db788 $s7OmniBLE0A14BLEPumpManagerC27podCommsDidEstablishSessionyyAA03PodF0CFyAF0I9RunResultOcfU_SbSayAA15UnfinalizedDoseVGXEfU_ + 64
5 OmniBLE 0x000000010c6d65c8 $s7OmniBLE15PodCommsSessionC15dosesForStorageyySbSayAA15UnfinalizedDoseVGXEF + 288
6 OmniBLE 0x000000010c7db5e0 $s7OmniBLE0A14BLEPumpManagerC27podCommsDidEstablishSessionyyAA03PodF0CFyAF0I9RunResultOcfU_ + 748
7 OmniBLE 0x000000010c6ff388 $s7OmniBLE8PodCommsC10runSession8withName_ySS_yAC0F9RunResultOctFyycfU_ + 1508
8 OmniBLE 0x000000010c723cec $s7OmniBLE17PeripheralManagerC10runSession8withName_ySS_yyctFyycfU_yACcfU_ + 580
9 OmniBLE 0x000000010c71d984 $s7OmniBLE17PeripheralManagerC15configureAndRunyyycyACcFyycfU_ + 1792
10 OmniBLE 0x000000010c5d7b90 $sIeg_IeyB_TR + 48
11 libdispatch.dylib 0x0000000103bc05a8 _dispatch_call_block_and_release + 32
12 libdispatch.dylib 0x0000000103bc205c _dispatch_client_callout + 20
13 libdispatch.dylib 0x0000000103bca10c _dispatch_lane_serial_drain + 988
14 libdispatch.dylib 0x0000000103bcae34 _dispatch_lane_invoke + 420
15 libdispatch.dylib 0x0000000103bd7cbc _dispatch_workloop_worker_thread + 740
16 libsystem_pthread.dylib 0x00000001d735ddf8 _pthread_wqthread + 288
17 libsystem_pthread.dylib 0x00000001d735db98 start_wqthread + 8
2023-01-03 21:12:38.283435+0100 Loop[8940:2058668] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:41.436074+0100 Loop[8940:2059544] [LoopDataManager] Fetching counteraction effects after 2023-01-03 20:02:32 +0000
2023-01-03 21:12:41.506381+0100 Loop[8940:2059544] [LoopDataManager] Recomputing prediction and recommendations.
2023-01-03 21:12:41.520536+0100 Loop[8940:2059544] [DeviceDataManager] Rounded -0.013596899812972664 to 0.0
2023-01-03 21:12:41.521022+0100 Loop[8940:2059544] [LoopDataManager] Recommending dose: AutomaticDoseRecommendation(basalAdjustment: Optional(LoopKit.TempBasalRecommendation(unitsPerHour: 0.05, duration: 1800.0)), bolusUnits: Optional(0.0)) at 2023-01-03 20:12:41 +0000
2023-01-03 21:12:52.190403+0100 Loop[8940:2058667] [GlucoseStore] observeUpdates invoked - queueing handling
2023-01-03 21:12:52.191713+0100 Loop[8940:2060858] [GlucoseStore] <HKObserverQuery 0B9F53 QoS=Default state=active> notified with changes. Fetching from: <HKQueryAnchor: 13677828 812014f2720dce66b0123abad1c74bcce934b8ec63cce60334538f6e5e115ec574defc1fafb37003fe9af33cc97121a2eaebaaafd74cc88b1225b274bff615df>
2023-01-03 21:12:52.196202+0100 Loop[8940:2058667] [WC] WCSession counterpart app not installed
2023-01-03 21:12:52.212125+0100 Loop[8940:2058667] [GlucoseStore] anchoredObjectQuery.resultsHandler: new: 1 deleted: 0 anchor: Optional(<HKQueryAnchor: 13677829 812014f2720dce66b0123abad1c74bcce934b8ec63cce60334538f6e5e115ec574defc1fafb37003fe9af33cc97121a2eaebaaafd74cc88b1225b274bff615df>)
2023-01-03 21:12:54.341524+0100 Loop[8940:2058668] [GlucoseStore] Saved sample B4FF179C-4ABF-46ED-9E94-FF61AA261A13 into cache from HKAnchoredObjectQuery
2023-01-03 21:12:54.392557+0100 Loop[8940:2059544] [LoopDataManager] Looping with timeBasedDoseApplicationFactor = 1.0
2023-01-03 21:12:54.392634+0100 Loop[8940:2059544] [LoopDataManager] Loop running
2023-01-03 21:12:54.393869+0100 Loop[8940:2059657] [AlertStore] Alert not found for update: Loop.significantTimeChange
2023-01-03 21:12:54.393895+0100 Loop[8940:2058668] [GlucoseStore] Purged 2 CachedGlucoseObjects
2023-01-03 21:12:54.435163+0100 Loop[8940:2058668] [RemoteDataServicesManager] RemoteDataType Glucose triggering uploads for: ["Glucose"]
2023-01-03 21:12:54.439728+0100 Loop[8940:2059544] [LoopDataManager] Fetching counteraction effects after 2023-01-03 20:11:37 +0000
2023-01-03 21:12:54.496634+0100 Loop[8940:2059544] [LoopDataManager] Recomputing prediction and recommendations.
2023-01-03 21:12:54.500260+0100 Loop[8940:2059544] [DeviceDataManager] Rounded -0.058234118592012545 to 0.0
2023-01-03 21:12:54.500547+0100 Loop[8940:2059544] [LoopDataManager] Recommending dose: AutomaticDoseRecommendation(basalAdjustment: Optional(LoopKit.TempBasalRecommendation(unitsPerHour: 0.05, duration: 1800.0)), bolusUnits: Optional(0.0)) at 2023-01-03 20:12:54 +0000
2023-01-03 21:12:54.500867+0100 Loop[8940:2059544] [DeviceDataManager] LoopManager did recommend dose: AutomaticDoseRecommendation(basalAdjustment: Optional(LoopKit.TempBasalRecommendation(unitsPerHour: 0.05, duration: 1800.0)), bolusUnits: Optional(0.0))
2023-01-03 21:12:54.501814+0100 Loop[8940:2058668] [DoseEnactor] Enacting recommend basal change
2023-01-03 21:12:54.502407+0100 Loop[8940:2058668] [DashPeripheralManager] Scheduling session Enact Temp Basal
2023-01-03 21:12:54.502601+0100 Loop[8940:2060858] [DashPeripheralManager] ======================== Enact Temp Basal ===========================
2023-01-03 21:12:54.502938+0100 Loop[8940:2060858] [OmniBLEPumpManager] Enact temp basal 0.050U/hr for 1800s
2023-01-03 21:12:54.503602+0100 Loop[8940:2059635] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.504158+0100 Loop[8940:2060858] [PodMessageTransport] Send(Hex): 17797d7304071f05494e532e028388
2023-01-03 21:12:54.504237+0100 Loop[8940:2060858] [OmniBLEPumpManager] didSend: 17797d7304071f05494e532e028388
2023-01-03 21:12:54.504725+0100 Loop[8940:2060858] [PodMessageTransport] Sending command: 53302e303d000f17797d7304071f05494e532e0283882c47302e30
2023-01-03 21:12:54.505096+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Ck d1e38696b703e6c1de78072e9074aa6c
2023-01-03 21:12:54.505229+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Header 545711010600036017797d7017797d73
2023-01-03 21:12:54.505319+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Payload: 53302e303d000f17797d7304071f05494e532e0283882c47302e30
2023-01-03 21:12:54.505385+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Nonce e2cf7978cdb756760000000004
2023-01-03 21:12:54.507227+0100 Loop[8940:2059657] [PersistentDeviceLog] send (17797D73) 17797d7304071f05494e532e028388
2023-01-03 21:12:54.508045+0100 Loop[8940:2060858] [EnDecrypt] Encrypted payload: 0157551f46745fa85c6a644c0bca8c8092c5efa44363205febef73
2023-01-03 21:12:54.508082+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Tag: ca10eb00bc5aa88d
2023-01-03 21:12:54.508175+0100 Loop[8940:2060858] [DashPeripheralManager] CMD >>> 00
2023-01-03 21:12:54.510837+0100 Loop[8940:2059635] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.510932+0100 Loop[8940:2059635] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.513325+0100 Loop[8940:2059635] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.513526+0100 Loop[8940:2059635] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.516195+0100 Loop[8940:2059635] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.516435+0100 Loop[8940:2059635] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.519247+0100 Loop[8940:2059635] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.534445+0100 Loop[8940:2059635] [DashPeripheralManager] CMD <<< 0100010014
2023-01-03 21:12:54.534658+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 01
2023-01-03 21:12:54.535116+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 0002545711010600036017797d7017797d730157
2023-01-03 21:12:54.565718+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 01551f46745fa85c6a644c0bca8c8092c5efa443
2023-01-03 21:12:54.595777+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 020ef57144d863205febef73ca10eb00bc5aa88d
2023-01-03 21:12:54.625828+0100 Loop[8940:2059635] [DashPeripheralManager] CMD <<< 0400010000
2023-01-03 21:12:54.626033+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 04
2023-01-03 21:12:54.626082+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 00
2023-01-03 21:12:54.684711+0100 Loop[8940:2059635] [DashPeripheralManager] CMD <<< 00000100f4
2023-01-03 21:12:54.685146+0100 Loop[8940:2060858] [DashPeripheralManager] CMD >>> 01
2023-01-03 21:12:54.714516+0100 Loop[8940:2059658] [DashPeripheralManager] DATA <<< 0002545711a10907030017797d7317797d709cb0
2023-01-03 21:12:54.714710+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData sequence 00
2023-01-03 21:12:54.715111+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData success 0002545711a10907030017797d7317797d709cb0
2023-01-03 21:12:54.715327+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData sequence 01
2023-01-03 21:12:54.744546+0100 Loop[8940:2059658] [DashPeripheralManager] DATA <<< 01547a7a7b0772e981191cf5088451c7718b9b88
2023-01-03 21:12:54.744888+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData success 01547a7a7b0772e981191cf5088451c7718b9b88
2023-01-03 21:12:54.745295+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData sequence 02
2023-01-03 21:12:54.776639+0100 Loop[8940:2059658] [DashPeripheralManager] DATA <<< 020b8c11b4ae11db2eec363d0f982cde7f
2023-01-03 21:12:54.776960+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData success 020b8c11b4ae11db2eec363d0f982cde7f
2023-01-03 21:12:54.777831+0100 Loop[8940:2060858] [DashPeripheralManager] CMD >>> 04
2023-01-03 21:12:54.806589+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.806659+0100 Loop[8940:2060858] [EnDecrypt] Decrypt ck d1e38696b703e6c1de78072e9074aa6c
2023-01-03 21:12:54.806857+0100 Loop[8940:2060858] [EnDecrypt] Decrypt header 545711a10907030017797d7317797d70
2023-01-03 21:12:54.807596+0100 Loop[8940:2060858] [EnDecrypt] Decrypt payload: 9cb0547a7a7b0772e981191cf5088451c7718b9b8811db2eec363d0f982cde7f
2023-01-03 21:12:54.807762+0100 Loop[8940:2060858] [EnDecrypt] Decrypt Nonce e2cf7978cdb756768000000005
2023-01-03 21:12:54.807865+0100 Loop[8940:2060858] [EnDecrypt] Decrypt Tag: ec363d0f982cde7f
2023-01-03 21:12:54.815721+0100 Loop[8940:2060858] [EnDecrypt] Decrypted payload 302e303d001217797d73080a1d1902cf0800003457b601fc
2023-01-03 21:12:54.815911+0100 Loop[8940:2060858] [PodMessageTransport] Received response: 302e303d001217797d73080a1d1902cf0800003457b601fc
2023-01-03 21:12:54.816181+0100 Loop[8940:2060858] [PodMessageTransport] Received decrypted response: 17797d73080a1d1902cf0800003457b601fc in packet: 302e303d001217797d73080a1d1902cf0800003457b601fc
2023-01-03 21:12:54.816498+0100 Loop[8940:2060858] [PodMessageTransport] Recv(Hex): 17797d73080a1d1902cf0800003457b601fc
2023-01-03 21:12:54.816832+0100 Loop[8940:2060858] [OmniBLEPumpManager] didReceive: 17797d73080a1d1902cf0800003457b601fc
2023-01-03 21:12:54.818555+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Ck d1e38696b703e6c1de78072e9074aa6c
2023-01-03 21:12:54.819272+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Header 54571081070a000017797d7017797d73
2023-01-03 21:12:54.819325+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Payload:
2023-01-03 21:12:54.819450+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Nonce e2cf7978cdb756760000000006
2023-01-03 21:12:54.820372+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.820505+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.823244+0100 Loop[8940:2059635] [PersistentDeviceLog] receive (17797D73) 17797d73080a1d1902cf0800003457b601fc
2023-01-03 21:12:54.823602+0100 Loop[8940:2060858] [EnDecrypt] Encrypted payload:
2023-01-03 21:12:54.823796+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Tag: 998aadf525841058
2023-01-03 21:12:54.823940+0100 Loop[8940:2060858] [PodMessageTransport] Sending ACK: 998aadf525841058 in packet $ack
2023-01-03 21:12:54.824174+0100 Loop[8940:2060858] [DashPeripheralManager] CMD >>> 00
2023-01-03 21:12:54.824921+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.825010+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.828109+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.850868+0100 Loop[8940:2059657] [DashPeripheralManager] CMD <<< 0100010014
2023-01-03 21:12:54.851139+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 01
2023-01-03 21:12:54.851507+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 000154571081070a000017797d7017797d73998a
2023-01-03 21:12:54.881094+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 0106a504f28dadf5258410580000000000000000
2023-01-03 21:12:54.911130+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 04
2023-01-03 21:12:54.911165+0100 Loop[8940:2059658] [DashPeripheralManager] CMD <<< 0400010000
2023-01-03 21:12:54.912126+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.912848+0100 Loop[8940:2060858] [PodCommsSession] POD Response: StatusResponse(deliveryStatus:Scheduled basal, progressStatus:Low reservoir, timeActive:2 days plus 07:49, reservoirLevel:47.5, delivered:71.9, bolusNotDelivered:0.0, lastProgrammingMessageSeqNum:1, alerts:No alerts)
2023-01-03 21:12:54.916215+0100 Loop[8940:2056330] [StatusTableViewController] PumpManager:OmniBLEPumpManager did update status
2023-01-03 21:12:54.916429+0100 Loop[8940:2056330] [StatusTableViewController] New basalDeliveryState: Optional(LoopKit.PumpManagerStatus.BasalDeliveryState.initiatingTempBasal)
2023-01-03 21:12:54.919347+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.919532+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.921075+0100 Loop[8940:2060858] [PodMessageTransport] Send(Hex): 17797d730c201a0e494e532e01007901384000000000160e0000000515752a00000515752a008134
2023-01-03 21:12:54.921846+0100 Loop[8940:2060858] [OmniBLEPumpManager] didSend: 17797d730c201a0e494e532e01007901384000000000160e0000000515752a00000515752a008134
2023-01-03 21:12:54.923420+0100 Loop[8940:2060858] [PodMessageTransport] Sending command: 53302e303d002817797d730c201a0e494e532e01007901384000000000160e0000000515752a00000515752a0081342c47302e30
2023-01-03 21:12:54.924877+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Ck d1e38696b703e6c1de78072e9074aa6c
2023-01-03 21:12:54.925029+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Header 545711010800068017797d7017797d73
2023-01-03 21:12:54.925403+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Payload: 53302e303d002817797d730c201a0e494e532e01007901384000000000160e0000000515752a00000515752a0081342c47302e30
2023-01-03 21:12:54.925927+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Nonce e2cf7978cdb756760000000007
2023-01-03 21:12:54.926610+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.926728+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.932868+0100 Loop[8940:2059657] [PersistentDeviceLog] send (17797D73) 17797d730c201a0e494e532e01007901384000000000160e0000000515752a00000515752a008134
2023-01-03 21:12:54.933817+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.933893+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.935184+0100 Loop[8940:2060858] [EnDecrypt] Encrypted payload: aa327feef59c5f8f4af04d5aff06146ac52e05b0b5e48f82783e16056b4371b740525b336c919cfb4fdf5fa3bb69cf534be0cc56
2023-01-03 21:12:54.935230+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Tag: 96be4d81139df763
2023-01-03 21:12:54.935313+0100 Loop[8940:2060858] [DashPeripheralManager] CMD >>> 00
2023-01-03 21:12:54.936718+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.937004+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update status: ## PumpManagerStatus
* timeZone: GMT+0100 (fixed)
* device: <<HKDevice: 0x280a1b340>, name:Omnipod-Dash, manufacturer:Insulet, model:Dash, hardware:4, firmware:4.10.0 1.4.0, software:1.0, localIdentifier:17797D73>
* pumpBatteryChargeRemaining: nil
* basalDeliveryState: Optional(LoopKit.PumpManagerStatus.BasalDeliveryState.initiatingTempBasal)
* bolusState: noBolus
* insulinType: Optional(LoopKit.InsulinType.fiasp)
* deliveryIsUncertain: false
2023-01-03 21:12:54.937176+0100 Loop[8940:2059658] [LoopDataManager] Updating basalDeliveryState to Optional(LoopKit.PumpManagerStatus.BasalDeliveryState.initiatingTempBasal)
2023-01-03 21:12:54.937555+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.940323+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.940399+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.942520+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.942896+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.945337+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.945405+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:54.947683+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:54.969949+0100 Loop[8940:2059635] [DashPeripheralManager] CMD <<< 0100010014
2023-01-03 21:12:54.970146+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 01
2023-01-03 21:12:54.970541+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 0004545711010800068017797d7017797d73aa32
2023-01-03 21:12:54.999622+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 017feef59c5f8f4af04d5aff06146ac52e05b0b5
2023-01-03 21:12:55.037855+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 02e48f82783e16056b4371b740525b336c919cfb
2023-01-03 21:12:55.075916+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 034fdf5fa3bb69cf534be0cc5696be4d81139df7
2023-01-03 21:12:55.105872+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 04017a66d1426300000000000000000000000000
2023-01-03 21:12:55.135947+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 04
2023-01-03 21:12:55.150229+0100 Loop[8940:2059635] [DashPeripheralManager] CMD <<< 0400010000
2023-01-03 21:12:55.150514+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 00
2023-01-03 21:12:55.179683+0100 Loop[8940:2059635] [DashPeripheralManager] CMD <<< 00000100f4
2023-01-03 21:12:55.180025+0100 Loop[8940:2060858] [DashPeripheralManager] CMD >>> 01
2023-01-03 21:12:55.209628+0100 Loop[8940:2059658] [DashPeripheralManager] DATA <<< 0002545711a10a09030017797d7317797d70a1e1
2023-01-03 21:12:55.209839+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData sequence 00
2023-01-03 21:12:55.210377+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData success 0002545711a10a09030017797d7317797d70a1e1
2023-01-03 21:12:55.210649+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData sequence 01
2023-01-03 21:12:55.240127+0100 Loop[8940:2059658] [DashPeripheralManager] DATA <<< 0174b8f7f27382dbc8d0be49b24879d4f42981be
2023-01-03 21:12:55.240498+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData success 0174b8f7f27382dbc8d0be49b24879d4f42981be
2023-01-03 21:12:55.240818+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData sequence 02
2023-01-03 21:12:55.271232+0100 Loop[8940:2059658] [DashPeripheralManager] DATA <<< 020bd0e70508bee8ed7b1ee62c1a140e41
2023-01-03 21:12:55.271573+0100 Loop[8940:2060858] [DashPeripheralManager] waitForData success 020bd0e70508bee8ed7b1ee62c1a140e41
2023-01-03 21:12:55.272346+0100 Loop[8940:2060858] [DashPeripheralManager] CMD >>> 04
2023-01-03 21:12:55.301815+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:55.301888+0100 Loop[8940:2060858] [EnDecrypt] Decrypt ck d1e38696b703e6c1de78072e9074aa6c
2023-01-03 21:12:55.302709+0100 Loop[8940:2060858] [EnDecrypt] Decrypt header 545711a10a09030017797d7317797d70
2023-01-03 21:12:55.303016+0100 Loop[8940:2060858] [EnDecrypt] Decrypt payload: a1e174b8f7f27382dbc8d0be49b24879d4f42981bebee8ed7b1ee62c1a140e41
2023-01-03 21:12:55.303221+0100 Loop[8940:2060858] [EnDecrypt] Decrypt Nonce e2cf7978cdb756768000000008
2023-01-03 21:12:55.303586+0100 Loop[8940:2060858] [EnDecrypt] Decrypt Tag: 7b1ee62c1a140e41
2023-01-03 21:12:55.310123+0100 Loop[8940:2060858] [EnDecrypt] Decrypted payload 302e303d001217797d73100a1d2902cf1800003457b681b7
2023-01-03 21:12:55.310334+0100 Loop[8940:2060858] [PodMessageTransport] Received response: 302e303d001217797d73100a1d2902cf1800003457b681b7
2023-01-03 21:12:55.310615+0100 Loop[8940:2060858] [PodMessageTransport] Received decrypted response: 17797d73100a1d2902cf1800003457b681b7 in packet: 302e303d001217797d73100a1d2902cf1800003457b681b7
2023-01-03 21:12:55.310841+0100 Loop[8940:2060858] [PodMessageTransport] Recv(Hex): 17797d73100a1d2902cf1800003457b681b7
2023-01-03 21:12:55.311246+0100 Loop[8940:2060858] [OmniBLEPumpManager] didReceive: 17797d73100a1d2902cf1800003457b681b7
2023-01-03 21:12:55.312501+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Ck d1e38696b703e6c1de78072e9074aa6c
2023-01-03 21:12:55.312582+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Header 54571081090b000017797d7017797d73
2023-01-03 21:12:55.312599+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Payload:
2023-01-03 21:12:55.312655+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Nonce e2cf7978cdb756760000000009
2023-01-03 21:12:55.313642+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:55.313741+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:55.317171+0100 Loop[8940:2060858] [EnDecrypt] Encrypted payload:
2023-01-03 21:12:55.317295+0100 Loop[8940:2059635] [PersistentDeviceLog] receive (17797D73) 17797d73100a1d2902cf1800003457b681b7
2023-01-03 21:12:55.317314+0100 Loop[8940:2060858] [EnDecrypt] Encrypt Tag: 232a67766931fa0e
2023-01-03 21:12:55.317716+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:55.317721+0100 Loop[8940:2060858] [PodMessageTransport] Sending ACK: 232a67766931fa0e in packet $ack
2023-01-03 21:12:55.317821+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:55.317827+0100 Loop[8940:2060858] [DashPeripheralManager] CMD >>> 00
2023-01-03 21:12:55.321327+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:55.346123+0100 Loop[8940:2059657] [DashPeripheralManager] CMD <<< 0100010014
2023-01-03 21:12:55.346398+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 01
2023-01-03 21:12:55.347001+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 000154571081090b000017797d7017797d73232a
2023-01-03 21:12:55.375930+0100 Loop[8940:2060858] [DashPeripheralManager] DATA >>> 01061978e3fa67766931fa0e0000000000000000
2023-01-03 21:12:55.406126+0100 Loop[8940:2059657] [DashPeripheralManager] CMD <<< 0400010000
2023-01-03 21:12:55.411386+0100 Loop[8940:2060858] [DashPeripheralManager] waitForCommand 04
2023-01-03 21:12:55.412484+0100 Loop[8940:2060858] [PodCommsSession] POD Response: StatusResponse(deliveryStatus:Temp basal running, progressStatus:Low reservoir, timeActive:2 days plus 07:49, reservoirLevel:47.5, delivered:71.9, bolusNotDelivered:0.0, lastProgrammingMessageSeqNum:3, alerts:No alerts)
2023-01-03 21:12:55.412581+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:55.417602+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:55.417889+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:55.421343+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:55.421443+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:55.424722+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:55.424894+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:55.428104+0100 Loop[8940:2059658] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:55.428875+0100 Loop[8940:2059658] [DeviceDataManager] PumpManager:OmniBLEPumpManager hasNewPumpEvents (lastReconciliation = Optional(2023-01-03 20:12:55 +0000))
2023-01-03 21:12:55.429247+0100 Loop[8940:2059658] [DoseStore] Add DoseEntry(type: LoopKit.DoseType.tempBasal, startDate: 2023-01-03 20:12:54 +0000, endDate: 2023-01-03 20:42:54 +0000, value: 0.05, unit: LoopKit.DoseUnit.unitsPerHour, deliveredUnits: nil, description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("74656d70426173616c20302e30323520323032332d30312d30335432303a31323a35345a"), isMutable: true, wasProgrammedByPumpUI: false, scheduledBasalRate: nil), isMutable=Optional(true)
2023-01-03 21:12:55.433411+0100 Loop[8940:2059658] [DoseStore] Purged 0 PumpEvents
2023-01-03 21:12:55.437533+0100 Loop[8940:2059658] [DoseStore] Fetching Pumpevents between 2023-01-03 20:06:21 +0000 and 2023-01-03 20:12:55 +0000 for saving to InsulinDeliveryStore
2023-01-03 21:12:55.461919+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 20:29:02 +0000, endDate: 2023-01-02 20:29:04 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432303a32393a30325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.462038+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 20:30:03 +0000, endDate: 2023-01-02 20:30:05 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432303a33303a30335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.462159+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 20:36:09 +0000, endDate: 2023-01-02 20:36:19 +0000, value: 0.25, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.25), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e323520323032332d30312d30325432303a33363a30395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.462266+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 20:37:14 +0000, endDate: 2023-01-02 20:37:16 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432303a33373a31345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.462488+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 20:38:07 +0000, endDate: 2023-01-02 20:38:09 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432303a33383a30375a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.462652+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 20:40:08 +0000, endDate: 2023-01-02 20:40:10 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432303a34303a30385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.462822+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 23:03:22 +0000, endDate: 2023-01-02 23:03:24 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432333a30333a32325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.462958+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 23:35:33 +0000, endDate: 2023-01-02 23:35:35 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432333a33353a33335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.463076+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 23:38:40 +0000, endDate: 2023-01-02 23:38:42 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432333a33383a34305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.463224+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 23:39:39 +0000, endDate: 2023-01-02 23:39:41 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432333a33393a33395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.463419+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 01:32:29 +0000, endDate: 2023-01-03 01:32:31 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430313a33323a32395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.463513+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 01:34:29 +0000, endDate: 2023-01-03 01:34:31 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430313a33343a32395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.463701+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 01:35:35 +0000, endDate: 2023-01-03 01:35:37 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430313a33353a33355a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.463842+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 03:02:10 +0000, endDate: 2023-01-03 03:02:12 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430333a30323a31305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.463979+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 03:03:10 +0000, endDate: 2023-01-03 03:03:12 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430333a30333a31305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.464111+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 03:28:24 +0000, endDate: 2023-01-03 03:28:26 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430333a32383a32345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.464275+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 03:49:38 +0000, endDate: 2023-01-03 03:49:40 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430333a34393a33385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.464457+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 04:26:53 +0000, endDate: 2023-01-03 04:26:55 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430343a32363a35335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.464602+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 04:27:51 +0000, endDate: 2023-01-03 04:27:53 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430343a32373a35315a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.464760+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 04:28:52 +0000, endDate: 2023-01-03 04:28:54 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430343a32383a35325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.464857+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 04:29:53 +0000, endDate: 2023-01-03 04:29:55 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430343a32393a35335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.465019+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 04:31:54 +0000, endDate: 2023-01-03 04:31:56 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430343a33313a35345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.465410+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 05:09:10 +0000, endDate: 2023-01-03 05:09:12 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430353a30393a31305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.465535+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 05:10:11 +0000, endDate: 2023-01-03 05:10:13 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430353a31303a31315a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.465740+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 05:11:12 +0000, endDate: 2023-01-03 05:11:14 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430353a31313a31325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.465869+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:14:43 +0000, endDate: 2023-01-03 06:14:45 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430363a31343a34335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.466039+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:16:46 +0000, endDate: 2023-01-03 06:16:48 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430363a31363a34365a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.466178+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:42:13 +0000, endDate: 2023-01-03 06:43:23 +0000, value: 1.75, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(1.75), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320312e373520323032332d30312d30335430363a34323a31335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.466337+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:46:58 +0000, endDate: 2023-01-03 06:47:00 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430363a34363a35385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.466442+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:48:05 +0000, endDate: 2023-01-03 06:48:07 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430363a34383a30355a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.466611+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:48:59 +0000, endDate: 2023-01-03 06:49:01 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430363a34383a35395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.466778+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:50:04 +0000, endDate: 2023-01-03 06:50:06 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430363a35303a30345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.466883+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 07:35:23 +0000, endDate: 2023-01-03 07:35:25 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430373a33353a32335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.467091+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 07:44:35 +0000, endDate: 2023-01-03 07:44:37 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430373a34343a33355a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.467204+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 08:44:55 +0000, endDate: 2023-01-03 08:45:31 +0000, value: 0.9, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.9), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e3920323032332d30312d30335430383a34343a35355a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.467377+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 08:47:04 +0000, endDate: 2023-01-03 08:47:06 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430383a34373a30345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.467547+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 08:49:00 +0000, endDate: 2023-01-03 08:49:02 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430383a34393a30305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.467674+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 08:51:04 +0000, endDate: 2023-01-03 08:51:06 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430383a35313a30345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.467782+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 08:54:07 +0000, endDate: 2023-01-03 08:54:09 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430383a35343a30375a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.467918+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 09:02:14 +0000, endDate: 2023-01-03 09:02:16 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430393a30323a31345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.468166+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 09:45:05 +0000, endDate: 2023-01-03 09:46:01 +0000, value: 1.4, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(1.4), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320312e3420323032332d30312d30335430393a34353a30355a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.468279+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 10:34:03 +0000, endDate: 2023-01-03 10:34:05 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431303a33343a30335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.468379+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 10:40:57 +0000, endDate: 2023-01-03 10:40:59 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431303a34303a35375a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.468551+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 10:42:04 +0000, endDate: 2023-01-03 10:42:06 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431303a34323a30345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.468683+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 11:49:47 +0000, endDate: 2023-01-03 11:52:45 +0000, value: 4.45, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(4.45), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320342e343520323032332d30312d30335431313a34393a34375a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.468816+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 14:31:26 +0000, endDate: 2023-01-03 14:31:44 +0000, value: 0.45, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.45), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e343520323032332d30312d30335431343a33313a32365a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.468962+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 15:01:09 +0000, endDate: 2023-01-03 15:01:11 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431353a30313a30395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.469107+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 16:48:48 +0000, endDate: 2023-01-03 16:49:02 +0000, value: 0.35, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.35), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e333520323032332d30312d30335431363a34383a34385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.469257+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:25:22 +0000, endDate: 2023-01-03 17:25:24 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a32353a32325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.469431+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:28:23 +0000, endDate: 2023-01-03 17:28:27 +0000, value: 0.1, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.1), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e3120323032332d30312d30335431373a32383a32335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.469688+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:29:24 +0000, endDate: 2023-01-03 17:29:26 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a32393a32345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.469935+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:30:19 +0000, endDate: 2023-01-03 17:30:21 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33303a31395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.470045+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:31:19 +0000, endDate: 2023-01-03 17:31:21 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33313a31395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.470225+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:32:26 +0000, endDate: 2023-01-03 17:32:28 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33323a32365a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.470378+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:33:20 +0000, endDate: 2023-01-03 17:33:22 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33333a32305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.470485+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:34:20 +0000, endDate: 2023-01-03 17:34:22 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33343a32305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.470690+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:35:29 +0000, endDate: 2023-01-03 17:35:31 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33353a32395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.470799+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:36:22 +0000, endDate: 2023-01-03 17:36:24 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33363a32325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.470997+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:37:33 +0000, endDate: 2023-01-03 17:37:35 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33373a33335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.471131+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:42:24 +0000, endDate: 2023-01-03 17:42:26 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a34323a32345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.471285+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:43:33 +0000, endDate: 2023-01-03 17:43:35 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a34333a33335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.471447+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:44:19 +0000, endDate: 2023-01-03 17:44:35 +0000, value: 0.4, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.4), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e3420323032332d30312d30335431373a34343a31395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.471582+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:50:41 +0000, endDate: 2023-01-03 17:50:43 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a35303a34315a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.471718+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 18:28:49 +0000, endDate: 2023-01-03 18:28:53 +0000, value: 0.1, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.1), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e3120323032332d30312d30335431383a32383a34395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.471867+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 18:29:01 +0000, endDate: 2023-01-03 18:30:27 +0000, value: 2.15, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(2.15), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320322e313520323032332d30312d30335431383a32393a30315a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.472018+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 19:25:37 +0000, endDate: 2023-01-03 19:26:09 +0000, value: 0.8, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.8), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e3820323032332d30312d30335431393a32353a33375a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.472120+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 19:29:18 +0000, endDate: 2023-01-03 19:29:20 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431393a32393a31385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.472324+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 19:35:38 +0000, endDate: 2023-01-03 19:35:40 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431393a33353a33385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.472468+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 19:40:28 +0000, endDate: 2023-01-03 19:40:30 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431393a34303a32385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.472629+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 19:59:32 +0000, endDate: 2023-01-03 20:00:06 +0000, value: 0.85, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.85), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e383520323032332d30312d30335431393a35393a33325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.472860+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.basal, startDate: 2023-01-03 20:06:21 +0000, endDate: 2023-01-03 20:12:54 +0000, value: 0.35, unit: LoopKit.DoseUnit.unitsPerHour, deliveredUnits: nil, description: nil, insulinType: nil, automatic: nil, manuallyEntered: false, syncIdentifier: Optional("BasalRateSchedule 2023-01-03T20:06:21Z 2023-01-03T20:12:54Z"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: Optional(0.35 IU/hr))
2023-01-03 21:12:55.473020+0100 Loop[8940:2059658] [DoseStore] Adding dose to insulin delivery store: DoseEntry(type: LoopKit.DoseType.tempBasal, startDate: 2023-01-03 20:12:54 +0000, endDate: 2023-01-03 20:42:54 +0000, value: 0.05, unit: LoopKit.DoseUnit.unitsPerHour, deliveredUnits: nil, description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("74656d70426173616c20302e30323520323032332d30312d30335432303a31323a35345a"), isMutable: true, wasProgrammedByPumpUI: false, scheduledBasalRate: Optional(0.35 IU/hr))
2023-01-03 21:12:55.501296+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 20:29:02 +0000, endDate: 2023-01-02 20:29:04 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432303a32393a30325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.501589+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 20:30:03 +0000, endDate: 2023-01-02 20:30:05 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432303a33303a30335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.502026+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 20:36:09 +0000, endDate: 2023-01-02 20:36:19 +0000, value: 0.25, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.25), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e323520323032332d30312d30325432303a33363a30395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.502425+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 20:37:14 +0000, endDate: 2023-01-02 20:37:16 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432303a33373a31345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.502728+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 20:38:07 +0000, endDate: 2023-01-02 20:38:09 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432303a33383a30375a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.503014+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 20:40:08 +0000, endDate: 2023-01-02 20:40:10 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432303a34303a30385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.503393+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 23:03:22 +0000, endDate: 2023-01-02 23:03:24 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432333a30333a32325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.503719+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 23:35:33 +0000, endDate: 2023-01-02 23:35:35 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432333a33353a33335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.504053+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 23:38:40 +0000, endDate: 2023-01-02 23:38:42 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432333a33383a34305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.504393+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-02 23:39:39 +0000, endDate: 2023-01-02 23:39:41 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30325432333a33393a33395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.504668+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 01:32:29 +0000, endDate: 2023-01-03 01:32:31 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430313a33323a32395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.504982+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 01:34:29 +0000, endDate: 2023-01-03 01:34:31 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430313a33343a32395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.505475+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 01:35:35 +0000, endDate: 2023-01-03 01:35:37 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430313a33353a33355a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.505800+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 03:02:10 +0000, endDate: 2023-01-03 03:02:12 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430333a30323a31305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.506156+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 03:03:10 +0000, endDate: 2023-01-03 03:03:12 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430333a30333a31305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.506503+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 03:28:24 +0000, endDate: 2023-01-03 03:28:26 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430333a32383a32345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.506811+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 03:49:38 +0000, endDate: 2023-01-03 03:49:40 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430333a34393a33385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.507216+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 04:26:53 +0000, endDate: 2023-01-03 04:26:55 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430343a32363a35335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.507496+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 04:27:51 +0000, endDate: 2023-01-03 04:27:53 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430343a32373a35315a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.507900+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 04:28:52 +0000, endDate: 2023-01-03 04:28:54 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430343a32383a35325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.508183+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 04:29:53 +0000, endDate: 2023-01-03 04:29:55 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430343a32393a35335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.508544+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 04:31:54 +0000, endDate: 2023-01-03 04:31:56 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430343a33313a35345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.508875+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 05:09:10 +0000, endDate: 2023-01-03 05:09:12 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430353a30393a31305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.509243+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 05:10:11 +0000, endDate: 2023-01-03 05:10:13 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430353a31303a31315a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.509581+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 05:11:12 +0000, endDate: 2023-01-03 05:11:14 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430353a31313a31325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.509859+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:14:43 +0000, endDate: 2023-01-03 06:14:45 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430363a31343a34335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.510204+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:16:46 +0000, endDate: 2023-01-03 06:16:48 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430363a31363a34365a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.510470+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:42:13 +0000, endDate: 2023-01-03 06:43:23 +0000, value: 1.75, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(1.75), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320312e373520323032332d30312d30335430363a34323a31335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.510811+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:46:58 +0000, endDate: 2023-01-03 06:47:00 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430363a34363a35385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.511197+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:48:05 +0000, endDate: 2023-01-03 06:48:07 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430363a34383a30355a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.511481+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:48:59 +0000, endDate: 2023-01-03 06:49:01 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430363a34383a35395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.511862+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 06:50:04 +0000, endDate: 2023-01-03 06:50:06 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430363a35303a30345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.512325+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 07:35:23 +0000, endDate: 2023-01-03 07:35:25 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430373a33353a32335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.512917+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 07:44:35 +0000, endDate: 2023-01-03 07:44:37 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430373a34343a33355a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.513232+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 08:44:55 +0000, endDate: 2023-01-03 08:45:31 +0000, value: 0.9, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.9), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e3920323032332d30312d30335430383a34343a35355a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.514035+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 08:47:04 +0000, endDate: 2023-01-03 08:47:06 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430383a34373a30345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.514338+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 08:49:00 +0000, endDate: 2023-01-03 08:49:02 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430383a34393a30305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.514927+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 08:51:04 +0000, endDate: 2023-01-03 08:51:06 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430383a35313a30345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.515397+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 08:54:07 +0000, endDate: 2023-01-03 08:54:09 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430383a35343a30375a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.515965+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 09:02:14 +0000, endDate: 2023-01-03 09:02:16 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335430393a30323a31345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.516315+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 09:45:05 +0000, endDate: 2023-01-03 09:46:01 +0000, value: 1.4, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(1.4), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320312e3420323032332d30312d30335430393a34353a30355a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.516758+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 10:34:03 +0000, endDate: 2023-01-03 10:34:05 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431303a33343a30335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.517032+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 10:40:57 +0000, endDate: 2023-01-03 10:40:59 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431303a34303a35375a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.517455+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 10:42:04 +0000, endDate: 2023-01-03 10:42:06 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431303a34323a30345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.517829+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 11:49:47 +0000, endDate: 2023-01-03 11:52:45 +0000, value: 4.45, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(4.45), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320342e343520323032332d30312d30335431313a34393a34375a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.518156+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 14:31:26 +0000, endDate: 2023-01-03 14:31:44 +0000, value: 0.45, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.45), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e343520323032332d30312d30335431343a33313a32365a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.518501+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 15:01:09 +0000, endDate: 2023-01-03 15:01:11 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431353a30313a30395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.518846+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 16:48:48 +0000, endDate: 2023-01-03 16:49:02 +0000, value: 0.35, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.35), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e333520323032332d30312d30335431363a34383a34385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.519135+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:25:22 +0000, endDate: 2023-01-03 17:25:24 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a32353a32325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.519522+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:28:23 +0000, endDate: 2023-01-03 17:28:27 +0000, value: 0.1, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.1), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e3120323032332d30312d30335431373a32383a32335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.519869+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:29:24 +0000, endDate: 2023-01-03 17:29:26 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a32393a32345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.520224+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:30:19 +0000, endDate: 2023-01-03 17:30:21 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33303a31395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.520594+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:31:19 +0000, endDate: 2023-01-03 17:31:21 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33313a31395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.520941+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:32:26 +0000, endDate: 2023-01-03 17:32:28 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33323a32365a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.521221+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:33:20 +0000, endDate: 2023-01-03 17:33:22 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33333a32305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.521671+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:34:20 +0000, endDate: 2023-01-03 17:34:22 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33343a32305a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.521929+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:35:29 +0000, endDate: 2023-01-03 17:35:31 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33353a32395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.522315+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:36:22 +0000, endDate: 2023-01-03 17:36:24 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33363a32325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.522704+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:37:33 +0000, endDate: 2023-01-03 17:37:35 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a33373a33335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.523081+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:42:24 +0000, endDate: 2023-01-03 17:42:26 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a34323a32345a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.523439+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:43:33 +0000, endDate: 2023-01-03 17:43:35 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a34333a33335a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.523759+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:44:19 +0000, endDate: 2023-01-03 17:44:35 +0000, value: 0.4, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.4), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e3420323032332d30312d30335431373a34343a31395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.524054+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 17:50:41 +0000, endDate: 2023-01-03 17:50:43 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431373a35303a34315a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.524440+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 18:28:49 +0000, endDate: 2023-01-03 18:28:53 +0000, value: 0.1, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.1), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e3120323032332d30312d30335431383a32383a34395a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.524795+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 18:29:01 +0000, endDate: 2023-01-03 18:30:27 +0000, value: 2.15, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(2.15), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320322e313520323032332d30312d30335431383a32393a30315a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.525294+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 19:25:37 +0000, endDate: 2023-01-03 19:26:09 +0000, value: 0.8, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.8), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e3820323032332d30312d30335431393a32353a33375a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.525573+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 19:29:18 +0000, endDate: 2023-01-03 19:29:20 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431393a32393a31385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.526023+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 19:35:38 +0000, endDate: 2023-01-03 19:35:40 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431393a33353a33385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.526390+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 19:40:28 +0000, endDate: 2023-01-03 19:40:30 +0000, value: 0.05, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.05), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e303520323032332d30312d30335431393a34303a32385a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.526730+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.bolus, startDate: 2023-01-03 19:59:32 +0000, endDate: 2023-01-03 20:00:06 +0000, value: 0.85, unit: LoopKit.DoseUnit.units, deliveredUnits: Optional(0.85), description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(false), manuallyEntered: false, syncIdentifier: Optional("626f6c757320302e383520323032332d30312d30335431393a35393a33325a"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)
2023-01-03 21:12:55.527163+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.basal, startDate: 2023-01-03 20:06:21 +0000, endDate: 2023-01-03 20:12:54 +0000, value: 0.35, unit: LoopKit.DoseUnit.unitsPerHour, deliveredUnits: nil, description: nil, insulinType: nil, automatic: nil, manuallyEntered: false, syncIdentifier: Optional("BasalRateSchedule 2023-01-03T20:06:21Z 2023-01-03T20:12:54Z"), isMutable: false, wasProgrammedByPumpUI: false, scheduledBasalRate: Optional(0.35 IU/hr))
2023-01-03 21:12:55.527530+0100 Loop[8940:2059657] [InsulinDeliveryStore] Add: DoseEntry(type: LoopKit.DoseType.tempBasal, startDate: 2023-01-03 20:12:54 +0000, endDate: 2023-01-03 20:42:54 +0000, value: 0.05, unit: LoopKit.DoseUnit.unitsPerHour, deliveredUnits: nil, description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: Optional("74656d70426173616c20302e30323520323032332d30312d30335432303a31323a35345a"), isMutable: true, wasProgrammedByPumpUI: false, scheduledBasalRate: Optional(0.35 IU/hr))
2023-01-03 21:12:55.574401+0100 Loop[8940:2059658] [InsulinDeliveryStore] observeUpdates invoked - queueing handling
2023-01-03 21:12:55.574599+0100 Loop[8940:2059658] [InsulinDeliveryStore] <HKObserverQuery D47025 QoS=Default state=active> notified with changes. Fetching from: <HKQueryAnchor: 13677819 812014f2720dce66b0123abad1c74bcce934b8ec63cce60334538f6e5e115ec574defc1fafb37003fe9af33cc97121a2eaebaaafd74cc88b1225b274bff615df>
2023-01-03 21:12:55.580211+0100 Loop[8940:2059635] [InsulinDeliveryStore] anchoredObjectQuery.resultsHandler: new: 1 deleted: 0 anchor: Optional(<HKQueryAnchor: 13677830 812014f2720dce66b0123abad1c74bcce934b8ec63cce60334538f6e5e115ec574defc1fafb37003fe9af33cc97121a2eaebaaafd74cc88b1225b274bff615df>)
2023-01-03 21:12:55.593914+0100 Loop[8940:2059657] [RemoteDataServicesManager] RemoteDataType Dose triggering uploads for: ["Dose"]
2023-01-03 21:12:55.595214+0100 Loop[8940:2059657] [OmniBLEPumpManager] DU: Stored pod events: [TempBasal: 0,05 U/hour 03/01/2023, 21:12:54 30 minutes, 0 seconds 0,025 U Certain]
2023-01-03 21:12:55.595324+0100 Loop[8940:2059657] [RemoteDataServicesManager] RemoteDataType PumpEvent triggering uploads for: ["PumpEvent"]
2023-01-03 21:12:55.595806+0100 Loop[8940:2062630] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:55.596194+0100 Loop[8940:2060858] [PodCommsSession] Stored doses: [TempBasal: 0,05 U/hour 03/01/2023, 21:12:54 30 minutes, 0 seconds 0,025 U Certain]
2023-01-03 21:12:55.596565+0100 Loop[8940:2060858] [DashPeripheralManager] ------------------------ Enact Temp Basal ---------------------------
2023-01-03 21:12:55.596693+0100 Loop[8940:2060858] [DashPeripheralManager] Start of idle at Optional(2023-01-03 20:12:55 +0000)
2023-01-03 21:12:55.596968+0100 Loop[8940:2059544] [LoopDataManager] Loop completed successfully.
2023-01-03 21:12:55.597196+0100 Loop[8940:2059544] [AnalyticsServicesManager] Loop success Optional([AnyHashable("duration"): 1.2041949033737183])
2023-01-03 21:12:55.597488+0100 Loop[8940:2056330] [StatusTableViewController] PumpManager:OmniBLEPumpManager did update status
2023-01-03 21:12:55.597594+0100 Loop[8940:2056330] [StatusTableViewController] New basalDeliveryState: Optional(LoopKit.PumpManagerStatus.BasalDeliveryState.tempBasal(LoopKit.DoseEntry(type: LoopKit.DoseType.tempBasal, startDate: 2023-01-03 20:12:54 +0000, endDate: 2023-01-03 20:42:54 +0000, value: 0.05, unit: LoopKit.DoseUnit.unitsPerHour, deliveredUnits: nil, description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: nil, isMutable: true, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)))
2023-01-03 21:12:55.602060+0100 Loop[8940:2059544] [LoopDataManager] Loop ended
2023-01-03 21:12:55.603109+0100 Loop[8940:2062630] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:55.603169+0100 Loop[8940:2062630] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update state
2023-01-03 21:12:55.603756+0100 Loop[8940:2056330] [StatusTableViewController] [reloadData] from notification with context Optional(Loop.LoopDataManager.LoopUpdateContext.loopFinished)
2023-01-03 21:12:55.606083+0100 Loop[8940:2062630] Wrote PumpManagerState to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/PumpManagerState.plist
2023-01-03 21:12:55.606398+0100 Loop[8940:2062630] [DeviceDataManager] PumpManager:OmniBLEPumpManager did update status: ## PumpManagerStatus
* timeZone: GMT+0100 (fixed)
* device: <<HKDevice: 0x280a18be0>, name:Omnipod-Dash, manufacturer:Insulet, model:Dash, hardware:4, firmware:4.10.0 1.4.0, software:1.0, localIdentifier:17797D73>
* pumpBatteryChargeRemaining: nil
* basalDeliveryState: Optional(LoopKit.PumpManagerStatus.BasalDeliveryState.tempBasal(LoopKit.DoseEntry(type: LoopKit.DoseType.tempBasal, startDate: 2023-01-03 20:12:54 +0000, endDate: 2023-01-03 20:42:54 +0000, value: 0.05, unit: LoopKit.DoseUnit.unitsPerHour, deliveredUnits: nil, description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: nil, isMutable: true, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)))
* bolusState: noBolus
* insulinType: Optional(LoopKit.InsulinType.fiasp)
* deliveryIsUncertain: false
2023-01-03 21:12:55.606582+0100 Loop[8940:2062630] [LoopDataManager] Updating basalDeliveryState to Optional(LoopKit.PumpManagerStatus.BasalDeliveryState.tempBasal(LoopKit.DoseEntry(type: LoopKit.DoseType.tempBasal, startDate: 2023-01-03 20:12:54 +0000, endDate: 2023-01-03 20:42:54 +0000, value: 0.05, unit: LoopKit.DoseUnit.unitsPerHour, deliveredUnits: nil, description: nil, insulinType: Optional(LoopKit.InsulinType.fiasp), automatic: Optional(true), manuallyEntered: false, syncIdentifier: nil, isMutable: true, wasProgrammedByPumpUI: false, scheduledBasalRate: nil)))
2023-01-03 21:12:55.606807+0100 Loop[8940:2059657] [InsulinDeliveryStore] Sample 1B8BFB74-159F-4F55-BB07-421390C12673 from HKAnchoredObjectQuery already present in cache
2023-01-03 21:12:55.614522+0100 Loop[8940:2059544] [LoopDataManager] Fetching counteraction effects after 2023-01-03 20:11:37 +0000
2023-01-03 21:12:55.622320+0100 Loop[8940:2060858] [DosingDecisionStore] Purged 0 DosingDecisionObjects
2023-01-03 21:12:55.622389+0100 Loop[8940:2060858] [RemoteDataServicesManager] RemoteDataType DosingDecision triggering uploads for: ["DosingDecision"]
2023-01-03 21:12:55.653023+0100 Loop[8940:2063037] Wrote Services to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/Services.plist
2023-01-03 21:12:55.657413+0100 Loop[8940:2063037] Wrote Services to file:///var/mobile/Containers/Data/Application/B05FB292-6B48-4496-AFF3-5518B217C4D7/Documents/Services.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment