Skip to content

Conversation

@Bergmann89
Copy link

@Bergmann89 Bergmann89 commented Oct 7, 2025

I faced several problems when using the OpenHardwareMonitor plugin in my environment. I've implemented several fixed for all problems I have noticed:

  • SensorType was missing the Conductivity variant.
  • Better use Enum.TryParse to parse the SensorType, every unknown variant now defaults to Other.
  • Fetch the WMI to check if the classes have been initialized correctly instead of using Thread.Sleep.

- `SensorType` was missing the `Conductivity` variant.
- Better use `Enum.TryParse` to parse the `SensorType`, every unknown
  variant now defaults to `Other`.
- Fetch the WMI to check if the classes have been initialized correctly
  instead of using `Thread.Sleep`.
@Bergmann89 Bergmann89 force-pushed the fix-open-hardware-monitor branch from 5ca743d to bac5062 Compare October 7, 2025 15:27
@diogotr7 diogotr7 self-assigned this Oct 13, 2025
@diogotr7 diogotr7 self-requested a review October 27, 2025 11:52
@diogotr7
Copy link
Member

I haven't had time to look at this lately, poking myself again so I don't forget. Sorry 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants