From a77b0abc116e4e45d5c3e32494c95620391464aa Mon Sep 17 00:00:00 2001 From: Patrick Sonnerat Date: Sat, 21 Oct 2023 16:10:46 +0200 Subject: [PATCH] Nightscout 15 and AAPS --- docs/nightscout/close_loop.md | 9 +++++++++ docs/update/dev_branch.md | 2 ++ docs/update/redeploy.md | 2 ++ docs/update/upd_stack.md | 4 ++++ docs/update/update.md | 2 ++ 5 files changed, 19 insertions(+) diff --git a/docs/nightscout/close_loop.md b/docs/nightscout/close_loop.md index 96c8c88f..f9c370ae 100644 --- a/docs/nightscout/close_loop.md +++ b/docs/nightscout/close_loop.md @@ -30,6 +30,15 @@ Facebook group: [Looped](https://www.facebook.com/groups/TheLoopedGroup) ## [AAPS](https://androidaps.readthedocs.io/en/latest/EN/Installing-AndroidAPS/Nightscout.html) +```{admonition} Mind the compatibility matrix! +:class: warning +| | AAPS 2.x | AAPS 3.0 | AAPS 3.1 | AAPS 3.2 | +| ----------------- | :------: | :------: | :------: | :------: | +| **Nightscout 13** | X | X | X | | +| **Nightscout 14** | X | X | X | | +| **Nightscout 15** | | | | X | +``` + AndroidAPS is an open source app for people living with insulin-dependent diabetes that acts as an artificial pancreas system (APS) on Google Android smartphones. Facebook group: [Android APS Users](https://www.facebook.com/groups/AndroidAPSUsers) diff --git a/docs/update/dev_branch.md b/docs/update/dev_branch.md index a86599b2..dc74b74f 100644 --- a/docs/update/dev_branch.md +++ b/docs/update/dev_branch.md @@ -4,6 +4,8 @@ If you need to return to the previous Nightscout version, or in rare occasions, Do not deploy `dev` or a branch other than `master` unless directed to do so (except if you know why you are doing so). +AAPS users: mind the [compatibility matrix](../nightscout/close_loop.md#aaps)! + ## Step 1: Update your repository in GitHub - Skip this step if you're using Azure. diff --git a/docs/update/redeploy.md b/docs/update/redeploy.md index 7b234e25..4922e105 100644 --- a/docs/update/redeploy.md +++ b/docs/update/redeploy.md @@ -2,6 +2,8 @@ When encountering update issues with GitHub, the easiest method it to delete it and fork the project again. +AAPS users: mind the [compatibility matrix](../nightscout/close_loop.md#aaps)! + ## Delete your own fork of cgm-remote-monitor ```{include} /vendors/github/delete.md diff --git a/docs/update/upd_stack.md b/docs/update/upd_stack.md index d38dfa89..84891e44 100644 --- a/docs/update/upd_stack.md +++ b/docs/update/upd_stack.md @@ -2,6 +2,10 @@
+AAPS users: mind the [compatibility matrix](../nightscout/close_loop.md#aaps)! + +
+ It is good practice to maintain your Heroku stack up to date. Either when you receive an email from Heroku or when you [update your Nightscout site](/update/update) (which is also a good habit).
diff --git a/docs/update/update.md b/docs/update/update.md index c3e04749..bcb2d2aa 100644 --- a/docs/update/update.md +++ b/docs/update/update.md @@ -8,6 +8,8 @@ You don't need to follow these instructions if you use a hosted service.
Con [See here which is the current released version](https://github.com/nightscout/cgm-remote-monitor/releases) before updating. +AAPS users: mind the [compatibility matrix](../nightscout/close_loop.md#aaps)! +
## Step 1: Update your repository in GitHub