Skip to content

Instantly share code, notes, and snippets.

@bfaloona
Last active August 29, 2016 16:09
Show Gist options
  • Save bfaloona/0fc6ee377e144bd76113f909ac114c40 to your computer and use it in GitHub Desktop.
Save bfaloona/0fc6ee377e144bd76113f909ac114c40 to your computer and use it in GitHub Desktop.
OpenAPS Operation Notes (gist test)

Instructions

If you build a DIY OpenAPS implementation, you might find these notes useful for day to day operation and troubleshooting.

You can copy and modify this document to reflect the details of your OpenAPS implementation (both hardware and software).

Treat this document as a guide that helps you provide details for each of the topics below. The information and instructions should be as detailed or generalized as suits the T1D and those operating the OpenAPS implementation.

Overview

Role Name Phone
T1D
Primary Support
Emergency Contact
T1D Doctor
APS Technical Support

Monitoring

Software

version name of component command to re-install
python setuptools sudo apt-get install python-pip python-setuptools
openaps stable sudo pip install -U openaps
openaps dev sudo pip install -U git+git://github.com/openaps/openaps.git@dev
0.1.5 oref0 stable sudo npm install -g oref0
- oref0 development sudo npm install -g git://github.com/openaps/oref0.git#dev

Network Access

Remote Login

Setup and Maintenance

Time and Timezones

  • OpenAPS uses time from CGM data, pump

Monitoring

  • Is APS device powered on?
  • Is APS system running?
  • Is APS system on a network?
  • Is my APS loop starting?
  • Is my APS loop succeeding?
  • Does system need a reboot?

Power

  • Turn off APS
  • Reboot APS
  • Charge APS
  • Low APS Battery
  • Pump Battery specification
  • Pump Battery replacement frequency

Radio communication

  • Safe range: 2 meters
  • Max range: 10 meters
  • Additional APS recievers

Troubleshooting

  • Login with ssh
  • View recent logs
  • View dmesg log
  • Review Nightscout OpenAPS status
  • Unknown system failure

Maintenance

  • Update Nightscout
  • Update OpenAPS
  • Update oref0
  • Update Raspbian

Development

  • Make a change to the OpenAPS implementation repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment