Skip to content

Commit

Permalink
GlucoDataHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
psonnera committed Jul 22, 2024
1 parent 66b099f commit 58ca347
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
27 changes: 27 additions & 0 deletions docs/nightscout/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,31 @@ orphan: true
<head>
<meta http-equiv="Refresh" content="0; URL=https://nightscout.github.io/vendors/VPS/docker/" />
</head>
Build your own Docker hub image

1. Clone the cgm-remote-monitor project locally

2. Open a shell in the project root directory (cd cgm-remote-monitor)

3. Create the image

docker build . -t cgm-remote-monitor

4. Get the image ID

docker image ls

REPOSITORY TAG IMAGE ID CREATED SIZE
cgm-remote-monitor latest 81a5bfa0c365 50 seconds ago 263MB

5. Create an empty cgm-remote-monitor repository in Docker hub

6. Match your own Docker hub username with your Docker username

docker image tag 81a5bfa0c365 username/cgm-remote-monitor

7. Push the image to Docker hub

docker push username/cgm-remote-monitor

8. Your image is available as username/cgm-remote-monitor
18 changes: 17 additions & 1 deletion docs/nightscout/downloaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,30 @@ Facebook group [xDrip](https://www.facebook.com/groups/xDripG5/)

</br>

### [AndroidAPS NSClient](https://github.com/nightscout/AndroidAPS/releases)
### [AAPSClient](https://github.com/nightscout/AndroidAPS/releases)

<img src="/nightscout/img/IconSW.png" width="25px" /><img src="/nightscout/img/IconPhone.png" width="25px" /><img src="/nightscout/img/IconTablet.png" width="25px" /> <img src="/nightscout/img/LockOK.png" width="25px" />

Facebook group [AndroidAPS Users](https://www.facebook.com/groups/AndroidAPSUsers)

</br>

### [GlucoDataHandler](https://github.com/pachi81/GlucoDataHandler)

Available in [Google Play store](https://play.google.com/store/apps/details?id=de.michelinside.glucodatahandler).

<img src="/nightscout/img/IconSW.png" width="25px" /><img src="/nightscout/img/IconPhone.png" width="25px" /><img src="/nightscout/img/IconTablet.png" width="25px" /> <img src="/nightscout/img/LockOK.png" width="25px" />

Receives glucose, IOB and COB values from **Nightscout** (pebble interface).

<img src="https://play-lh.googleusercontent.com/VW9ktdQlfPMuHq5Lwhtx5faZ118JpExHv1qCRypKZoKCSjTdDWfeAcINzl_hvr2B8g=w480-h960-rw" width="200px" />

</br>

<img src="/nightscout/img/IconAAuto.png" width="25px" />[GlucoDataAuto](https://github.com/pachi81/GlucoDataAuto/blob/main/README.md) for Android Auto.

</br>

### [Nightwatch](https://play.google.com/store/apps/details?id=se.cornixit.nightwatch) (Google Play Store)

<img src="/nightscout/img/IconPhone.png" width="25px" /><img src="/nightscout/img/IconTablet.png" width="25px" /> <img src="/nightscout/img/LockOK.png" width="25px" />
Expand Down
Binary file added docs/nightscout/img/IconAAuto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58ca347

Please sign in to comment.