Apnea Board Forum - CPAP | Sleep Apnea
How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - Printable Version

+- Apnea Board Forum - CPAP | Sleep Apnea (https://www.apneaboard.com/forums)
+-- Forum: Public Area (https://www.apneaboard.com/forums/Forum-Public-Area)
+--- Forum: Software Support Forum (https://www.apneaboard.com/forums/Forum-Software-Support-Forum)
+--- Thread: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR (/Thread-How-to-quickly-sync-Wellue-O2-Ring-Readings-from-Android-to-OSCAR)

Pages: 1 2 3 4 5 6 7


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - famewolf - 01-14-2023

Thanks.  I'll try that once I reinstall.  I had downgraded to 2.63 which would not even recogize my o2ring in the list of devices.   Here's  hoping the old data is still available on the device.


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - Crimson Nape - 01-14-2023

It should ask for the ring's serial number to register it within the app. Try registering a new device. The data is still on the ring.

- Red


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - famewolf - 01-14-2023

Well since I downgraded to 2.63 and signed in then uninstalled and went  back to the newest version it doesn't want to let me sign in...enter user/pass...it spins for a while then times out...tried it on both the original phone and a 2nd one that installed the app for the first time.  Very frustrating app.  I appreciate all yall's advice!


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - famewolf - 01-14-2023

After leaving it on the signin screen for a LONG time it finally went into the app....was able to grab the 4 files, rename and copy to pc where I imported into oscar (on the LATEST vihealth version) so thanks for all the help!


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - Crimson Nape - 01-14-2023

I inadvertently posted this in the wrong thread earlier.

As a side note, I have downloaded the latest OSCAR code and have modified the Viatom loader to allow for a suffix in the file name. I will build the modified code later to see if it actually works.

Stay tuned. . . . . Eat-popcorn
.
.
.
.
Windows 64 version built and running. It works!!! You can select a Viatom/Wellue file with a ".dat" suffix.

- Red


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - famewolf - 01-14-2023

Hmm I have oscar-git as one of the arch aur packages.....assuming it compiles without issue do you have a patch to implement the change you mentioned?


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - Crimson Nape - 01-14-2023

It's simple. Go to the Viatom_Loader.cpp - line 242. Add an asterisk "*" to the end of each list in the QString.

Here is the copy of the snippet that I used:
Code:
return QStringList({"*20[0-5][0-9][01][0-9][0-3][0-9][012][0-9][0-5][0-9][0-5][0-9]*",
                        "*20[0-5][0-9]-[01][0-9]-[0-3][0-9] [012][0-9]:[0-5][0-9]:[0-5][0-9]*"

- Red


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - famewolf - 01-14-2023

Thanks.  I'll have to do some research.   I can modify the PKGBUILD arch uses to apply a patch but it gets more complicated if I want to grab the source and apply the PKGBUILD the hand modify the source (which the pkgbuild downloads) and run makepkg -i to build/install it.   I hope you'll be submitting a pull request for your modification?


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - Crimson Nape - 01-14-2023

What flavor of Linux are you running?
- Red


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - famewolf - 01-14-2023

Manjaro KDE.