From 229cad3ec727b00a03115068a97b41db30f622e6 Mon Sep 17 00:00:00 2001 From: BernhardRo <35614076+BernhardRo@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:06:10 +0100 Subject: [PATCH] Updated README and changelog --- Changelog.md | 7 +++++++ README.md | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index e745d77..485a602 100644 --- a/Changelog.md +++ b/Changelog.md @@ -14,3 +14,10 @@ ## New Features * Esel does not send future vaules * Values can be shifted (by total days) to the future (usefull if phone time is shifted to a date in the past) + +# Version 3.0.1 +## New Features +* New icon: we are a pirate donkey now! +* Companion Mode: ESEL can read CGM values from the notifications provided by the Eversense app +* Access to [eversensedms.com](https://www.eversensedms.com/) to fill missing data +* Fixes for smoothing and calculation of direction diff --git a/README.md b/README.md index 85fbe7d..b7c9414 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Esel There are two different methods how to access the readings from Eversense: -* Companion mode, which reads the data from the Eversense notifications (works with the standard Eversense App) +* Companion mode, which reads the data from the Eversense notifications (works with the standard Eversense App, available since ESEL version 3.0.1) * Patched mode, which requires a patched version of the Eversense App (works completely offline, including backfilling) First of all, you need to install ESEL: @@ -10,6 +10,7 @@ First of all, you need to install ESEL: 3. Configuration: * Allow ESEL to run in the background (it will ask for it) * Allow ESEL access to the Android Notifications (it will ask for it) + * In newer Android versions, these settings may be not directly accessible due to restricted settings. In this case restricted settings must be allowed first, see "Allow restricted settings" in https://support.google.com/android/answer/12623953 * Upload to Nightscout: Activate "Send to NightScout" in the preferences. It needs a configured AndroidAPS with internal NSClient or NSClient itself installed on the same phone * Inter-App-Broadcasts: Activate "Send to AAPS and xDrip". In xDrip and/or AndroidAPS activate the input method "640g/Eversense". * "Smooth Data" applies a smoothing algorithm to the raw values and provides these smoothed values instead of the raw readings. Smoothing is per default disabled. @@ -31,4 +32,4 @@ First of all, you need to install ESEL: 3. Configuration of ESEL: * Enable the setting "Get data from patched Eversense App" -If you run esel with a fresh installation of Eversense for the first time, it can take up to 15min until your first values appear in xDrip! \ No newline at end of file +If you run ESEL with a fresh installation of Eversense for the first time, it can take up to 15min until your first values appear in xDrip!