Not a SMOS question, but linux related. I am getting 4 values for gpu fans (4 gpu rig) in dashboard: 33,28,28,40. Made some basic bash script to send fan values to my monitoring box. In is based on /sys/class/hwmon/hwmon?/fan1_input values. The issue is that one of gpu shows some crazy shit in /sys:
root@simpleminer:~# cat /sys/class/hwmon/hwmon3/fan1_input
4134
while dashboard/claymore show less then 50% for each GPU unit... lmsensors package shows the same. It is using /sys/class kernel subsystem.
GPUs are Sapphire RX 470 Nitro+ with modded bios.
Is there any way to get correct rpm values in shell?