Some doc updates.
This commit is contained in:
parent
83be0a8315
commit
118cffc8bb
2 changed files with 11 additions and 13 deletions
|
@ -6,14 +6,9 @@ Hardware requirements:
|
||||||
- A Smartpix or Realtyme device together with the 360 Configuration
|
- A Smartpix or Realtyme device together with the 360 Configuration
|
||||||
Software to configure the pump.
|
Software to configure the pump.
|
||||||
Roche sends these out free of charge to their customers upon request.
|
Roche sends these out free of charge to their customers upon request.
|
||||||
- A compatible phone:
|
- A compatible phone: An Android phone with a phone running LineageOS 14.1
|
||||||
- An Android phone with either Android < 4.2 (and possibly >= 8.1
|
(formerly CyanogenMod), or possibly stock Android >= 8.1 in the future.
|
||||||
in the future) or a phone running LineageOS 14.1
|
- To build AndroidAPS with Combo support you need the lastet Android Studio 3 version
|
||||||
(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/
|
|
||||||
|
|
||||||
Limitations:
|
Limitations:
|
||||||
- Extended bolus and multiwave bolus are not supported.
|
- Extended bolus and multiwave bolus are not supported.
|
||||||
|
@ -37,13 +32,15 @@ Limitations:
|
||||||
|
|
||||||
Setup v2:
|
Setup v2:
|
||||||
- Configure pump using 360 config software.
|
- 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/leave the menu configuration as "Standard"
|
||||||
- Set maximum TBR to 500%
|
- Set maximum TBR to 500%
|
||||||
- Disable end of TBR alert
|
- Disable end of TBR alert
|
||||||
- Set low cartridge alarm to your licking
|
- Set low cartridge alarm to your licking
|
||||||
- Get ruffy from https://github.com/jotomo/ruffy (branch `combo-scripter-v2`)
|
- 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,
|
- 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`)
|
- Get AndroidAPS from https://gitlab.com/jotomo/KEF (Branch `combo-scripter-v2`)
|
||||||
- Make sure you're basal rate is properly set on the pump
|
- Make sure you're basal rate is properly set on the pump
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- [ ] Bugs
|
- [x] Bugs
|
||||||
- [ ] Taking over benign warnings on connect doesn't work properly
|
- [x] Taking over benign warnings on connect doesn't work properly
|
||||||
(Notification raised but not confirmed?)
|
(Notification raised but not confirmed?)
|
||||||
- [x] Optimization reading full history doesn't seem to work
|
- [x] Optimization reading full history doesn't seem to work
|
||||||
- [x] Reading full history multiple times duplicates entries shown in Stats/TDD dialog
|
- [x] Reading full history multiple times duplicates entries shown in Stats/TDD dialog
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
- [-] Updating time on pump
|
- [-] Updating time on pump
|
||||||
- [x] Raise a warning if time clock is off
|
- [x] Raise a warning if time clock is off
|
||||||
- [-] Ruffy: support reading date/time menus
|
- [-] Ruffy: support reading date/time menus
|
||||||
- [-] Setting pump basal profile
|
- [ ] Setting pump basal profile
|
||||||
- [-] Pairing (and sourcing ruffy)
|
- [-] Pairing (and sourcing ruffy)
|
||||||
- [x] Run readReservoirAndBolusLevel after SetTbr too so boluses on the pump are caught sooner?
|
- [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
|
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)
|
- [ ] 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
|
- [-] 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?)
|
- [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,
|
- [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
|
e.g. pumpAlertHistory should be renamed to alertHistory
|
||||||
- [ ] Enable BT if disabled? does dana does this?
|
- [ ] Enable BT if disabled? does dana does this?
|
||||||
|
@ -92,3 +92,4 @@
|
||||||
- Application shut down is broken with PersistentNotification (never shut down) and WearPlugin -
|
- 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,
|
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.
|
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)?
|
||||||
|
|
Loading…
Reference in a new issue