AAPS - xDrip synchronization #2636
Replies: 13 comments 12 replies
-
My main wish is if you broadcast treatments, basal adjustments and profiles to xDrip is that it makes the predicted low smarter. As it stands now for me it doesnt seem to have any effect on the prediction. Secondly, if treatments are deleted in AAPS (example carb entry adjusted, first deleted then added correct amount) it would be nice if such changes also were made in xDrip. Now it adds treatments, if u delete in AAPS, it doesnt remove it in xDrip. This will in turn make predicted low better. |
Beta Was this translation helpful? Give feedback.
-
@MilosKozak very happy to work with you to achieve whatever is needed for more data to be transferred. I am not aware that follower mode needs to be used. The main problem that I know of so far is that unless nsclient is enabled that AAPS doesn't broadcast to xDrip. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Great. So first step is integrate ns-sdk to xDrip+ and let me know the intent. Maybe would be good to change it because timestamps are different to v1 code. Is there anyone who can work on it? |
Beta Was this translation helpful? Give feedback.
-
(It's great to see this level of collaboration between the two projects :) Thank you both so much!) If I may plug an older issue of my own that may be relevant to this discussion: #2506. The short version is that currently no (functional) way exists for |
Beta Was this translation helpful? Give feedback.
-
@jamorham code is in dev of AAPS |
Beta Was this translation helpful? Give feedback.
-
Here is some example code that stimulates the test receiver on xDrip side:
|
Beta Was this translation helpful? Give feedback.
-
The status line is passed on to watches such as Garmin and Fitbit etc. via the web service. |
Beta Was this translation helpful? Give feedback.
-
@MilosKozak What is the reason for this note on AAPS site (https://androidaps.readthedocs.io/en/latest/Configuration/Config-Builder.html)? |
Beta Was this translation helpful? Give feedback.
-
@jamorham Really missing the option of syncing all data to xDrip+ |
Beta Was this translation helpful? Give feedback.
-
When everything is prepared in both apps (xDrip and AAPS) the documentation should also be updated. There is only minor info about how to set up the data flow from AAPS to xDrip. In case of success I'd be ready to submit a PR for both docs with the solution. Sadly this feature is not working for me (for months). Now I've tried again without success. What do I miss? I have:
Config in AAPS:
Config in xDrip+:
Can you help me, please? |
Beta Was this translation helpful? Give feedback.
-
I respectfully ask everyone to stay out of this thread. If you need help, if you have any suggestions, if you want to tag me, if you want to tag either JamOrHam or Milos, please create a new thread. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @jamorham,
I'm cleaning up xDrip broadcasting code in AAPS. During years it became a mess. My current observation is:
NS callback is forwarded to xdrip:
It seems xDrip code "info.nightscout.client.*" is accepted in Follower mode only which means if people are using NS_EMULATOR (i think most used case) they must download insulin and carbs from NS anyway
I prepared new plugin to AAPS whre i can effectively broadcast changed/updated data. Is there any will to define an API for accepting data from AAPS?
Milos
Beta Was this translation helpful? Give feedback.
All reactions