Skip to content

Latest commit

History

History
34 lines (26 loc) 路 1.38 KB

README.md

File metadata and controls

34 lines (26 loc) 路 1.38 KB

馃拤 Nightscout

The Nightscout plugin lets you display blood sugar values from a Nightscout site.

馃挰 Setting up a nightscout site

The nightscout website details how to self-host a nightscout site. Check out the instructions there.

鈩癸笍 Examples workflows

鉃★笍 Available options for this plugin

- uses: lowlighter/metrics@latest
  with:
    # ... other options
    plugin_nightscout: yes
    plugin_nightscout_url: ${{ secrets.NIGHTSCOUT_URL }} # Use the github actions "NIGHTSCOUT_URL" secret as your nightscout site
    plugin_nightscout_datapoints: 12                     # Use the latest 12 blood sugar datapoints to create a graph
    plugin_nightscout_lowalert: 80                       # Blood sugars below 80 will be considered low
    plugin_nightscout_highalert: 180                     # Blood sugars above 180 will be considered high
    plugin_nightscout_urgentlowalert: 50                 # Blood sugars below 50 will be considered urgently low
    plugin_nightscout_urgenthighalert: 250               # Blood sugars above 250 will be considered urgently high