Skip to content

Commit

Permalink
Updated README and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardRo committed Feb 1, 2024
1 parent fb8ca72 commit 229cad3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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.
Expand All @@ -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!
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!

0 comments on commit 229cad3

Please sign in to comment.