Skip to content

hjelev/Win-PC-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Win-PC-Monitor

Python parser for http://openhardwaremonitor.org/ remote web server

I am using this python script to read the temperature sensors of my windows computers and display them in home assistant. For this script to work the windows pcs must be running http://openhardwaremonitor.org/ with remote web server enabled and its port opened in windows firewall (the default port is 8085).

This is the configuration for home assistant configuration.yaml file. You may need to modify the command: parameter depending on where you placed the script.

sensor main_cpu_temp:
  platform: command_line
  command: "/usr/bin/python /home/pi/py/pc-monitor/pccpu.py | cut -d ' ' -f 3"
  name: main pc cpu temp
  unit_of_measurement: "°C"

About

Python parser for http://openhardwaremonitor.org/ remote web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages