Rainmeter Plugin doesn't populate HWInfo Shared Memory Values from remote machine

war4peace

Member
I own HWInfo64 Pro on several machines - Shared memory Values activated on them.
One remote machine that I am trying to monitor (Blue Iris dedicated server) is connected via network to my main PC.
Rainmeter installed on main PC.
I tried several skin packs which use HWInfo64 SMV to populate data.
All local data is visible and configured.
Remote machine values are visible in HWInfo64, however when I try to populate any of those remote machine values into any Rainmeter skin, they are correctly configured, but not displayed.
Since this is happening across several skin packs, my troubleshooting came to the conclusion that the plugin itself (HWinfo.dll) is for some reason not able to understand remote host IDs.
Also, since my main PC is new, I can't really downgrade HWInfo version (currently 8.00-5400).

Reading this forum section, it looks like the Rainmeter plugin is no longer developed?
Am I out of luck trying to display remote machine values on my desktop?
 
Yes, the current Rainmeter plugin (which was written by another author) doesn't seem to be developed anymore.
Not sure if there are other plugins available, you might better look on the Rainmeter forum.
 
Yes, I am able to display data from remote machines.
You need to enter the remote host ID (which starts at 0 for the first remote host and so on).

Here's an example below for GPU data for a remote host:

INI:
[GpuCoreUsage]
Measure=Plugin
Plugin=HWiNFO.dll
HWiNFOSensorId=#HWiNFO-Gpu2-Usage-SensorId#
HWiNFOSensorInstance=#HWiNFO-Gpu2-Usage-SensorInstance#
HWiNFOEntryId=#HWiNFO-Gpu2-Usage-EntryId#
HWiNFOHostId=0
HWiNFOType=CurrentValue
MinValue=0
MaxValue=100
Disabled=(#GpuUsage#=0)

The key is to add "HWiNFOHostId=0" so that it knows where to look for.

You need to add this to each measure related to the remote host.
Here's how it looks like. GPU = local GPU, and "GPU 2" is a remote GPU.

Note: after some time (more than a few days) of uptime on remote host, for some reason the data isn't pulled any more from the remote host. Closing and restarting HWInfo64 on the remote host fixes it... until next time it happens.

Hope this helps.

1730994524298.png
 
Yup! I figured this out last night with a little digging. I guess I'll have to pony up for the full version.
 
Back
Top