Skip to content

Commit

Permalink
Merge pull request #1536 from Jieseldeep/patch-5
Browse files Browse the repository at this point in the history
Update offline-looping-and-monitoring.md
  • Loading branch information
danamlewis committed Nov 14, 2020
2 parents ed1b36d + b91108a commit d0d2f26
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ Dexcom CGM users have a few different alternatives to retrieve blood glucose val

Android users can use the xDrip+ Android app for offline looping, assuming xDrip+ is used as the CGM data source. There are two ways to get offline looping to work with xDrip+. Firstly, when connected to an Android phone running xDrip+, you can enable the phone to share the CGM information to OpenAPS, after which OpenAPS will automatically fetch the CGM data directly from the phone when connected onto the phone hotspot, even in cases where the phone is actually offline.

To enable the xDrip service for OpenAPS, go to the Inter-app settings section in xDrip settings and enable the xDrip Web Service and Open Web Service settings, then enter xDrip Web Service Secret, which has to match the same secret you have configured for Nightscout. After these settings are turned on,OpenAPS will query your phone for the CGM data automatically without additional configuration settings. You can validate the offline looping works by connecting your rig to the xDrip hotspot and checking the ns-loop.log has a line saying `CGM results loaded from xDrip`.
To enable the xDrip service for OpenAPS, go to the Inter-app settings section in xDrip settings and enable the xDrip Web Service and Open Web Service settings, then enter xDrip Web Service Secret, which has to match the same secret you have configured for Nightscout. After these settings are turned on,OpenAPS will query your phone for the CGM data automatically without additional configuration settings. You can validate the offline looping works by connecting your rig to the xDrip hotspot and checking the ns-loop.log has a line saying `CGM results loaded from xDrip`. Use

``
ns-looplog => tail -n 100 -F /var/log/openaps/ns-loop.log
``

to watch the ns-loop.log file for the 'CGM results loaded from xDrip' text.

<details>
<br>
Expand Down

0 comments on commit d0d2f26

Please sign in to comment.