From e17febe9ee29fca54e51992306e4e384920759ce Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 6 May 2025 18:39:41 +0200 Subject: [PATCH] added v3 --- mqtt_srv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt_srv.py b/mqtt_srv.py index aeac332..8ab2e98 100755 --- a/mqtt_srv.py +++ b/mqtt_srv.py @@ -1084,7 +1084,7 @@ else: try: print(psutil.sensors_fans()) - fan_data = psutil.sensors_fans()["asus"][0].current + fan_data = psutil.sensors_fans()["pwmfan"][0].current except: fan_data = "None" mem_data = psutil.virtual_memory()