2022-03-30 21:50:39 +02:00

1.5 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_integration_type
title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type
OpenEnergyMonitor WiFi Thermostat Instructions on how to integrate an OpenEnergyMonitor thermostat with Home Assistant.
Climate
0.39 Local Polling oem
climate
integration

This platform supports the ESP8266 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.

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 %} host: description: The IP address or hostname of the thermostat. required: true type: string port: description: The port for the web interface. required: false default: 80 type: integer name: description: The name to use for the frontend. required: false default: Thermostat type: string username: description: Username for the web interface if set. required: inclusive type: string password: description: Password for the web interface if set. required: inclusive type: string {% endconfiguration %}