From 118cffc8bb536823bd4e6fad409ee9f7147c86c2 Mon Sep 17 00:00:00 2001 From: Johannes Mockenhaupt Date: Wed, 22 Nov 2017 22:16:24 +0100 Subject: [PATCH] Some doc updates. --- README-Combo.md | 15 ++++++--------- TODO-Combo.md | 9 +++++---- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/README-Combo.md b/README-Combo.md index 9861f2ad77..e3ae01f2f8 100644 --- a/README-Combo.md +++ b/README-Combo.md @@ -6,14 +6,9 @@ Hardware requirements: - A Smartpix or Realtyme device together with the 360 Configuration Software to configure the pump. Roche sends these out free of charge to their customers upon request. -- A compatible phone: - - An Android phone with either Android < 4.2 (and possibly >= 8.1 - in the future) or a phone running LineageOS 14.1 - (formerly CyanogenMod) - - With a phone running LineageOS a pairing can be created that can - then be transfered to a rooted phone which can then be used as a - loop phone using these instructions: - http://github.com/gregorybel/combo-pairing/ +- A compatible phone: An Android phone with a phone running LineageOS 14.1 + (formerly CyanogenMod), or possibly stock Android >= 8.1 in the future. +- To build AndroidAPS with Combo support you need the lastet Android Studio 3 version Limitations: - Extended bolus and multiwave bolus are not supported. @@ -37,13 +32,15 @@ Limitations: Setup v2: - Configure pump using 360 config software. +// TODO clarify with screenshot or at least better description of the on-screen items - Set/leave the menu configuration as "Standard" - Set maximum TBR to 500% - Disable end of TBR alert - Set low cartridge alarm to your licking - Get ruffy from https://github.com/jotomo/ruffy (branch `combo-scripter-v2`) - Pair the pump, if it doesn't work, switch to the `pairing` branch, pair, - then switch back the original branch + then switch back the original branch. Note that AndroidAPS must not try to + talk to the pump during the pairing process TODO setting MDI sufficient? - Get AndroidAPS from https://gitlab.com/jotomo/KEF (Branch `combo-scripter-v2`) - Make sure you're basal rate is properly set on the pump diff --git a/TODO-Combo.md b/TODO-Combo.md index 38a0d8cc65..37c286e3d2 100644 --- a/TODO-Combo.md +++ b/TODO-Combo.md @@ -1,5 +1,5 @@ -- [ ] Bugs - - [ ] Taking over benign warnings on connect doesn't work properly +- [x] Bugs + - [x] Taking over benign warnings on connect doesn't work properly (Notification raised but not confirmed?) - [x] Optimization reading full history doesn't seem to work - [x] Reading full history multiple times duplicates entries shown in Stats/TDD dialog @@ -43,7 +43,7 @@ - [-] Updating time on pump - [x] Raise a warning if time clock is off - [-] Ruffy: support reading date/time menus - - [-] Setting pump basal profile + - [ ] Setting pump basal profile - [-] Pairing (and sourcing ruffy) - [x] Run readReservoirAndBolusLevel after SetTbr too so boluses on the pump are caught sooner? Currently the pump gets to know such a record when bolusing or when refresh() is called @@ -83,7 +83,7 @@ - [ ] Fix display of alarms on mainscreen (increase height if needed) - [-] Display errors in combo tab(?), nope notifications are better suited; also there's the alerts thing already - [x] Option to raise overview notifications as android notification with noise (for urgent ones?) - - [ ] Low prio + - [ ] Next version(s) - [x] Naming is messed up: pump has warnings and errors, which cause alerts; W+E are thus alerts, e.g. pumpAlertHistory should be renamed to alertHistory - [ ] Enable BT if disabled? does dana does this? @@ -92,3 +92,4 @@ - Application shut down is broken with PersistentNotification (never shut down) and WearPlugin - Android logs it as crashed and restarts it, thereby restarting the app (or just keeping it alive, also causes errors with the DB as there were attemtps to open a closed DB instance/ref. + - [ ] Button on Combo tab to confirm any warning (if active)?