Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carelink Integration Issues #39

Open
kws1207 opened this issue Jan 22, 2024 · 0 comments
Open

Carelink Integration Issues #39

kws1207 opened this issue Jan 22, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@kws1207
Copy link
Member

kws1207 commented Jan 22, 2024

Current Situation

  • Site Accessibility: We are currently unable to access the Carelink site. An attempt was made to install and use the app directly, but logging in on one device causes a logout on another device, which is currently in use by a member of our patient association. This makes it challenging to test and verify functionality.

Project Overview

  • Existing Java Project: There is a Java-based project that seems to facilitate the retrieval of Carelink data. However, it is tailored primarily for the U.S. market, and some functionalities are reportedly not fully implemented. We plan to investigate this further and provide a detailed report soon.

Concerns

  • Server Access and Country Specification: A significant concern is the server access method, which differentiates users based on country, offering only 'us' and 'eu' as options. This limitation might lead to issues similar to those experienced with Libre, potentially hindering the ability to retrieve data from users in other regions.

Code Snippet Highlight

// Get server URL
protected String careLinkServer() {
    return this.carelinkCountry.equals("us") ? CARELINK_CONNECT_SERVER_US : CARELINK_CONNECT_SERVER_EU;
}

Reference: CareLinkJavaClient on GitHub

@kws1207 kws1207 added the help wanted Extra attention is needed label Jan 22, 2024
@kws1207 kws1207 changed the title Add LibreView support Neet to add LibreView support Jan 22, 2024
@kws1207 kws1207 changed the title Neet to add LibreView support Neet to add Carelink support Jan 22, 2024
@kws1207 kws1207 changed the title Neet to add Carelink support Carelink Integration Issues Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant