Skip to content

mountrcg/Trio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trio autoisf fork aka Tai

Introduction of Trio

Trio - an automated insulin delivery system for iOS based on the OpenAPS algorithm with adaptations for Trio.

The project started as Ivan Valkou's FreeAPS X implementation of the OpenAPS algorithm for iPhone, and was later forked and rebranded as iAPS. The project has since seen substantial contributions from many developers, leading to a range of new features and enhancements.

Following the release of iAPS version 3.0.0, due to differing views on development, open source, and peer review, there was a significant shift in the project's direction. This led to the separation from the Artificial-Pancreas/iAPS repository, and the birth of Trio as a distinct entity. This transition marks a new phase for the project, symbolizing both its evolution and the dynamic nature of collaborative development.

Trio continues to leverage a variety of frameworks from the DIY looping community and remains at the forefront of DIY diabetes management solutions, constantly evolving with valuable contributions from its community.

autoISF

Tai is based on dev from the original Trio repo and includes my implementation of autoISF by ga-zelle for AAPS and some other extra features. autoISF is off by default.

autoISF adjusts ISF depending on 4 different effects in glucose behaviour that autoISF checks and reacts to:

  • acce_ISF is a factor derived from acceleration of glucose levels
  • bg_ISF is a factor derived from the deviation of glucose from target
  • delta_ISF and pp_ISF are factors derived from glucose rise, 5min, 10min and 45min deltas and postprandial time frames
  • dura_ISF is a factor derived from glucose being stuck at high levels

AIMI B30

Another new feature is an enhanced EatingSoon TT on steroids. It is derived from AAPS AIMI branch and is called B30 (as in basal 30 minutes). B30 enables an increased basal rate after an EatingSoon TT and a manual bolus. The theory is to saturate the infusion site slowly & consistently with insulin to increase insulin absorption for SMB's following a meal with no carb counting. This of course makes no sense for users striving to go Full Closed Loop (FCL) with autoISF. But for those of you like me, who cannot use Lyumjev or FIASP this is a feature that might speed up your normal insulin and help you to not care about carb counting, using some pre-meal insulin and let autoISF handle the rest.

To use it, it needs 2 conditions besides setting all preferences:

  • Setting a TT with a specific adjustable target level.
  • A bolus above a specified level, which results in a drastically increased Temp Basal Rate for a short time. If one cancels the TT, also the TBR will cease.

Installation

In Terminal, cd to the folder where you want your download to reside, change <branch> in the command below to the branch you want to download (ie. tai or dev-tai), and press return.

git clone --branch=<branch> --recurse-submodules https://github.com/mountrcg/Trio.git && cd Trio

Create a ConfigOverride.xcconfig file that contains your Apple Developer ID (something like 123A4BCDE5). This will automate signing of the build targets in Xcode:

Copy the command below, and replace xxxxxxxxxx by your Apple Developer ID before running the command in Terminal.

echo 'DEVELOPER_TEAM = xxxxxxxxxx' > ConfigOverride.xcconfig

Then launch Xcode and build the Tai app:

xed .

To build directly in GitHub, without using Xcode:

Instructions:

For main branch:

For dev branch:

Instructions in greater detail, but not Trio-specific:

Please understand that Trio with autoISF aka Tai:

  • is an open-source system developed by enthusiasts and for use at your own risk
  • for cat only
  • and not CE or FDA approved for therapy.

Documentation

Most of the changes for autoISF are made in oref code of OpenAPS, which is minimized in Tai. So it is not really readable in Xcode, therefore refer to my oref0-repository.

Documentation of autoISF implementation for AAPS is applicable for Tai as Algorithm is 100% identical

AAPS autoISF Branch

Discord Trio - Server

Trio documentation

TODO: Add link: Trio Website (under development, not existing yet)

OpenAPS documentation

TODO: Add link and status graphic: Crowdin Project for translation of Trio (not existing yet)

Support

Not a lot, only some enthusiasts at FCL & autoISF Discord

Contribute

If you would like to give something back to the Trio community, there are several ways to contribute:

Pay it forward

When you have successfully built Trio and managed to get it working well for your diabetes management, it's time to pay it forward. You can start by responding to questions in the Facebook or Discord support groups, helping others make the best out of Trio.

Translate

Trio is translated into several languages to make sure it's easy to understand and use all over the world. Translation is done using Crowdin, and does not require any programming skills. If your preferred language is missing or you'd like to improve the translation, please sign up as a translator on Crowdin.

Develop

Do you speak JS or Swift? Do you have UI/UX skills? Do you know how to optimize API calls or improve data storage? Do you have experience with testing and release management? Trio is a collaborative project. We always welcome fellow enthusiasts who can contribute with new code, UI/UX improvements, code reviews, testing and release management. If you want to contribute to the development of Trio, please reach out on Discord or Facebook.

For questions or contributions, please join our Discord server.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 81.2%
  • JavaScript 18.0%
  • Other 0.8%