Replies: 1 comment 8 replies
-
When you open Nightscout in a browser, do you not see the in range values shown with green dots and high or low values in yellow and urgent high and urgent low values in red? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - not sure if this is the right place to ask this question - tried the CGM facebook group and haven't had success. I recently upgraded my Google Cloud deployment of Nightscout to 15.0.1. I think I originally deployed Nightscout on Google Cloud in Dec 2022. I've always had the alarms off but now I want to get them to work and it's not going well. The urgent low and high alarms go off when my son's BG isn't even close to a high or low (or predicted to be high or low by loop). They won't go off when he is actually urgently high or low. I'd really appreciate it if anyone could help me fix this or let me know if this is a known problem. My son is running loop. He has a Dexcom G7. My NS variables are below. Thanks!
BTW - the main point in enabling the alarms is because my teenage son doesn't wake-up for low alarms from the Dexcom app on his phone and he'll be going to college soon (very scary). He doesn't really wake up to any alarm at this point. I was planning on buying the sonic bomb alarm clock, attaching it to a smart plug, and using IFTT using the Nightscout urgent low alarm to make it go off and vibrate. Before I do this, I need to know if the NS urgent low alarm is reliable.
export ENABLE='careportal food boluscalc bwp cob bgi pump openaps rawbg iob upbat cage sage basal loop override>
export AUTH_DEFAULT_ROLES='denied'
export SHOW_FORECAST='loop'
export ALARM_TYPES='simple'
export BG_HIGH='300'
export BG_LOW='55'
export BG_TARGET_BOTTOM='80'
export BG_TARGET_TOP='250'
export DISPLAY_UNITS='mg/dl'
export ALARM_HIGH='off'
export ALARM_LOW='off'
export ALARM_TIMEAGO_URGENT='off'
export ALARM_TIMEAGO_WARN='off'
export ALARM_URGENT_HIGH='off'
export ALARM_URGENT_LOW='off'
export BOLUS_RENDER_OVER='0.1'
export THEME='colors'
export SHOW_PLUGINS='loop iob cob pump loop override basal dbsize'
export CUSTOM_TITLE='DIABETES_SUCKS'
export PUMP_FIELDS='reservoir battery clock'
export DEVICESTATUS_ADVANCED='true'
export ALARM_TYPE_PREDICT='0'
export DBSIZE_MAX='20000'
export BASAL_RENDER='default'
Beta Was this translation helpful? Give feedback.
All reactions