vector sigma Posted February 16, 2020 Share Posted February 16, 2020 (edited) 4 hours ago, fryysyd said: 1. Unable to obtain fan information, changing the FANINLIMIT value will not work either; You have to take the max limit otherwise the risk is to not show fans because FANINLIMIT is not the number of the fans you have, but the number of the fans the LPC chip can handle. If some of it doesn't show up is because has an incredible value. Create a file to your desktop: touch ~/Desktop/HWBadSensors and restart the app. 4 hours ago, fryysyd said: The voltage value obtained by the chipset sensor is wrong. I don't know how to set the voltage value of each sensor, such as how to get the Rf and Ri values in + 12VC? The formula is: valueFromChip + ((valueFromChip - VRef) * Ri) / Rf no need to say that Rf must not be 0. All the values are integers because kexts can read only integers from a plist so the the calculation should be: valueFromChip = 0,504 volts (assuming this is the +5V) VRef = 0 Ri = 10 Rf = 1 valueFromChip + ((valueFromChip - VRef) * Ri) / Rf = 5,04 Volts 4 hours ago, fryysyd said: 3. How to determine whether the default in W836x.kext or the corresponding motherboard setting is effective? You have to ask to the Motherboard vendor, or compare with other software in Windows. 4 hours ago, fryysyd said: 3. How to determine whether the default in W836x.kext or the corresponding motherboard setting is effective? 4. What is the relationship between HWMonitorSMC2.app/Contents/SharedSupport/LPC/ASUS/Nuvoton NCT6793D / ROG STRIX Z370-I GAMING.plist and W836x.kext? I migrated the information from ROG STRIX Z370-I GAMING.plist to W836x.kext. It didn't work. What am I doing wrong? 3. Create firstly an empty dictionary with the motherboard name (exactly) to see raw values reported by the chip, and start modifying VRef, Ri and Rf. 4. nothing, different projects, it's for Lilu/VirtualSMC plugins (so not for FakeSMC plugins). Anyway it is just the same, "multi" is a multiplier that already take into account the above formula. Edited February 16, 2020 by vector sigma Link to comment Share on other sites More sharing options...
vector sigma Posted February 16, 2020 Share Posted February 16, 2020 (edited) 13 hours ago, MacNB said: Are you saying that HWMonitorSMC2 should display the motherboard name (Z77X-UP5-TH) instead of the sensor chip name ? No it should display: Z77X-UP5-TH, ITE IT8728F instead of Main Logic Board, ITE IT8728F We are OT for this here, but only recently OpenCore added OEM informations. Clover has this for a long time. Otherwise the app doesn't know that has to read the Z77X-UP5-TH.plist Edited February 16, 2020 by vector sigma Link to comment Share on other sites More sharing options...
MacNB Posted February 16, 2020 Share Posted February 16, 2020 29 minutes ago, vector sigma said: No it should display: Z77X-UP5-TH, ITE IT8728F instead of Main Logic Board, ITE IT8728F We are OT for this here, but only recently OpenCore added OEM informations. Clover has this for a long time. Otherwise the app doesn't know that has to read the Z77X-UP5-TH.plist Got it. Thx. So it's an OpenCore issue. Link to comment Share on other sites More sharing options...
fryysyd Posted February 16, 2020 Share Posted February 16, 2020 4 hours ago, vector sigma said: You have to take the max limit otherwise the risk is to not show fans because FANINLIMIT is not the number of the fans you have, but the number of the fans the LPC chip can handle. If some of it doesn't show up is because has an incredible value. Create a file to your desktop: touch ~/Desktop/HWBadSensors and restart the app. The formula is: valueFromChip + ((valueFromChip - VRef) * Ri) / Rf no need to say that Rf must not be 0. All the values are integers because kexts can read only integers from a plist so the the calculation should be: valueFromChip = 0,504 volts (assuming this is the +5V) VRef = 0 Ri = 10 Rf = 1 valueFromChip + ((valueFromChip - VRef) * Ri) / Rf = 5,04 Volts You have to ask to the Motherboard vendor, or compare with other software in Windows. 3. Create firstly an empty dictionary with the motherboard name (exactly) to see raw values reported by the chip, and start modifying VRef, Ri and Rf. 4. nothing, different projects, it's for Lilu/VirtualSMC plugins (so not for FakeSMC plugins). Anyway it is just the same, "multi" is a multiplier that already take into account the above formula. Thank you very much for your reply! I deleted FakeSMC.kext and replaced VirtualSMC.kext. Now all the sensors seem to be normal. I don't know if there are other problems. Can you see it in the picture? Anyway, thank you for your efforts and good work! Link to comment Share on other sites More sharing options...
MacNB Posted February 16, 2020 Share Posted February 16, 2020 2 hours ago, Andrey1970 said: Thanks that helped my situation with the motherboard name (Z77X-UP5-TH). It would be good to list in the Configuration.pdf file what exact OEM info is exposed when turning on that option. Thx. Now it's displayed correctly: @vector sigma Motherboard name now correct after changing OC config to expose more OEM info. The only thing that's not right is CPU_OPT fan name should be called SYS_FAN4...at least that is how it is marked on the motherboard and in the manual. I do not see Z77X-UP5 TH-CF.plist in the HWMonitorSMC2 app's Contents LPC Gigabyte folder. Link to comment Share on other sites More sharing options...
AkimoA Posted February 16, 2020 Share Posted February 16, 2020 so i guess i figured it out as well B360M DS3H.plist Link to comment Share on other sites More sharing options...
MacNB Posted February 16, 2020 Share Posted February 16, 2020 16 minutes ago, Andrey1970 said: Where SYS_FAN4? Here are the fan header locations: Manual page: I hope that helps. Link to comment Share on other sites More sharing options...
Andrey1970 Posted February 16, 2020 Share Posted February 16, 2020 (edited) 33 minutes ago, MacNB said: Here are the fan header locations: Rename Gigabyte/ITE IT8728F/default.plist to Z77X-UP5 TH-CF.plist and to write the correct names of fans for your motherboard. Edited February 16, 2020 by Andrey1970 1 Link to comment Share on other sites More sharing options...
MacNB Posted February 16, 2020 Share Posted February 16, 2020 37 minutes ago, Andrey1970 said: Rename Gigabyte/ITE IT8728F/default.plist to Z77X-UP5 TH-CF.plist and enter the correct names of fans for your motherboard. Thanks. That fixed it. Link to comment Share on other sites More sharing options...
Andrey1970 Posted February 16, 2020 Share Posted February 16, 2020 1 minute ago, MacNB said: Thanks. That fixed it. Unload Gigabyte/ITE IT8728F/Z77X-UP5 TH-CF.plist here. 1 Link to comment Share on other sites More sharing options...
vector sigma Posted February 16, 2020 Share Posted February 16, 2020 8 minutes ago, Andrey1970 said: Unload Gigabyte/ITE IT8728F/Z77X-UP5 TH-CF.plist here. done .. I'm a fortune teller 1 Link to comment Share on other sites More sharing options...
Andrey1970 Posted February 16, 2020 Share Posted February 16, 2020 1 minute ago, vector sigma said: done .. I'm a fortune teller Probably it so. But we don't know precisely where CPU_FAN and compliance SYS_FAN X. Link to comment Share on other sites More sharing options...
MacNB Posted February 16, 2020 Share Posted February 16, 2020 1 minute ago, Andrey1970 said: Probably it so. But we don't know precisely where CPU_FAN and compliance SYS_FAN X. I don't understand what you mean. Link to comment Share on other sites More sharing options...
vector sigma Posted February 16, 2020 Share Posted February 16, 2020 (edited) 8 minutes ago, Andrey1970 said: But we don't know precisely where CPU_FAN and compliance SYS_FAN X. As a magician I can compare fans with this: as the default.plist comes from ...but if @MacNB want ensure it.. Edited February 16, 2020 by vector sigma Link to comment Share on other sites More sharing options...
Andrey1970 Posted February 16, 2020 Share Posted February 16, 2020 6 minutes ago, MacNB said: I don't understand what you mean. Simply confirm it https://www.insanelymac.com/forum/topic/299861-hwsensors3/?do=findComment&comment=2708617 Link to comment Share on other sites More sharing options...
vector sigma Posted February 17, 2020 Share Posted February 17, 2020 @MacNB you reuse default.plist but fans name may be looks ok, but in reality may be something else as the default.plist was based on another motherboard. e.g. Sys Fan 4 can be else on your mobo, may be is Sys Fan 1 for what we know if you do not ensure this. Otherwise the fan configuration is not true.. Link to comment Share on other sites More sharing options...
Andrey1970 Posted February 17, 2020 Share Posted February 17, 2020 (edited) 49 minutes ago, vector sigma said: done .. I'm a fortune teller You are sure? Here its screen, there space. Edited February 17, 2020 by Andrey1970 Link to comment Share on other sites More sharing options...
vector sigma Posted February 17, 2020 Share Posted February 17, 2020 24 minutes ago, Andrey1970 said: You are sure? Here its screen, there space. fixed: Link to comment Share on other sites More sharing options...
MacNB Posted February 17, 2020 Share Posted February 17, 2020 (edited) 14 hours ago, vector sigma said: as the default.plist comes from ...but if @MacNB want ensure it.. I confirm the fan locations and their their names as shown in the pictures of the Z77X-UP TH motherboard. I went through each fan connecter one by one connecting a fan to make sure there was a speed reading on each connector. Then attached 4 fans + the one on the CPU cooler: Also attached is the config file in from the App. Z77X-UP5 TH-CF.plist.zip Edited February 17, 2020 by MacNB added screenshot 1 Link to comment Share on other sites More sharing options...
vector sigma Posted February 17, 2020 Share Posted February 17, 2020 7 hours ago, MacNB said: I confirm the fan locations and their their names as shown in the pictures of the Z77X-UP TH motherboard. I went through each fan connecter one by one connecting a fan to make sure there was a speed reading on each connector. Then attached 4 fans + the one on the CPU cooler: Also attached is the config file in from the App. Z77X-UP5 TH-CF.plist.zip Thanks to had taken the time to ensure fans connectors are right. The file is identical on what it's already on Github.. Link to comment Share on other sites More sharing options...
darthsian Posted February 20, 2020 Share Posted February 20, 2020 Hi vector, for items that are in a subgroup, such as Graphics / Vega56 / Temperature or CPU / Core Temperatures / Core 0, the check boxes ✔ are shifted to the right and are not visible. 1 Link to comment Share on other sites More sharing options...
Balamut Posted February 22, 2020 Share Posted February 22, 2020 On 2/20/2020 at 12:55 AM, darthsian said: Hi vector, for items that are in a subgroup, such as Graphics / Vega56 / Temperature or CPU / Core Temperatures / Core 0, the check boxes ✔ are shifted to the right and are not visible. Just Vega or Radeon VII works too? Link to comment Share on other sites More sharing options...
Slice Posted February 22, 2020 Author Share Posted February 22, 2020 Vega yes, Radeon VII or 5700 no. 1 Link to comment Share on other sites More sharing options...
maclinuxG4 Posted February 22, 2020 Share Posted February 22, 2020 sur for radeon VII ? radeon frontier all before vega and 5700 ? Link to comment Share on other sites More sharing options...
vector sigma Posted February 25, 2020 Share Posted February 25, 2020 On 2/20/2020 at 9:55 AM, darthsian said: Hi vector, for items that are in a subgroup, such as Graphics / Vega56 / Temperature or CPU / Core Temperatures / Core 0, the check boxes ✔ are shifted to the right and are not visible. Fixed at github. On 2/22/2020 at 10:44 PM, maclinuxG4 said: sur for radeon VII ? radeon frontier all before vega and 5700 ? Doesn't require kexts to be installed, so running the app and see cost nothing On 2/24/2020 at 6:35 PM, iCanaro said: sorry for OT kext virtualsmc plugin for temp. CPU AMD + app AMD Power gadget developer https://github.com/trulyspinach/SMCAMDProcessor Good, anyway for different sensor projects I'll be glad to talk about it here 1 Link to comment Share on other sites More sharing options...
Recommended Posts