Dan Christensen
Dan Christensen
@vmatare I agree that the goal is to not turn the fan on at all when the spike is brief. But I don't understand the example bias calculations you did,...
@vmatare Thanks for giving more explanation. I think that this comment you made shows that there is still a fundamental problem with how the bias works: > If a temperature...
@vmatare According to the thinkpad_acpi.c source code, you can get disengaged mode by writing 0 to the pwm1_enable file: ``` * pwm*_enable: * 0: "disengaged" mode * 1: manual mode...
The issue I'm seeing seems to involve a 50ms wait in a busy loop when davmail is only used for outgoing SMTP connections. If you think it might be related,...
More precisely, there are two threads with wake-ups. One has close to 20 per second, and the other has around 3.3 per second. So they are at intervals of 50ms...
I just tried the latest Appveyor Debian package (on my Ubuntu system), and I still see two threads with 20 and 3.3 wake-ups per second.
I saw commit 6a53540 from March, so I decided to test this again. I just installed the latest Appveyor Debian package on my Ubuntu 22.04 system, and the two processes...
I installed the latest development version of davmail on my Ubuntu 22.04 machine on January 14, but my token still expired at the 90 day mark like it usually does....
> From the code, it looks like davmail only requests a new token if it is within 60 seconds of expiry? Is that right? I think that it requests new...
Machine 2 (which does frequent polling) is still able to connect to Office 365, after 91 days, so something seems to be working better there. Not sure why Machine 1...