diff --git a/misc/sensors.py b/misc/sensors.py index 983207a..c416771 100644 --- a/misc/sensors.py +++ b/misc/sensors.py @@ -66,7 +66,10 @@ class Sensors: ) ) case "nct6687": - for sensor in sensors: + # skipping first 8 elements as they're not informative + # while the last elements duplicate the first ones, + # but with more understandable names + for sensor in sensors[7::]: temp_sensors[s_type].append( TemperatureSensor( sensor_type=s_type,