Skip to content

Glucose status monitor for Nightscout implemented in JavaFX

License

Notifications You must be signed in to change notification settings

HanSolo/glucostatusfx

Repository files navigation

GlucoStatusFX

banner


A glucose status monitor for Nightscout implemented in JavaFX.

GitHub Workflow Status latest tag stars GitHub all releases license

JFXCentral



Running on Linux

When running as jar file you might need to start with on Linux

java -Djdk.gtk.version=2 -jar GlucoStatusFX-17.0.61.jar


Intro

GlucoStatusFX is a JavaFX application that will sit in your menu bar and is visualizing data coming from a nightscout server. To use this app you need to have a nightscout server which url you have to put in the text field in the settings dialog.

To set up the nightscout url in the settings dialog, just put in the url of your server e.g.

https://my-glucose.herokuapp.com

The api secret field is optional (but it is recommended to set it up as described here)

The token field is also optional (find more info here)

In the settings dialog you can will find the following parameters:

"Unit mg/dl":
Whatever unit you have defined on your nightscout server you can change the display to either mg/dl or mmol/l. In case you would like to see the values in mg/dl, please enable the switch "Unit mg/dl". If you disable this switch the values will be shown in mmol/l.

"Low value notification":
Enable the switch if you would like to receive notifications for low values (in GlucoStatusFX acceptable low means values between min acceptable and 55 mg/dl which is min critical).

"Acceptable low value notification":
Enable the switch if you would like to receive notifications for acceptable low values (in GlucoStatusFX acceptable low means values between min normal and min acceptable values).

"Acceptable high value notification":
Enable the switch if you would like to receive notifications for acceptable high values (in GlucoStatusFX acceptable high means values between max normal and max acceptable values).

"High value notification":
Enable the switch if you would like to receive notifications for high values (in GlucoStatusFX high means values between max acceptable and 350 mg/dl which is max critical).


"Too low notification interval":
You can define the interval for notifications of too low values in a range of 5-10 minutes. In case of too low values you will receive notifications in the given interval.

"Too high notification interval":
You can define the interval for notifications of too high values in a range of 5-30 minutes. In case of too high values you will receive notifications in the given interval.


"Min acceptable":
The min acceptable value can be defined in the range of 60-70 mg/dl.

"Min normal":
The min normal value can be defined in the range of 70-80 mg/dl.

"Max normal":
The max normal value can be defined in the range of 120-160 mg/dl.

"Max acceptable":
The max acceptable value can be defined in the range of 120-250 mg/dl.

Overview

Main Screen

Main Screen Poincare

Settings

Pattern

Time in range

Last 30 days

Overlay