Some doc updates.

This commit is contained in:
Johannes Mockenhaupt 2017-11-22 22:16:24 +01:00
parent 83be0a8315
commit 118cffc8bb
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1
2 changed files with 11 additions and 13 deletions

View file

@ -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

View file

@ -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)?