SleepyHead Series 60 Patch Avail
Re: SleepyHead Series 60 Patch Avail
Thanks patch and icon works great.
_________________
Humidifier: S9™ Series H5i™ Heated Humidifier with Climate Control |
Additional Comments: SleepyHead Software |
- Denial Dave
- Posts: 1335
- Joined: Wed Sep 19, 2012 6:45 am
- Location: Connecticut
Re: SleepyHead Series 60 Patch Avail
Works awesome on my windows XP system
_________________
Mask: Mirage Quattro™ Full Face CPAP Mask with Headgear |
Humidifier: S9™ Series H5i™ Heated Humidifier with Climate Control |
Additional Comments: Started at VPAP pressure setting of 20/14.4. I've survived Stage 1 cancer and lost 80+ lbs. Pressure is now 14.5 / 11 |
if you don't know where you are going... any road will take you there.... George Harrison
Re: SleepyHead Series 60 Patch Avail
An OSX version of the software is now available at:
https://s3.amazonaws.com/thefreemanclan ... pyHead.dmg
Again, this should be mainly considered an interim solution for series 60 users until JediMark is back up on his feet and we can get the main version updated. Feedback welcome!
https://s3.amazonaws.com/thefreemanclan ... pyHead.dmg
Again, this should be mainly considered an interim solution for series 60 users until JediMark is back up on his feet and we can get the main version updated. Feedback welcome!
Machine: PRS1 AutoSV (950P)
- sydneyearly
- Posts: 8
- Joined: Tue Mar 06, 2012 10:36 am
Re: SleepyHead Series 60 Patch Avail
Hello just got switched to the 560 after my other machine died. Just wondering if anyone knows of a source to get the patch for Fedora Core Linux. I would love to get up and running, but can wait until Jedi releases a new version if necessary. Thanks to everyone involved in Sleepyhead fantastic program.
--
Sydney
Sydney
Re: SleepyHead Series 60 Patch Avail
The source is at:sydneyearly wrote:Hello just got switched to the 560 after my other machine died. Just wondering if anyone knows of a source to get the patch for Fedora Core Linux. I would love to get up and running, but can wait until Jedi releases a new version if necessary. Thanks to everyone involved in Sleepyhead fantastic program.
git@github.com:rich0/rich0-sleepyhead.git
use branch rich-changes (if doing a repo clone add a -b rich-changes to the command)
A Gentoo ebuild (what I use) is in the source tree. Build instructions are on the sleepyhead website and apply as written, other than the URL and branch. Should work fine 32-bit or 64-bit. I guess if there is demand I could build a static binary, or if somebody wants to package it in .rpm or .deb feel free.
Machine: PRS1 AutoSV (950P)
Re: SleepyHead Series 60 Patch Avail
Hi All,
Not doing programming much in the last few years, any assistance would be appreciated.
git clone -b rich-changes git@github.com:rich0/rich0-sleepyhead.git
Cloning into 'rich0-sleepyhead'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Thanks in advance,
Brian
Not doing programming much in the last few years, any assistance would be appreciated.
git clone -b rich-changes git@github.com:rich0/rich0-sleepyhead.git
Cloning into 'rich0-sleepyhead'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Thanks in advance,
Brian
Re: SleepyHead Series 60 Patch Avail
Hmm, try this one:BrianD wrote: git clone -b rich-changes git@github.com:rich0/rich0-sleepyhead.git
Cloning into 'rich0-sleepyhead'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
git clone -b rich-test git://github.com/rich0/rich0-sleepyhead.git
I posted a URL that had my username in it, which isn't going to work for anonymous access, and I also renamed the branch to better reflect its long-term purpose.
Also, we're merging the series 60 code into the mainline repository - but series 60 hasn't been merged just yet. rich-test has been rebased so it reflects everything Mark merged into the master repository, plus my prs1 fixes including series 60.
Machine: PRS1 AutoSV (950P)
Re: SleepyHead Series 60 Patch Avail
It looks like the patched version doesn't work on some PRS1 60 series BiPAP machines. You get ridiculous AHI over 100, and no event data.
viewtopic.php?f=1&t=84359&p=765271#p765140
viewtopic.php?f=1&t=84359&p=765271#p765140
_________________
Mask: Swift™ FX Nasal Pillow CPAP Mask with Headgear |
Humidifier: S9™ Series H5i™ Heated Humidifier with Climate Control |
Additional Comments: Also SleepyHead, PRS1 Auto, Respironics Auto M series, Legacy Auto, and Legacy Plus |
Please enter your equipment in your profile so we can help you.
Click here for information on the most common alternative to CPAP.
If it's midnight and a DME tells you it's dark outside, go and check for yourself.
Useful Links.
Click here for information on the most common alternative to CPAP.
If it's midnight and a DME tells you it's dark outside, go and check for yourself.
Useful Links.
Re: SleepyHead Series 60 Patch Avail
Yep, working on getting some BiPap files to Mark and Rich so that little bug can be squashed.archangle wrote:It looks like the patched version doesn't work on some PRS1 60 series BiPAP machines. You get ridiculous AHI over 100, and no event data.
_________________
Machine: AirCurve™ 10 VAuto BiLevel Machine with HumidAir™ Heated Humidifier |
Additional Comments: Mask Bleep Eclipse https://bleepsleep.com/the-eclipse/ |
I may have to RISE but I refuse to SHINE.
Re: SleepyHead Series 60 Patch Avail
Nice fix!rich0 wrote:An OSX version of the software is now available at:
https://s3.amazonaws.com/thefreemanclan ... pyHead.dmg
Again, this should be mainly considered an interim solution for series 60 users until JediMark is back up on his feet and we can get the main version updated. Feedback welcome!
THANK YOU!!!
Nate
_________________
Mask: DreamWear Nasal CPAP Mask with Headgear |
Additional Comments: ResMed AirCurve 10 ASV; Dreamwear Nasal Mask Original; CPAPMax Pillow; ResScan & SleepyHead |
Central sleep apnea AHI 62.6 pre-VPAP. Now 0 to 1.3
Present Rx: EPAP: 8; IPAPlo:11; IPAPHi: 23; PSMin: 3; PSMax: 15
"I've had a perfectly wonderful evening, but this wasn't it." —Groucho Marx
Present Rx: EPAP: 8; IPAPlo:11; IPAPHi: 23; PSMin: 3; PSMax: 15
"I've had a perfectly wonderful evening, but this wasn't it." —Groucho Marx
Re: SleepyHead Series 60 Patch Avail
Thanks Rich,
I was able to pull down the sources, I will now give building a try. I do have the new bipap machine so I am not sure from some of the other comments it will behave right once built, but I will give it a try anyway.
Brian
I was able to pull down the sources, I will now give building a try. I do have the new bipap machine so I am not sure from some of the other comments it will behave right once built, but I will give it a try anyway.
Brian
Re: SleepyHead Series 60 Patch Avail
Hi Rich,
I can confirm that on Linux the patch doesn't work right for the 60 Series Bipap. It built fine, but most of the graphs were missing and the AHI was with crazy numbers. I saw AHI over 1000. Is there anything I can do to help get this resolved ?
Brian
I can confirm that on Linux the patch doesn't work right for the 60 Series Bipap. It built fine, but most of the graphs were missing and the AHI was with crazy numbers. I saw AHI over 1000. Is there anything I can do to help get this resolved ?
Brian
Re: SleepyHead Series 60 Patch Avail
This was actually on my to-do list for today (looking up what I need and putting out a request). However, I actually ran into a bug with newer versions of x11/libxcb/mesa so I spent half the day trying to track that down instead.BrianD wrote:Hi Rich,
I can confirm that on Linux the patch doesn't work right for the 60 Series Bipap. It built fine, but most of the graphs were missing and the AHI was with crazy numbers. I saw AHI over 1000. Is there anything I can do to help get this resolved ?
Brian
I might post a request detailing what I need. If you want to PM me a tarball of your sd card that would certainly be sufficient to get started.
Rich
Machine: PRS1 AutoSV (950P)
Re: SleepyHead Series 60 Patch Avail
When I was trying to decode the data formats, it looks like the 50 series APAP and CPAP machines used different software than the 50 series advanced PAP machines. I think the 560 APAP code was derived from the advanced machine software.BrianD wrote:Hi Rich,
I can confirm that on Linux the patch doesn't work right for the 60 Series Bipap. It built fine, but most of the graphs were missing and the AHI was with crazy numbers. I saw AHI over 1000. Is there anything I can do to help get this resolved ?
Brian
There is a table in the source code that looks like it was an early attempt to decode the other formats but now that code is still active and not the new patches. I haven't looked at the new patches but the PR parsing code may need a rewrite as some of the code doesn't agree with other parsing.
_________________
Mask: AirFit™ N20 Nasal CPAP Mask with Headgear |
Humidifier: S9™ Series H5i™ Heated Humidifier with Climate Control |
Additional Comments: Resmeds overpriced SpO2 |
Re: SleepyHead Series 60 Patch Avail
Yeah, the parser is basically a couple of different routines in one. The ASV and 560 APAP share a common branch and the author of the patch did a decent job minimizing duplication. Other machines have completely independent functions. Having an ASV myself I am more familiar with that branch anyway since I've done some work on it.-tim wrote:When I was trying to decode the data formats, it looks like the 50 series APAP and CPAP machines used different software than the 50 series advanced PAP machines. I think the 560 APAP code was derived from the advanced machine software.
There is a table in the source code that looks like it was an early attempt to decode the other formats but now that code is still active and not the new patches. I haven't looked at the new patches but the PR parsing code may need a rewrite as some of the code doesn't agree with other parsing.
I've got a file now, and once i fix some segfaults with some X11/xcb/mesa upgrades I'll try to take a look at it.
Machine: PRS1 AutoSV (950P)