Just a thought (I imagine you've already considered this) but would it be possible for Phoebetria to read a log file written by a program such as RealTemp?Using the motherboard sensors is something we have discussed, and was in the plan at the begining. Unfortunately during our reasearch we realized there doesn't seem to be a cross-platform library that exposes sensor data. We haven't completely dismissed this idea, but unless we can find a reasonable solution it remains at the bottom of our todo list.
For example:
- RealTemp logs to c:\windows\sysWOW64\RealTempLog.xls
- Phoebetria reads in bottom CPU entries of spreadsheet from above file
- Values imported to Phoebetria
- Max temp identified or average taken
- Used as sensor readings are now in Software Auto
The main problems I see arising are the temp log not being written to if open in Phoebetria and Phoebetria finding the latest temp values from a potentially huge spreadsheet.
As I say, I imagine you've already considered this or something similar!