Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.3 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
EPH Controls EMBER Thermostat Instructions on how to integrate EPH Controls EMBER thermostats within Home Assistant. ephcontrolsember.png
Climate
0.57 Local Polling
/components/climate.ephember/

The ephember climate platform lets you control EPH Controls thermostats. The module only works if you have a WiFi gateway to control your EPH system and an account on the EMBER app.

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

climate:
  - platform: ephember
    username: YOUR_EMAIL
    password: YOUR_PASSWORD

A single interface can handle up to 32 connected devices.

{% configuration %} username: description: The email address you used to sign up to the EMBER app. required: true type: string password: description: The password you used to sign up to the EMBER app. required: true type: string {% endconfiguration %}

The supported operation modes map to the ON/OFF period selection of your timeswitch / EMBER app. These include:

  • Auto The timeswitch operates 3 on / off periods per day.
  • On The timeswitch is permanently on.
  • Off The timeswitch is permanently off.

If All Day is selected in the EMBER app it will show as Auto in Home Assistant.