2017-11-24 21:04:39 +01:00
|
|
|
- [ ] Pairing
|
|
|
|
- [ ] Pairing works with `combo-scripter-v2` branch
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] Bolusing
|
|
|
|
- [ ] Cancelling bolus at various stages and checking error message (if any) and check
|
|
|
|
no bolus or a partial bolus was delivered
|
2017-12-10 12:17:46 +01:00
|
|
|
- [ ] Enter a bolus of 2 U and press cancel when delivery is at 1.7 (cancelling requires AAAPS
|
|
|
|
to press the up button for 3 seconds, so the cancellation attempt will not succeed because delivery
|
2017-12-11 20:43:51 +01:00
|
|
|
ends before those 3 seconds are elapsed). The code should handle this without giving an
|
|
|
|
error and add the full bolus to treatments.
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] Low cartridge alarm during bolus
|
2017-12-07 23:23:37 +01:00
|
|
|
- [ ] alarm must be confirmed by AAPS
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] bolus must have been fully delivered by pump
|
|
|
|
- [ ] bolus must have been added to DB
|
|
|
|
- [ ] the confirmed pump warning must be raised as a notification in AAPS
|
2017-12-13 16:01:35 +01:00
|
|
|
(or as android notification on watch/smartphone if setting "use system notifications ..." is enabled
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] An error during bolus must yield an error in AAPS
|
|
|
|
- [ ] An error during bolus must yield a notification on a smartwatch
|
2017-12-09 00:34:08 +01:00
|
|
|
- [ ] Test bolusing a bolus bigger than what's left in the reservoir. A message to check what
|
2017-12-11 20:43:51 +01:00
|
|
|
was actually delivered must appear (this is a corner-case where we practically can't
|
2017-12-09 00:34:08 +01:00
|
|
|
check what was actually delivered).
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] Pressing a button on the pump before bolus delivery started must be handled gracefully
|
|
|
|
- [ ] Same as above, but moving pump out of range
|
2017-12-11 20:43:51 +01:00
|
|
|
- [ ] Pressing a button on the pump after bolus delivery has started must raise a warning
|
|
|
|
to check what was actually delivered and manually update treatments in AAPS.
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] Same as above, but moving pump out of range
|
|
|
|
- [ ] Test the highest bolus you'd ever give yourself (AAPS has a configurable limit and the pump
|
2017-12-07 23:23:37 +01:00
|
|
|
has a limit which can be configured with the Config SW), no timeout or other issues must show
|
2017-12-05 22:41:27 +01:00
|
|
|
- [ ] Test a bolus exceeding the pumps max bolus; should show a generic error message
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] BT disconnect issues
|
|
|
|
- [ ] Moving pump out of reach when setting TBR causes "TBR cancelled" alarm on pump.
|
|
|
|
When putting pump close to phone, AAPS must confirm the alert and successfully
|
2017-12-05 22:41:27 +01:00
|
|
|
retry setting TBR (reconnects are a best-effort kind of a thing, so this might not always work)
|
2017-12-08 23:49:33 +01:00
|
|
|
- [ ] When a disconnect occurs, the pump's screen shows the error and the pump only accepts a connection
|
|
|
|
again when a timeout has occurred. A recovery should be quicker if that timeout is decreased.
|
|
|
|
It might be interesting to experiment with the Config software to set lower menu or display timeouts
|
|
|
|
(or whatever they're called ...) to improve recovery speed.
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] Same as above while bolusing must report an error and NOT retry the command
|
2017-12-13 15:22:08 +01:00
|
|
|
- [ ] Recovery from connection issues during bolusing
|
|
|
|
- [ ] Bolusing still works => No error dialog, record is added to treatments
|
|
|
|
- [ ] Cancelling the bolus still works (while bolus is in progress)
|
|
|
|
- [ ] Pressing a button on the pump during delivery => Progress dialog freezes, then states that recovery
|
|
|
|
is in process and then closes; no error dialog, record correctly added to treatments
|
|
|
|
- [ ] Breaking the connection e.g. by moving the pump away from phone for up to a minute => same as above
|
|
|
|
- [ ] Same as above but put pump out of reach for 5 minutes => Error dialog, no record in treatments
|
|
|
|
- [ ] Starting a bolus bigger than what's left in the reservoir => Error dialog and a record in treatments with the partially delivered bolus
|
|
|
|
- [ ] When the connection breaks during bolusing, pressing the cancel button should not interfere with recovery and
|
|
|
|
the delivered bolus should be added to treatments
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] AAPS start
|
|
|
|
- [ ] Starting AAPS without a reachable pump must show something sensible in the Combo tab
|
2017-12-07 23:23:37 +01:00
|
|
|
(not hanging indefinitely with "initializing" activity)
|
|
|
|
- [ ] Starting AAPS without a reachable pump must trigger "pump unrechable" alert after the configured threshold
|
2017-12-05 22:41:27 +01:00
|
|
|
- [ ] If the pump's profile doesn't match AAPS', the pump must be updated when AAPS starts
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] Read history using Smartpix and compare with AAPS' DB (treatment tab)
|
|
|
|
Esp. those times we communication was interrupted, boluses were cancelled, ...
|
|
|
|
- [ ] Boluses
|
|
|
|
- [ ] TBR
|
|
|
|
- [ ] Alerts
|
2017-11-22 15:20:07 +01:00
|
|
|
- [ ] Disconnected pump (pump unreachable)
|
2017-12-07 23:23:37 +01:00
|
|
|
- [ ] With local alerts enabled for 'pump unreachable', an alert must be triggered within 5 minutes
|
|
|
|
after the configured threshold. (Don't set the threshold too low, e.g. 10 minutes, since
|
|
|
|
there might be no need to set a TBR within such a short time).
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] Refilling cartridge
|
2017-12-07 23:23:37 +01:00
|
|
|
- [ ] If TBR was cancelled by refilling, AAPS must detect this and create a TBR record in AAPS
|
|
|
|
based on what the pump displays (not the full TBR duration, but what is displayed as remaining
|
|
|
|
on the main screen.
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] Stress testing
|
|
|
|
- PersistentNotification plugin disabled
|
|
|
|
- Lots of comms running, like Wifi, GSM, BT audio
|
|
|
|
- AAPS running in background
|
|
|
|
- Foreground app stresses the phone's memory, CPU (like a game) (potentially) pushing AAPS out of memory
|
|
|
|
- [ ] TBR must still be set/cancelled while running in the background
|
|
|
|
- [ ] With the pump powered off or out of reach, the 'pump unreachable alert' must still
|
|
|
|
trigger
|
|
|
|
- [ ] Combo tab
|
2017-12-11 20:43:51 +01:00
|
|
|
- [ ] Check displayed data (state, battery, reservoir, temp basal) is the same
|
2017-11-12 15:59:22 +01:00
|
|
|
as on the pump
|
|
|
|
- [ ] Unsafe usage
|
|
|
|
- [ ] An extended or multiwave bolus given within the last six hour must raise an alert and
|
2017-12-07 23:23:37 +01:00
|
|
|
restrict the loop functionality to low-suspend only (setting maxIOB to zero)
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] Closed loop functionality must resume 6 h after the last ext/multiwave bolus
|
2017-12-11 20:43:51 +01:00
|
|
|
- [ ] An active ext/multiwave bolus must also raise an alert and restrict the loop
|
2017-11-12 15:59:22 +01:00
|
|
|
- [ ] If a basal rate other than profile 1 is activated, this must also raise an alert and disable
|
2017-12-07 23:23:37 +01:00
|
|
|
the restrict the loop
|
2017-11-23 20:53:58 +01:00
|
|
|
- [ ] Reading/setting basal profile
|
|
|
|
- [ ] AAPS reads basal rate properly
|
|
|
|
- [ ] Test profile with 115% (or something like that) change to ask the
|
|
|
|
pump for basal rates like 0.812, which should then be set propely
|
2017-12-07 23:23:37 +01:00
|
|
|
- [ ] Updating the profile extensively (200%, shifting time) takes up to 6 minutes, but
|
|
|
|
should complete without timeout.
|
2017-12-11 20:43:51 +01:00
|
|
|
- [ ] Doing a profile change (to shift time or increase/decrease insulin), the pump's basal profile must be updated
|
|
|
|
- [ ] If a profile change has a duration, the pump's basal profile must be set to the original value again at the end
|
|
|
|
(this can vary a few minutes between what the overview screen shows and when the pump is updated, as the check
|
|
|
|
whether the pump is up-to-date or not is performed periodically and not at the exact minute a profile change ends)
|
2017-11-23 20:53:58 +01:00
|
|
|
- [ ] Taking over alerts
|
|
|
|
- [ ] If an error alert is active on the pump, pressing refresh shall display the error
|
|
|
|
in the Combo tab but NOT confirm it. Easiest error to trigger: rewind piston
|
|
|
|
and attempt to start the pump, this will trigger E11: Not primed.
|
|
|
|
- [ ] Pressing refresh while a low cartridge or low battery alarm is active
|
|
|
|
must confirm the alarm, indicate the new status in the Combo tab and
|
|
|
|
show a notification on the overview screen
|
2017-12-11 20:43:51 +01:00
|
|
|
- [ ] A TBR CANCELLED is now also taken over when refreshing (since it's a benign error the loop will correct
|
|
|
|
during the next iteration).
|
2017-11-24 21:04:39 +01:00
|
|
|
- [ ] Misc
|
2017-12-11 20:43:51 +01:00
|
|
|
- [ ] Pump state is correctly uploaded to Nightscout (note that reservoir level are fake numbers representing
|
|
|
|
norma/low/empty).
|
2017-11-12 15:59:22 +01:00
|
|
|
|