home-assistant.io/source/_components/climate.oem.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.5 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page OpenEnergyMonitor WiFi Thermostat Instructions on how to integrate an OpenEnergyMonitor thermostat with Home Assistant. 2017-01-27 11:15 true false true true oem.png Climate 0.39 Local Polling

This platform supports the ESP82666 based "WiFi MQTT Relay / Thermostat" sold by OpenEnergyMonitor. The underlying library only supports this single relay variant of the original device.

This platform controls the setpoint of the thermostat in its "manual" mode, therefore there is a configuration option the away setpoint.

To set it up, add the following information to your configuration.yaml file:

# Example configuration.yaml entry
climate oem:
  - platform: oem
    host: 192.168.0.100

Configuration variables:

  • host (Required): The IP address or hostname of the thermostat.
  • port (Optional): The port for the web interface. Defaults to 80.
  • name (Optional): The name to use for the frontend.
  • username (Optional): Username for the web interface if set.
  • password (Optional): Password for the web interface if set.
  • away_temp (Optional): Setpoint for the thermostat in away mode. Defaults to 14 C.