github nightscout/cgm-remote-monitor 0.8.1
0.8.1 (Funnel Cake)

latest releases: 15.0.2, 15.0.1, 15.0.0...
8 years ago

funnel cake 1

For a quick and easy upgrade use the update tool: http://nightscout.github.io/pages/update-fork/

For full list of closed issues and PRs see: https://github.com/nightscout/cgm-remote-monitor/issues?q=milestone%3A0.8.1+is%3Aclosed

  1. New Nightscout Reports

  2. Changed the gear icon to a menu icon, and added links to Reports and the Profile Editor

  3. The existing ALARM_* settings are now system wide, but can be overridden in the browser client
    With this if you really never wants to get high alarm in any way, they can be turned off, be careful

    • ALARM_URGENT_HIGH (on) - possible values on or off
    • ALARM_HIGH (on) - possible values on or off
    • ALARM_LOW (on) - possible values on or off
    • ALARM_URGENT_LOW (on) - possible values on or off
  4. New settings to configure the snooze options for different alarm types, the first value is used for pushover acks

    • ALARM_HIGH_MINS (30 60 90 120) - Number of minutes to snooze high alarms, space separated for options in browser, first used for pushover
    • ALARM_LOW_MINS (15 30 45 60) - Number of minutes to snooze low alarms, space separated for options in browser, first used for pushover
    • ALARM_URGENT_LOW_MINS (15 30 45) - Number of minutes to snooze urgent low alarms, space separated for options in browser, first used for pushover
    • ALARM_URGENT_MINS (30 60 90 120) - Number of minutes to snooze urgent alarms (that aren't tagged as high or low), space separated for options in browser, first used for pushover
    • ALARM_WARN_MINS (30 60 90 120) - Number of minutes to snooze warning alarms (that aren't tagged as high or low), space separated for options in browser, first used for pushover
  5. New PUSHOVER_*_KEY settings and extra configuration support for existing Pushover settings
    If you never want to get info level notifications (treatments) use PUSHOVER_USER_KEY="off"
    If you never want to get an alarm via pushover use PUSHOVER_ALARM_KEY="off"
    If you never want to get an announcement via pushover use PUSHOVER_ANNOUNCEMENT_KEY="off"

    If only PUSHOVER_USER_KEY is set it will be used for all info notifications, alarms, and announcements

    • PUSHOVER_USER_KEY - Your Pushover user key, can be found in the top left of the Pushover site, this can also be a pushover delivery group key to send to a group rather than just a single user. This also supports a space delimited list of keys. To disable INFO level pushes set this to off.
    • PUSHOVER_ALARM_KEY - An optional Pushover user/group key, will be used for system wide alarms (level > WARN). If not defined this will fallback to PUSHOVER_USER_KEY. A possible use for this is sending important messages and alarms to a CWD that you don't want to send all notification too. This also support a space delimited list of keys. To disable Alarm pushes set this to off.
    • PUSHOVER_ANNOUNCEMENT_KEY - An optional Pushover user/group key, will be used for system wide user generated announcements. If not defined this will fallback to PUSHOVER_USER_KEY or PUSHOVER_ALARM_KEY. This also support a space delimited list of keys. To disable Announcement pushes set this to off.
  6. Fix for announcements at warning and urgent levels that couldn't be snoozed

  7. Adjusted pill tooltips so they won't go past the edge of the screen

  8. Fixed bug with mmol in clock mode

  9. Added support for configuring the Error Code notifications

    • ERRORCODES_INFO (1 2 3 4 5 6 7 8) - By default the needs calibration (blood drop) and other codes below 9 generate an info level notification, set to a space separate list of number or off to disable
    • ERRORCODES_WARN (off) - By default there are no warning configured, set to a space separate list of numbers or off to disable
    • ERRORCODES_URGENT (9 10) - By default the hourglass and ??? generate an urgent alarm, set to a space separate list of numbers or off to disable
  10. Hide the "GI specific value" option from the profile editor
    Will come back later when it's fully supported

  11. Added Base URL and server time to status.json for easier debugging, and future features

  12. fix for empty basal setting in profile

  13. remove drawer animation

  14. fix issue with multiple profiles

  15. fix issues with delele api

  16. fix bug with BWP alarms getting disabled

Don't miss a new cgm-remote-monitor release

NewReleases is sending notifications on new releases.