vector sigma Posted October 28, 2018 Share Posted October 28, 2018 2 minutes ago, Andrey1970 said: In HWMonitorSMC2_v2.3.0_IPG_3.5.5_beta7 and iStat shows everything correctly. An error at you. Maybe you are right, but the fact is that here just work fine because it match the type my system provide. So can I assume that same keys can have different types. I'll do modifications that way and be dynamic instead of static. Link to comment Share on other sites More sharing options...
vector sigma Posted October 28, 2018 Share Posted October 28, 2018 @Andrey1970, this is just to see if voltage is now correct: HWMonitorSMC2.app_Alpha6.zip. Before proceeding with deep changes I want to see if is ok at least from it. Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 28, 2018 Share Posted October 28, 2018 5 minutes ago, vector sigma said: @Andrey1970, this is just to see if voltage is now correct: HWMonitorSMC2.app_Alpha6.zip. Before proceeding with deep changes I want to see if is ok at least from it. In this archive alpha5. Link to comment Share on other sites More sharing options...
vector sigma Posted October 28, 2018 Share Posted October 28, 2018 8 minutes ago, Andrey1970 said: In this archive alpha5. sorry. HWMonitorSMC2.app_Alpha6.zip Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 28, 2018 Share Posted October 28, 2018 (edited) Also CPU Voltage is not correct. There are no fans. CPU Packages everywhere shows 0. Edited October 28, 2018 by Andrey1970 Link to comment Share on other sites More sharing options...
vector sigma Posted October 28, 2018 Share Posted October 28, 2018 13 minutes ago, Andrey1970 said: Also CPU Voltage is not correct. isn't 0.800V? Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 28, 2018 Share Posted October 28, 2018 1 minute ago, vector sigma said: isn't 0.800V? 0.200V Link to comment Share on other sites More sharing options...
vector sigma Posted October 28, 2018 Share Posted October 28, 2018 If I try printing it manually: let data : Data = Data([0x0c, 0xce]) let ws = HWMonitorSensor(key: "VC0C", unit: .Volt, type: "sp3c", sensorType: .voltage, title: "CPU Voltage", canPlot: false) let dt = DataType(type: FourCharCode(fromString: "sp3c"), size: 2, attribute: 0x80) if self.validateValue(for: ws, data: data, dataType: dt) { print(ws.stringValue) ----> says 0.800V } it gives me 0.800V Try this:HWMonitorSMC2.app_Alpha7.zip. But looks for the voltage only. Link to comment Share on other sites More sharing options...
droples Posted October 28, 2018 Share Posted October 28, 2018 Z170m-Plus,i5-6600k,HwSensor2-Alpha6 1 Link to comment Share on other sites More sharing options...
vector sigma Posted October 28, 2018 Share Posted October 28, 2018 In my last post is available the Alpha7 1 Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 28, 2018 Share Posted October 28, 2018 6 minutes ago, vector sigma said: In my last post is available the Alpha7 Here look. Link to comment Share on other sites More sharing options...
vector sigma Posted October 28, 2018 Share Posted October 28, 2018 Just now, Andrey1970 said: Here look. Bro' I said to look at the voltage only for now. The beta7 smc parser was made in objective c and c, Alpha1-7 is made totally in swift 4.2, I need to find the bug with some tests because I dont have your PC . P.S. "CPU Package Total" = "IA Power" (or wat was Processor Power") from the Intel Power Gadget and are redudant with the smc keys provided by AppleSMC. CPU Package GFX is also provided by Intel Power Gadget but as for me didn't work also for you just because doesn't work on each processor Intel made even if the dedicated function says that it is available (known bug at Intel). 1 Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 28, 2018 Share Posted October 28, 2018 CPU Packege GFX shows on the old version when I watch video. Link to comment Share on other sites More sharing options...
vector sigma Posted October 28, 2018 Share Posted October 28, 2018 (edited) 2 hours ago, Andrey1970 said: CPU Packege GFX shows on the old version when I watch video. Enjoy: HWMonitorSMC2.app_alpha8 -->(found the most stupid bug inside 3000 lines of code ) new version here Edited October 28, 2018 by vector sigma new alpha 9 1 Link to comment Share on other sites More sharing options...
ctich Posted October 28, 2018 Share Posted October 28, 2018 hello, fan CPU is displayed in video cards. 1 Link to comment Share on other sites More sharing options...
vector sigma Posted October 28, 2018 Share Posted October 28, 2018 This one: HWMonitorSMC2.app_Alpha8.zip, should now show Fans, even if "FNum" is absent. If the Fan name isn't present (e.g F0ID, F1ID, etc..) the name will be just "Fan 0", "Fan 1" etc. Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 28, 2018 Share Posted October 28, 2018 59 minutes ago, vector sigma said: Enjoy: HWMonitorSMC2.app_Alpha8.zip -->(found the most stupid bug inside 3000 lines of code ) CPU Voltage OK CPU Packages too works, probably indications are underestimated. Fans does not show. Link to comment Share on other sites More sharing options...
vector sigma Posted October 28, 2018 Share Posted October 28, 2018 2 minutes ago, Andrey1970 said: CPU Voltage OK good. 2 minutes ago, Andrey1970 said: CPU Packages too works, probably indications are underestimated. It is correct, just different timing 2 minutes ago, Andrey1970 said: Fans does not show. alpha 9? Link to comment Share on other sites More sharing options...
vector sigma Posted October 28, 2018 Share Posted October 28, 2018 @Andrey1970 here is in real the alpha 9, try that if you didn't. And sorry I've to make a break. 1 Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 28, 2018 Share Posted October 28, 2018 Alpha9 fans OK. 1 Link to comment Share on other sites More sharing options...
vector sigma Posted October 28, 2018 Share Posted October 28, 2018 1 minute ago, Andrey1970 said: Alpha9 fans OK. Good! A picture of all the window please? Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 28, 2018 Share Posted October 28, 2018 1 Link to comment Share on other sites More sharing options...
vector sigma Posted October 28, 2018 Share Posted October 28, 2018 Ok thanks. We need to make new translations... but from tomorrow, see you Anyway are graphs working for you? 1 Link to comment Share on other sites More sharing options...
ctich Posted October 28, 2018 Share Posted October 28, 2018 @vector sigma now everything is ok 1 Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 28, 2018 Share Posted October 28, 2018 (edited) 59 minutes ago, vector sigma said: Anyway are graphs working for you? Yes Edited October 28, 2018 by Andrey1970 1 Link to comment Share on other sites More sharing options...
Recommended Posts