I’m using the “System Info” binding to read out CPU temperature with this item:
Number SystemInfo_CPU_Temp "CPU Temp" (Logged) {channel="systeminfo:computer:AutomationServer:sensors#cpuTemp"}
It works, but unfortunately, this item updates a lot. The temperature fluctuates on a seemingly second-to-second basis which absolutely floods the log with useless data (and presumably fills influxdb persistence with useless data too):
Is there any way to change this behavior? Have the item ignore updates unless they are outside of a specific change range (say the temperature changes by more than three degrees) or simply have the item only update every minute with an average value or something?