Open Hardware Monitor Sensor


The openhardwaremonitor platform uses your Open Hardware Monitor installation as a source for sensors that will display system information.

To add Open Hardware Monitor to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: openhardwaremonitor
    host: IP_ADDRESS

Configuration Variables

host

(string)(Required)The IP address or hostname of the system where Open Hardware Monitor is running.

port

(int)(Optional)The port of your Open Hardware Monitor API. Defaults to 8085.

OpenHardwareMonitor must be running on the host, with “Remote web server” active. You also need to open an inbound port for (TCP 8085) in the advanced firewall settings.