Replies: 3 comments 10 replies
-
xDrip always calculates the trend arrow using the current and the previous reading. This results in discrepancies. It's not necessarily an issue. |
Beta Was this translation helpful? Give feedback.
-
Do you also upload to Nightscout at the same time? It is quite interesting that the |
Beta Was this translation helpful? Give feedback.
-
Will do, happy to help! Thanks again.
…On Tue, 14 Jun 2022, 23:09 JamOrHam, ***@***.***> wrote:
I think I can resolve this with some work but I'll need to work closely
with a camaps user like OP over multiple iterations. If you're interested
to work it out, please can you email me at jamorham at gmail
—
Reply to this email directly, view it on GitHub
<#2178 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMTLAAZHI6Y6V4LIKHJSTX3VPD7KNANCNFSM5YY4R5ZQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Using Xdrip (13 June nightly) getting readings from CamAPS FX. Xdrip shows the correct trend arrow but the MongoDB entries show that the upload is always 'Flat' regardless of the delta. Three consecutive readings below showing steep falls (and downward trend arrow in Xdrip) but all with 'Flat' direction in the upload.
Thanks to all the devs for adding CamAPS support by the way - it's been a game changer for us and no longer have to have a second phone collecting readings in the pump slot so we can follow our 3yo daughter more easily!
{ "_id": { "$oid": "62a8e1d9c112d8e8512b8045" }, "device": "xDrip-UiBased", "date": 1655235030515, "dateString": "2022-06-14T19:30:30.515Z", "sgv": 85, "delta": -9.923, "direction": "Flat", "type": "sgv", "filtered": 0, "unfiltered": 0, "rssi": 100, "noise": 1, "sysTime": "2022-06-14T19:30:30.515Z", "utcOffset": 60}
{ "_id": { "$oid": "62a8e0abc112d8e85128b6bc" }, "device": "xDrip-UiBased", "date": 1655234728191, "dateString": "2022-06-14T19:25:28.191Z", "sgv": 95, "delta": -10.991, "direction": "Flat", "type": "sgv", "filtered": 0, "unfiltered": 0, "rssi": 100, "noise": 1, "sysTime": "2022-06-14T19:25:28.191Z", "utcOffset": 60}
{ "_id": { "$oid": "62a8df7fc112d8e85125de33" }, "device": "xDrip-UiBased", "date": 1655234427957, "dateString": "2022-06-14T19:20:27.957Z", "sgv": 106, "delta": -15.053, "direction": "Flat", "type": "sgv", "filtered": 0, "unfiltered": 0, "rssi": 100, "noise": 1, "sysTime": "2022-06-14T19:20:27.957Z", "utcOffset": 60}
Beta Was this translation helpful? Give feedback.
All reactions