Add additional Sensors config

This commit is contained in:
Frank Crawford
2025-03-23 14:53:37 +11:00
parent 3005636a89
commit d94c902eb9

View File

@@ -0,0 +1,112 @@
# Gigabyte B650M D3HP GA-B650M-D3HP
#
# dmi: Board Manufacturer: Gigabyte Technology Co., Ltd.
# dmi: Board Product Name: B650M D3HP
# dmi: BIOS Version: F22b
#
# 2025-02-07 JustinS-B
# Label mapping is mostly the same as for IT8686 on GA-B450M-DS3H and GA-B550M-DS3H
# https://github.com/frankcrawford/it87/blob/master/Sensors%20configs/GA-B450M-DS3H.conf
# But I added "nvme-pci-*", "gigabyte_wmi-virtual-*", and chip "acpitz-acpi-0" for completeness.
# Gigabyte B550M-DS3H
#
# dmi: Board Manufacturer: Gigabyte Technology Co., Ltd.
# dmi: Board Product Name: B550<-DS3H
# dmi: BIOS Version: unknown
#
# 2023-09-24 DymOK93
# Label mapping is the same as for IT8686 on GA-B450M-DS3H
# Copied from
# https://raw.githubusercontent.com/frankcrawford/it87/refs/heads/master/Sensors%20configs/GA-B550M-DS3H.conf
chip "it8689-*"
label in0 "VCORE"
label in1 "+3.3V"
compute in1 @ * 1.65, @ / 1.65
label in2 "+12.0V"
compute in2 @ * 6, @ / 6
label in3 "+5.0V"
compute in3 @ * 2.5, @ / 2.5
label in4 "VSOC"
label in5 "VDDP"
label in6 "DRAM"
label in7 "3VSB"
label in8 "VBAT"
label fan1 "CPU Fan"
set fan1_min 0
label fan2 "SYS Fan 1"
label fan3 "SYS Fan 2"
# label fan4 "SYS Fan 3_PUMP"
# label fan5 "CPU_OPT"
label temp1 "System"
set temp1_min 0.00
set temp1_max 127.00
label temp2 "Chipset"
set temp2_min 0.00
set temp2_max 127.00
label temp3 "CPU"
set temp3_min 0.00
set temp3_max 127.00
label temp4 "PCIe x16"
set temp4_min 0.00
set temp4_max 127.00
label temp5 "VRM"
set temp5_min 0.00
set temp5_max 127.00
label temp6 "VSoC"
set temp6_min 0.00
set temp6_max 127.00
label intrusion0 "Intrusion"
# Note: The NAND Flash is always 8-10°C hotter than the Controller & the Composite readings
# because NAND Flash runs hot...
chip "nvme-pci-*"
label temp1 "NVME_Composite"
set temp1_min 0.5
set temp1_max 127.50
label temp2 "NVME_Controller"
set temp2_min 0.5
set temp2_max 127.50
label temp3 "NVME_NAND_Flash"
set temp3_min 0.5
set temp3_max 127.50
# These are the same as temp sensors from chip "it8689-*" so you can safely ignore them if you want to
chip "gigabyte_wmi-virtual-*"
label temp1 "System"
label temp2 "Chipset"
label temp3 "CPU"
label temp4 "PCIe x16"
label temp5 "VRM"
label temp6 "VSoC"
# ignore temp1
# ignore temp2
# ignore temp3
# ignore temp4
# ignore temp5
# ignore temp6
chip "acpitz-acpi-0"
label temp1 "CPU Die"
# For the record, "k10temp-pci-00c3" is a pseudo-temperature (see below),
# so it has been left "as is"
#
# info copied from
# https://www.kernel.org/doc/html/latest/hwmon/k10temp.html
#
# "Tctl is the processor temperature control value, used by the platform to
# control cooling systems. Tctl is a non-physical temperature on an
# arbitrary scale measured in degrees. It does _not_ represent an actual
# physical temperature like die or case temperature. Instead, it specifies
# the processor temperature relative to the point at which the system must
# supply the maximum cooling for the processor's specified maximum case
# temperature and maximum thermal power dissipation."
#