Bastian Schmidt
Bastian Schmidt
@sbernhard you're right with your comments. I've changed the corresponding lines.
Webpack tests seem unrelated.
Oh okay, that sucks. But in case `psutil.sensors_fan()` returns `None`, my implementation should just run into the `except` & not crash the application. So maybe it's still a good approach...
What about checking which of `ps.sensors_temperatures()` returns multiple `shwtemp` objects? CPUs usually have multiple temperature sensors. Ofc, it would be more of a hack than a confident way to determine...
What do you think about the following? **A. Read `/sys/..`** * Make system call * Read `/sys/class/thermal/thermal_zone0/temp` **B. Use PySensors (Not actively maintained)** * Use [this](https://pypi.org/project/PySensors/) easy-to-implement Python library which...
Unfortunately, I tested the `/sys/class/thermal` part on my notebook and not on my PC in the first place. So, when I have a look at the directory on my PC,...
@KrispyCamel4u what do you think about the `hwmon` approach?
> This one does provide us with temps. But just to be sure, how the temperature label is determined to be of cpu in `hwmon` directory? By checking the symlink...
@KrispyCamel4u shall I provide an implementation?
I can totally relate, it will take some time for me to get started with the implementation since I have some upcoming deadlines as well. I will ping you when...