From 2d54e477df5fc757c7b1dbe3f1cb04ff25615834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Bj=C3=B6rkert?= Date: Mon, 20 Jul 2026 22:34:11 +0200 Subject: [PATCH] Document Information Display color thresholds Describe the per-row drill-in detail and the optional Yellow/Red color thresholds, including the fixed concerning direction and the rows that support coloring with their default thresholds. --- docs/setup/lf-setup.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/setup/lf-setup.md b/docs/setup/lf-setup.md index 3062483..6fa3eb2 100644 --- a/docs/setup/lf-setup.md +++ b/docs/setup/lf-setup.md @@ -242,6 +242,7 @@ These items can be chosen for display on the Home screen. A Nightscout Site is r * The order in the table below is the order in the LoopFollow code * You can drag the rows up and down to suit your preferred order + * Tap a row to open its detail, where you set its visibility and, for supported rows, [color thresholds](#color-thresholds) | Name | Description | `Loop` / `Trio` / Both | |:--|:--|:-:| @@ -266,6 +267,30 @@ These items can be chosen for display on the Home screen. A Nightscout Site is r | TDD | Total Daily Dose in the last 24 hours | `Trio` | | IAGE | Insulin Age | Both | +#### Color Thresholds + +Rows that show a single number can optionally turn **yellow** or **red** when their value crosses a threshold you set. This is a purely visual cue — it never triggers an alarm. Values that are in range stay green. + +To set them up, open a row's detail from the Information Display screen, turn on **Coloring**, and set the **Yellow at** and **Red at** thresholds. Each supported row starts with sensible defaults you can adjust. + +The "concerning" direction is fixed per row: battery and reservoir rows color when the value is **low**, while insulin/carb load and the age rows color when the value is **high**. *LoopFollow* keeps the Red threshold on the correct side of Yellow for that direction. + +Rows that support color thresholds: + +| Row | Colors when | Default Yellow / Red | +|:--|:-:|:--| +| IOB | high | 3 / 5 U | +| COB | high | 30 / 60 g | +| Battery (phone) | low | 30 / 15 % | +| Pump Battery | low | 30 / 15 % | +| Pump (reservoir) | low | 20 / 10 U | +| TDD | high | 60 / 80 U | +| Rec. Bolus | high | 1 / 2 U | +| Carbs today | high | 150 / 250 g | +| SAGE (sensor age) | high | 9 / 9.5 days | +| CAGE (cannula age) | high | 2.5 / 3 days | +| IAGE (insulin age) | high | 2.5 / 3 days | + ### Units and Metrics These settings are accessed through the *Units and Metrics* row in the Settings screen. They control how glucose is displayed throughout the app, the range used for Time in Range, and how long-term glycemic and variability metrics are reported.