- labels: --> sensors plugin
- assigned_to: nobody --> mattia-san
I have an ASUS A7N8X-X motherboard, and it uses two chips to monitor temperatures:
- w83l785ts (CPU Diode)
- asb100 (All other temperatures, voltages and fan speed)
The problem is the w83l785ts chip has a sensor named "temp1", which also exists in asb100 to monitor M/B temperature. I want to use the CPU Diode sensor to create a rule in cpufreqd.conf, but it reads the temperature from the asb100 chip.
I tried different configurations in /etc/sensors3.conf, including:
- Configuring only the w83l785ts chip;
- Configuring both, first asb100 and then the other;
- Configuring both, reversing the previous order;
- Setting an ignore rule for temp1 in asb100;
None of those worked.
I realized that the cpufreqd sensors plugin analyzes the "compute" rule, but I don't think it processes the "ignore" rule.