Resmed S9 Autoset Leakage data missing
Open Source CPAP Research and Review Software
Status: Beta
Brought to you by:
jedimark
When I got a new machine (firmware 0907) the leakage data is not imported anymore.
It worked fine with old (firmware 0602). Tried 0.9.2 Mac, 0.9.3 Win and latest 0.9.4 beta Mac without success. The data displays fine in ResScan.
This info is very important for me, please look into this so I can stop using ResScan.
I can supply testdata upon request.
think I've found something, while browsing the code I founf this in Resmed importer:
} else if ((es.label=="Leak") || (es.label.startsWith("Leck")) || (es.label.startsWith("Lekk"))) {
In the PLD file from my old machine the string Leak exists,
however in the new the swedish word for leak is present instead: Läcka
Attaching sample data.
Now, if I could figure out how to build this on my Mac ..
Confirmed my suspicions, seems a Resmed firmware bug to use internationalized strings for leak data. Attaching a patch that resolves this for Swedish machines, consider applying this to code repository please. Built and tested ok. Thanks for your efforts.
the patch in #175 seems to resolve both issues.
please close this, patch in #175 fixed this as well.