Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/setup/lf-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ The table below lists every alarm type available in *LoopFollow*, organized by g
| Sensor Change Alert | Sensor change due |
| Not Looping Alert | Loop hasn't completed within a configurable number of minutes |
| Looping app expiration | Looping-app build is expiring soon |
| Nightscout Database Size | *Nightscout* database has filled to or above a chosen percentage of its configured size limit (defaults to 75%, daytime only) |

#### Override / Target

Expand Down
4 changes: 4 additions & 0 deletions docs/setup/lf-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ These items can be chosen for display on the Home screen. A Nightscout Site is r
| Updated | Time of last `loop` | `Trio` |
| TDD | Total Daily Dose in the last 24 hours | `Trio` |
| IAGE | Insulin Age | Both |
| DB Size | *Nightscout* database size: Megabytes (MB) used and the percentage of the site's configured limit. Hidden by default | Both |

!!! note "DB Size"
The **DB Size** row and the [*Nightscout* Database Size alarm](lf-features.md#alarms){: target="_blank" } both read from *Nightscout*'s `dbsize` plugin, so your site must have that plugin enabled. The percentage is measured against the site's `DBSIZE_MAX` setting, which is **496 MB** unless the site owner changed it. Because that setting may not match your hosting plan's real limit, the row leads with the absolute used MB figure, which is always meaningful.

### Units and Metrics

Expand Down