From: Mark Herwege Date: Fri, 11 Nov 2022 22:17:52 +0000 (+0100) Subject: [Systeminfo] Add comment on temperature readings on Windows (#13696) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=fe269b127ae83b09fb90eeb9df646d7599c30365;p=openhab-addons.git [Systeminfo] Add comment on temperature readings on Windows (#13696) * Add comment on temperature readings on Windows Signed-off-by: Mark Herwege mark.herwege@telenet.be --- diff --git a/bundles/org.openhab.binding.systeminfo/README.md b/bundles/org.openhab.binding.systeminfo/README.md index 500c631315..bc3abf59fe 100644 --- a/bundles/org.openhab.binding.systeminfo/README.md +++ b/bundles/org.openhab.binding.systeminfo/README.md @@ -167,6 +167,10 @@ This makes the channels from this groups very flexible - they can change its PID Parameter PID has a default value 0 - this is the PID of the System Idle process in Windows OS. +## Known issues and workarounds + +- Temperature readings are not well supported on standard Windows systems, run [OpenHardwareMonitor.exe](https://openhardwaremonitor.org) for the binding to get more reliable readings. + ## Reporting issues As already mentioned this binding depends heavily on the [OSHI](https://github.com/oshi/oshi) API to provide the operating system and hardware information.