You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reaching out to the user base here to fill in a knowledge gap and (hopefully) resolve something that has halted work on a custom theme I've been crafting. Thanks in advance.
This is going to pertain to LibreHardwareMonitor and sensors_custom.py. Currently, I do have some stuff in place that grabs info obtained by LHM and pushes it to screen. However, they're all cases where the HardwareType and/or sensor.Name are unique in the reporting (which makes them simple to target).
The theme I'm working on expands upon storage devices. I understand that sensors_librehardwaremonitor.py leverages psutil in this endeavor for reasons but the good news, at least in what I've got going on here, is that LHM grabs up stuff I'd like to use that psutil is incapable of obtaining (temperatures, for example). Right now, the sensors_custom.py I've got going on can successfully obtain and display these details but only for the first matching instance of sensor.Name.
With three storage devices on board, something else would need to be targeted. I'm thinking that SubHardware could crack the nut, as this is unique across all storage devices,... but I haven't had success in getting this to work.
Can anyone shed some light on how to properly target LHM's SubHardware for data?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Reaching out to the user base here to fill in a knowledge gap and (hopefully) resolve something that has halted work on a custom theme I've been crafting. Thanks in advance.
This is going to pertain to LibreHardwareMonitor and
sensors_custom.py
. Currently, I do have some stuff in place that grabs info obtained by LHM and pushes it to screen. However, they're all cases where theHardwareType
and/orsensor.Name
are unique in the reporting (which makes them simple to target).The theme I'm working on expands upon storage devices. I understand that
sensors_librehardwaremonitor.py
leveragespsutil
in this endeavor for reasons but the good news, at least in what I've got going on here, is that LHM grabs up stuff I'd like to use thatpsutil
is incapable of obtaining (temperatures, for example). Right now, thesensors_custom.py
I've got going on can successfully obtain and display these details but only for the first matching instance ofsensor.Name
.With three storage devices on board, something else would need to be targeted. I'm thinking that
SubHardware
could crack the nut, as this is unique across all storage devices,... but I haven't had success in getting this to work.Can anyone shed some light on how to properly target LHM's
SubHardware
for data?Beta Was this translation helpful? Give feedback.
All reactions