Aidex values not broadcasting via API to watchdrip. #3035
Replies: 3 comments 4 replies
-
Previous discussions on aidex integration #2469 @andyrozman |
Beta Was this translation helpful? Give feedback.
-
bigdigital is experienced with xDrip and has created the WatchDrip service in xDrip. |
Beta Was this translation helpful? Give feedback.
-
This problem is not directly related to watchdrip API or service. The issue is mostly with the AidexReceiver . When the receiver receives the data via broadcast (from Aidex app as i understand ) the received data is added to the xdrip by using the following function BgReading.bgReadingInsertFromInt(bgValueMgDl, timeStamp, segmentation_timeslice, false); |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use watchdrip with xdrip and GlucoRX Aidex sensor.
It seems that the watchdrip app is not able to receive push notifications from xdrip of BG changes, only when watchdrip itself makes forced requests to xdrip.
In woking with @bigdigital (the author of watchdrip) , it seems that the xdrip Aidex code on the BgReading.bgReadingInsertFromInt has a last parameter of false, meaning that the notification to watchdrip etc does not occur.
I am hoping that I have explained this ok and included as much information as needed.
Beta Was this translation helpful? Give feedback.
All reactions