I'm interested in devising a way to import data from Wellue/Viatom's Checkme Doctor Pro units into Oscar. If you use any of the devices/programs listed in the subject line here, would you mind sharing samples with me so that I can compare the format to that used by my device?
I'll either reformat my data to match an existing import method... or maybe I'll even try to code an adaptation of an importer function to work with this device's format.
Basically, this Checkme Doctor Pro binary looks like a simple list of heart rate and SpO2 readings. There is nothing but the readings, alternating between the two data points, so I'm guessing that they take the start time from the filename and then the data is sequential every 2 seconds. "97 77 97 76 98 77 ..."
The file is stored in a similar location to the other programs listed on the Oscar wiki....
/Users/[username]/Library/Containers/cn.com.viatom.pc.checkmebrowserpro/Data/Library/Application\ Support/Checkme\ Browser\ Pro/DATA/
If it isn't possible to send your example data file privately on this forum, just let me know and I will PM you my email address.
Unfortunately, trying to use the existing Viatom import immediately causes Oscar to crash (MacOS M1).
I've seen some people suggest using the Somnopose CSV format to import alternative data but I'm not 100% clear on how that works. Can you specify arbitrary data labels for different time series in that format, or are people just importing whatever data points of interest under Somnopose names?