-
Notifications
You must be signed in to change notification settings - Fork 400
Adding CGM support for Dexcom touchscreen receivers #1182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
ff8fc25
Update openaps-packages.sh (#1054)
cluckj 6b0cebd
Update issue templates
danamlewis 683bb85
Update issue templates
danamlewis 53c1b44
Update issue templates
danamlewis 099af49
Update issue templates
danamlewis 97e6295
Update issue templates
danamlewis 9a19987
Remove duplicate
danamlewis 0e55de9
Remove duplicate
danamlewis e4cdb52
Remove duplicate
danamlewis 9107210
Update --individual-troubleshooting-help.md
danamlewis e0c96f3
Adding CGM support for touchscreen receivers
jaylagorio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| --- | ||
| name: "\U0001F41BBug report" | ||
| about: Create a report to help us fix things | ||
|
|
||
| --- | ||
|
|
||
| **Describe the bug** | ||
| A clear and concise description of what the bug is. | ||
|
|
||
| **To Reproduce** | ||
| Steps to reproduce the behavior: | ||
| 1. Go to '...' | ||
| 2. Click on '....' | ||
| 3. Scroll down to '....' | ||
| 4. See error | ||
|
|
||
| **Expected behavior** | ||
| A clear and concise description of what you expected to happen. | ||
|
|
||
| **Screenshots** | ||
| If applicable, add screenshots to help explain your problem. | ||
|
|
||
| **Smartphone (please complete the following information):** | ||
|
|
||
| **Setup Information (please complete the following information):** | ||
| * Pump type (e.g. Medtronic 722, v. 2.4A firmware) | ||
| * CGM type (e.g. Dexcom G4 via xDrip+) | ||
| * Rig type (e.g. Edison/Explorer Board rig) | ||
| * oref0 version (e.g. oref0 0.6.2 master, or 0.7.0-dev) | ||
|
|
||
| **Additional context** | ||
| Add any other context about the problem here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| --- | ||
| name: "\U0001F4A1Feature request\U0001F4A1" | ||
| about: Suggest an idea for this project | ||
|
|
||
| --- | ||
|
|
||
| **Is your feature request related to a problem? Please describe.** | ||
| A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
|
||
| **Describe the solution you'd like** | ||
| A clear and concise description of what you want to happen. | ||
|
|
||
| **Describe alternatives you've considered** | ||
| A clear and concise description of any alternative solutions or features you've considered. | ||
|
|
||
| **Additional context** | ||
| Add any other context or screenshots about the feature request here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| --- | ||
| name: "\U0001F198Individual troubleshooting help" | ||
| about: Getting help with your own individual setup - let's hop into Gitter at https://gitter.im/nightscout/intend-to-bolus | ||
|
|
||
| --- | ||
|
|
||
| Are you having an issue with your individual rig/setup? | ||
|
|
||
| Please first go to Gitter (https://gitter.im/nightscout/intend-to-bolus) and post there, with details of your setup (pump/CGM/CGM data path/rig type/oref0 version) and the issue you're observing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need to add
set_pref_string .cgm_loop_path "$directory"in this function to make sureoref0-monitor-cgm.shruns in the right place. See: #1149 and #1211There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this bug! I ran into it a while ago and gave up on it because I couldn't track it down in the time I had. I'm closing this PR and opening a new one that both adds setup support for touchscreen receivers, fixes this bug, and makes some changes to
oref0-cron-every-minuteto make the CGM loop work with the new receivers too.