Rem0o / FanControl.HWInfo

FanControl plugin to import HWInfo sensors.
MIT License
186 stars 26 forks source link

Change implementation #1

Closed Rem0o closed 2 years ago

Rem0o commented 3 years ago

As of version 7.0 and up of HWInfo, shared memory is limited in its free version.

However, it looks like using the gadget feature, the sensor data can be written to the registry, which then could be imported.

See https://docs.rainmeter.net/tips/hwinfo/

Kyguy0 commented 3 years ago

This looks great I'm sorry I can't help but it seems like it's almost there in integrating the registry read https://github.com/PabitraPati/Windows-Registry/blob/master/Registry_Read.py

Rem0o commented 3 years ago

@Kyguy0 that's Python. I know how to do it, just don't have the time right now, hence the help wanted.

ahodges-git commented 3 years ago

Thanks for your efforts here, really appreciate it.

The Temperature sources from HWInfo now appear selectable as a source but all seem to be reading 0. image

Rem0o commented 3 years ago

@ahodges-git please create a new issue with details. Your HWINFO version, config, and so on. Do you have shared memory on?

northmatt commented 3 years ago

For those waiting for this to be updated to the registry update, you can download the portable version and run the HWiNFO32 with SHM. HWiNFO32 has no SHM limit and can be run as a separate process from HWiNFO64. So basically, use HWiNFO32 for fancontrol only (or anything else that needs SHM) and HWiNFO64 for real info needs. Do note that HWiNFO32 isnt an ideal main option for full info needs so I'd recommend only to be used for basic things like fancontrol.

thewan056 commented 2 years ago

Since this seems to have not progressed at all. I have a suggestion. Some of us are using Rainmeter to read the HWINFO registry. Can't you just use Rainmeter as a middleman and read that info from Rainmeter?

Rem0o commented 2 years ago

@thewan056

That would be even more work. It's not that complicated/long to do, it just must be done.

Rem0o commented 2 years ago

Done: https://github.com/Rem0o/FanControl.HWInfo/pull/18