Add ha_release, add logo, and remove line breaks

This commit is contained in:
Fabian Affolter 2017-02-13 21:36:19 +01:00
parent e83637ac81
commit 9400ad00de
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
2 changed files with 9 additions and 15 deletions

View File

@ -1,24 +1,20 @@
---
layout: page
title: "Open Energymonitor WiFi Thermostat"
description: "Instructions how to integrate the Open Energy Monitor thermostat with Home Assistant."
title: "OpenEnergyMonitor WiFi Thermostat"
description: "Instructions how to integrate an OpenEnergyMonitor thermostat with Home Assistant."
date: 2017-01-27 11:15
sidebar: true
comments: false
sharing: true
footer: true
logo: oem.png
ha_category: Climate
ha_release: 0.39
---
This platform supports the ESP82666 based "WiFi MQTT Relay / Thermostat" sold
by
[OpenEnergyMonitor](https://shop.openenergymonitor.com/wifi-mqtt-relay-thermostat/).
The underlying [library](http://oemthermostat.readthedocs.io/) only supports
this single relay variant of the [original
device](https://harizanov.com/2014/12/wifi-iot-3-channel-relay-board-with-mqtt-and-http-api-using-esp8266/).
This platform supports the ESP82666 based "WiFi MQTT Relay / Thermostat" sold by [OpenEnergyMonitor](https://shop.openenergymonitor.com/wifi-mqtt-relay-thermostat/). The underlying [library](http://oemthermostat.readthedocs.io/) only supports this single relay variant of the [original device](https://harizanov.com/2014/12/wifi-iot-3-channel-relay-board-with-mqtt-and-http-api-using-esp8266/).
This platform controls the setpoint of the thermostat in it's "manual" mode,
therefore there is a configuration option the away setpoint.
This platform controls the setpoint of the thermostat in it's "manual" mode, therefore there is a configuration option the away setpoint.
To set it up, add the following information to your `configuration.yaml` file:
@ -26,17 +22,15 @@ To set it up, add the following information to your `configuration.yaml` file:
# Example configuration.yaml entry
climate oem:
- platform: oem
name: Home
host: 192.168.0.100
port: 80
away_temp: 14
```
Configuration variables:
- **host** (*Required*): The IP address or hostname of the thermostat.
- **port** (*Optional*): The port for the web interface (defaults to 80).
- **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).
- **away_temp** (*Optional*): Setpoint for the thermostat in away mode. Defaults to 14 C.

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB