Alexander Blk

Results 37 comments of Alexander Blk

@brendongl You can try out the branch I published. Seem like this issue is not popular enough to warrant a merge into the main build =)

I've uploaded the binaries and updated the readme file. Check it out, should be relatively easy to install now. Let me know if there are problems.

Is this subject to a vote? I am strongly in favor of `rawRequest()` always throwing, as it was before, and as it is now. Our code base deepens on it...

@jasonkuhrt While I agree that generally, in programming, exceptions have proven to be inferior to the functional style, discussing shortcomings of the language is a bit out of the scope...

Hi! I think these are very useful suggestions, the fan curves and configurable delay for the fail-safe are both possible to implement. I cannot promise you when I'll have time...

Added a small fix in the latest release to filter-out short temp spikes, so they shouldn't trigger fail-safe any more.

Hi! Unfortunately, no. I don't know how to access WMI in Linux or if it's event gonna work because Dell provides no drivers for linux. Please share if you have...

The Dell driver exposes temperature and fan sensors and fan control over WMI (Windows Management Instrumentation) interface. I don't know what alternative is available in Linux (if any). But obviously...

@meduk0 Hi! Thanks for the info. I will check it out a bit later. In order to port we'd need to find a way to call these 3 WMI functions:...

> @AlexIII i am already working on the `AWCCWmiWrapper.py` (there will be so much changes as both linux and windows works differently , i think i will make a fork...