Hi all,
Hope I’ve added this to the correct topic.
Anyway, some Windows users might know of a CPU and load temperature monitoring app called CoreTemp that’s freely available from here - https://www.alcpu.com/CoreTemp/
The author of CoreTemp has kindly provided an API so that data can be extracted from the application and used in other applications.
I ended up creating an application that takes the sensor information exposed in the API
and publishes it to an MQTT server which can then be used to create sensors in HA.
There are a couple of bugs in it at the moment listed at the top of the readme (which I’ll be fixing sometime in the near future) but the sensors do work and can be published in HA.
Cheers!