Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Trio to AID options #218

Merged
merged 1 commit into from
Sep 21, 2024
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
2 changes: 1 addition & 1 deletion docs/clinicians/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Connected pumps will show available insulin units, battery status and last regis

<img src="./img/Clinic10.png" width="300px" />

DIY closed loop systems can be identified with the [Loop](https://loopkit.github.io/loopdocs/faqs/algorithm-faqs/) (Loop) or [OpenAPS](https://openaps.readthedocs.io/en/latest/docs/While%20You%20Wait%20For%20Gear/Understand-determine-basal.html#understanding-the-determine-basal-logic) (OpenAPS, AndoidAPS, FreeAPS, iAPS) pill. Only one will be enabled, if the other one appears it will normally show an exclamation mark. If a DIY closed loop system Nightscout doesn't show any active pill, configuration needs to be fixed so that Nightscout receives all necessary data (patient responsibility).
DIY closed loop systems can be identified with the [Loop](https://loopkit.github.io/loopdocs/faqs/algorithm-faqs/) (Loop) or [OpenAPS](https://openaps.readthedocs.io/en/latest/docs/While%20You%20Wait%20For%20Gear/Understand-determine-basal.html#understanding-the-determine-basal-logic) (OpenAPS, AndoidAPS, Trio, FreeAPS X, iAPS) pill. Only one will be enabled, if the other one appears it will normally show an exclamation mark. If a DIY closed loop system Nightscout doesn't show any active pill, configuration needs to be fixed so that Nightscout receives all necessary data (patient responsibility).

<img src="./img/Clinic11.png" width="400px" />

Expand Down
12 changes: 11 additions & 1 deletion docs/nightscout/close_loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You will also find general support in **Loop and Learn**.

## [Loop](https://loopkit.github.io/loopdocs)

[Loop](https://loopdocs.org) is an iOS app that assists in the many insulin dosing decisions people with diabetes face every day. You enter your own settings for desired correction range, basal schedule, insulin sensitivity factor (ISF), carbohydrate ratio (CR) and the type of insulin you are using. The glucose predictions, using your settings and meal entries, provide Loop with the information needed to modify insulin delivery to attain a targeted glucose range in the future.
[Loop](https://loopdocs.org) is an open source iOS app that assists in the many insulin dosing decisions people with diabetes face every day. You enter your own settings for desired correction range, basal schedule, insulin sensitivity factor (ISF), carbohydrate ratio (CR) and the type of insulin you are using. The glucose predictions, using your settings and meal entries, provide Loop with the information needed to modify insulin delivery to attain a targeted glucose range in the future.

**See [here](https://loopkit.github.io/loopdocs/loop-3/services/#nightscout-login) how to configure Loop to upload to Nightscout.**

Expand All @@ -35,6 +35,16 @@ Facebook group: [Android APS Users](https://www.facebook.com/groups/AndroidAPSUs

</br>

## [Trio](https://diy-trio.org)

Trio is an open source iOS app that automates insulin delivery using OpenAPS' algorithm.

[Documentation](https://docs.diy-trio.org/en/latest/)
[Facebook group](https://www.facebook.com/groups/1351938092206709)
[Discord](http://discord.diy-trio.org)

</br>

## [iAPS](https://iaps.readthedocs.io/en/main/)

iAPS is a open source artificial pancreas system based on the OpenAPS algorithm.
Expand Down
Loading