RE: Created a program to support Wifi SD card for Resmed and all other devices
If you are using Windows, the code has the required data storage path committed out. Did you modify this line?
- Red
RE: Created a program to support Wifi SD card for Resmed and all other devices
(12-07-2023, 09:20 PM)Crimson Nape Wrote: If you are using Windows, the code has the required data storage path committed out. Did you modify this line?
- Red
Brilliant! And now it works perfectly.
Thanks muchly for the advice.
RE: Created a program to support Wifi SD card for Resmed and all other devices
OK, not so perfectly after all.
Sometimes (not often) it works. Mostly it does a partial download and hangs. I suspect the wifi to the card is very flaky (about 10 feet). I'll work on it.
RE: Created a program to support Wifi SD card for Resmed and all other devices
Success! I ran a USB extension cable to put the Wifi dongle next to the Airsense 11 and now it completes properly.
A further request:
Edit "ezshare_resmed.py" to exclude "JOURNAL.JNL" and "ezshare.cfg" from the copying process and rename "STR.EDF" to "STR.edf". These changes will help with the SleepHQ data import process. At the moment I'm doing it manually.
I'm not familiar with Python so any help/guidance would be greatly appreciated.
RE: Created a program to support Wifi SD card for Resmed and all other devices
I want to thank you for this little bit of magic. Didn't take too long to get it working with my AirSense-10 and OSCAR (also magic!) running on Mac OS. I'm curious if anyone has automated this with AppleScript, etc? That may be a summer task for me and teach myself scripting at the same time.
Graemme
RE: Created a program to support Wifi SD card for Resmed and all other devices
Consider that it’s an entire wireless AP stuck inside an SD card case along with the actual SD card guts, receiving only the power normally expended to read an SD card, and it shouldn’t be too surprising that the range is short. I can SEE the AP from my first floor and a couple rooms away from the second floor bedroom, but actually copying data, not so much
I’ll look at your request and others I’ve received one of these days. I haven’t touched python since doing this (so much for being told I needed it for this project), so it’ll take some time even once I look at it. If anyone out there is a competent python programmer, and interested in taking it on, please feel free to fork the project and apply fixes, there are several in the bug reports section.
And thank you all for the kind words, I’m glad it’s proven helpful