Loop icon indicating copy to clipboard operation
Loop copied to clipboard

override differ in treatments and device status on NightScout

Open Joerg-Schoemer opened this issue 8 months ago • 0 comments

Describe the bug Last "Temporary Override" in Treatments is:

 {
    "_id": "818F1786-FAB4-4866-97CA-A406EF6624BD",
    "durationType": "indefinite",
    "eventType": "Temporary Override",
    "timestamp": "2024-06-27T07:00:21Z",
    "insulinNeedsScaleFactor": 1.3,
    "reason": "😷 Kränklich / Lange Reise 130%",
    "enteredBy": "Loop",
    "created_at": "2024-06-27T07:00:21.000Z",
    "utcOffset": 0,
    "carbs": null,
    "insulin": null
  }

Device-Status comes up with:

"override": {
  "name": "Kränklich 120%",
  "multiplier": 1.2,
  "active": true,
  "timestamp": "2024-06-27T13:58:36Z",
  "currentCorrectionRange": {
    "maxValue": 115,
    "minValue": 100
  },
  "duration": 57686
}

Loop Version

  • Version Number: 3.3.0.57
  • Repo: LoopKit/Loop

CGM

  • Device: Dexcom G7

Pump

  • Manufacturer: Insulet
  • Model: Dash

Joerg-Schoemer avatar Jun 27 '24 14:06 Joerg-Schoemer