-
Notifications
You must be signed in to change notification settings - Fork 99
MMConnect is not working in EU due to EU CareLink service changes (28.06.2020) #18
Comments
Yes, let's see what we can do. |
Were you able to see if the cookie name is the same, or if there is possibly a different token used? If I post to a branch/fork somewhere are you able to test? @benceszasz, are you available for chat/test on some platform? Email me at bewest at gmail. |
mddub/minimed-connect-to-nightscout#18 Outlines some major changes in EU carelink as of 28.06.2020. This patch updates the module with the information provided.
FWIW I'm potentially available to help with any final end-end testing - I'm running a herokuapp for my data through the eu minimed site. |
Hi @raferg, I tried deploying your solution to my Nightscout installation but I get the following error when attempting to get data from Carelink:
Is there anything that can be done about this? |
@idowolf follow the nightscout/minimed-connect-to-nightscout#1 link those solutions do work |
Please see nightscout/cgm-remote-monitor#5725 for getting hotfix for cgm-remote-monitor. |
Hi!
There was a major upgrade in EU CareLink services (28.06.2020) and since then MMConnect module is not working anymore in EU.
Login changed
https://carelink.minimed.eu/patient/j_security_check?j_username=&j_password=
throws HTTP 400EU CareLink seems to using now the following service for logins:
https://mdtlogin.medtronic.com/mmcl/auth/oauth/v2/authorize/login
Dataservice changed
https://carelink.minimed.eu/patient/connect/ConnectViewerServlet?cpSerialNumber=NONE&msgType=last24hours&requestTime=
throws HTTP 404EU CareLink connect webapplication seems to be using the following service to fetch SGV values:
https://carelink.minimed.eu/patient/connect/data?cpSerialNumber=NONE&msgType=last24hours&requestTime=
The returned SGV data seems to be the very same JSON as earlier
lastSensorTSAsString
bgunits
lastSensorTS
...
lastSGTrend
lastSG{}
lastAlarm{}
activeInsulin{}
sgs[]
limits[]
markers[]
Could you please change the MMConnect module to support the new EU CareLink Connect services?
Thank you!
The text was updated successfully, but these errors were encountered: