Will add a sensor per connected person showing their last reported blood glucose levels in either mmol/L or mg/dL
Supports Home Assistant statistics
- Search HACS for the LibreView integration and install
- Restart Home Assistant
- Using the tool of choice open the directory for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory there, you need to create it. - In the
custom_components
directory create a new folder calledlibreview
. - Place all files from the
custom_components/libreview/
directory in this repository. - Restart Home Assistant
This integration uses the fact that you can share your data with other people using the LibreLinkUp app. Therefore you must first set this up.
-
Open your LibreLink App and click on the hamburger menu in the top left corner and click "Connected apps"
-
Enter a name and the email of the account you want to connect to.
You can either use the same email as you LibreLink account, then you can just use the same login info later on
or you can add a new email and use that later on to create a new user
Then click "ADD"
-
You should then get the following screen saying that an Invitation is pending
-
Download and install the LibreLinkUp app on your phone from the App Store or the Google Play Store
-
Open the LibreLinkUp app you just installed.
If in step 4 you used the same email as you did for your existing LibreView Account then click "Log in", and proceed to step 10. Otherwise click the "Get started now" button, and then on the next screen click the "Create Account" button
-
Accept the License Agreement and Privacy Policy
-
Create your new Account and make sure that you use the same email that you provided in step 4.
-
Then a prompt should appear shortly sating that xxx would like to share glucose information with you. Click Accept.
Then proceed to Home Assistant for the setup of the integration there.