Custom user sensors in HWiNFO

Hello Martin,

I am measuring 2 pressures using an arduino, then sending those value to HKEY_CURRENT_USER\Software\HWiNFO64\Sensors\Custom\Pressures\ by the mean of a python code. I know the code is working since I see the values appearing in the keys Pressures1 and Pressures2 under registery. However, when Ienter HWinfo, I only see a bar Pressures but no Pressure1 or Pressure2 under it. HWinfo is not reading anything under pressure (I enabled Shared memory).

Thank you.

I think the problem is that your layout doesn't adhere to spec in OP.
Under HKEY_CURRENT_USER\Software\HWiNFO64\Sensors\Custom\Pressures\ there should be 2 keys as:
"Other0:"
- "Name"="Pressure1"
- ...

"Other1":
- "Name"="Pressure2"
- ...
 
I think the problem is that your layout doesn't adhere to spec in OP.
Under HKEY_CURRENT_USER\Software\HWiNFO64\Sensors\Custom\Pressures\ there should be 2 keys as:
"Other0:"
- "Name"="Pressure1"
- ...

"Other1":
- "Name"="Pressure2"
- ...
Thank you Martin for your help, it is now working. Another question, do you know how OCCT can read the values from HWiNFO?

Thank you again
 
Back
Top