1.7 KiB
title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_integration_type, related
title | description | ha_category | ha_release | ha_iot_class | ha_domain | ha_platforms | ha_integration_type | related | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEnergyMonitor WiFi Thermostat | Instructions on how to integrate an OpenEnergyMonitor thermostat with Home Assistant. |
|
0.39 | Local Polling | oem |
|
integration |
|
This {% term integration %} supports the ESP8266 based "WiFi MQTT Relay / Thermostat" sold by OpenEnergyMonitor (archived page, no longer for sale). 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 {% term "configuration.yaml
" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
# 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 %}