You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| LINK_UP_USERNAME | LibreLink Up Login Email |mail@example.com| X |
17
-
| LINK_UP_PASSWORD | LibreLink Up Login Password | mypassword | X |
18
-
| LINK_UP_CONNECTION | LibreLink Up Patient-ID. Can be received from the console output if multiple connections are available. | 123456abc-abcd-efgh-7891def ||
19
-
| LINK_UP_TIME_INTERVAL | The time interval of requesting values from libre link up | 5 ||
20
-
| LINK_UP_REGION | Your region. Used to determine the correct LibreLinkUp service (Possible values: AE, AP, AU, CA, DE, EU, EU2, FR, JP, US, LA, RU)| EU ||
21
-
| NIGHTSCOUT_URL | Hostname of the Nightscout instance (without https://) | nightscout.yourdomain.com | X |
22
-
| NIGHTSCOUT_API_TOKEN | SHA1 Hash of Nightscout access token | 162f14de46149447c3338a8286223de407e3b2fa | X |
23
-
| NIGHTSCOUT_DISABLE_HTTPS | Disables the HTTPS requirement for Nightscout URLs | true ||
24
-
| NIGHTSCOUT_DEVICE_NAME | Sets the device name used in Nightscout | nightscout-librelink-up ||
25
-
| LOG_LEVEL | The setting of verbosity for logging, should be one of info or debug | info ||
26
-
| SINGLE_SHOT | Disables the scheduler and runs the script just once | true ||
27
-
| ALL_DATA | Upload all available data from LibreLink Up instead of just data newer than last upload. LibreLinkUp sometimes lags behind in reporting recent historical data, so it is advised to run the script with ALL_DATA set to true at least once a day. | true ||
| LINK_UP_USERNAME | LibreLink Up Login Email |mail@example.com| X |
17
+
| LINK_UP_PASSWORD | LibreLink Up Login Password | mypassword | X |
18
+
| LINK_UP_CONNECTION | LibreLink Up Patient-ID. Can be received from the console output if multiple connections are available. | 123456abc-abcd-efgh-7891def ||
19
+
| LINK_UP_TIME_INTERVAL | The time interval of requesting values from libre link up | 5 ||
20
+
| LINK_UP_REGION | Your region. Used to determine the correct LibreLinkUp service (Possible values: AE, AP, AU, CA, DE, EU, EU2, FR, JP, US, LA, RU, CN) | EU ||
21
+
| NIGHTSCOUT_URL | Hostname of the Nightscout instance (without https://) | nightscout.yourdomain.com | X |
22
+
| NIGHTSCOUT_API_TOKEN | SHA1 Hash of Nightscout access token | 162f14de46149447c3338a8286223de407e3b2fa | X |
23
+
| NIGHTSCOUT_DISABLE_HTTPS | Disables the HTTPS requirement for Nightscout URLs | true ||
24
+
| NIGHTSCOUT_DEVICE_NAME | Sets the device name used in Nightscout | nightscout-librelink-up ||
25
+
| LOG_LEVEL | The setting of verbosity for logging, should be one of info or debug | info ||
26
+
| SINGLE_SHOT | Disables the scheduler and runs the script just once | true ||
27
+
| ALL_DATA | Upload all available data from LibreLink Up instead of just data newer than last upload. LibreLinkUp sometimes lags behind in reporting recent historical data, so it is advised to run the script with ALL_DATA set to true at least once a day. | true ||
28
28
29
29
## Usage
30
30
@@ -98,16 +98,19 @@ services:
98
98
99
99
### Hashing API token
100
100
101
-
`NIGHTSCOUT_API_TOKEN` must be a SHA1 hash of an Access Token from Nightscout (_Add new subject_ first in Nightscout's _Admin Tools_ if required), e.g. your Access Token for a subject named _LibreLinkUp_ might be `librelinku-123456789abcde`.
101
+
`NIGHTSCOUT_API_TOKEN` must be a SHA1 hash of an Access Token from Nightscout (_Add new subject_ first in Nightscout's _Admin Tools_ if required), e.g. your
102
+
Access Token for a subject named _LibreLinkUp_ might be `librelinku-123456789abcde`.
0 commit comments