home-assistant.io/source/_components/climate.ephember.markdown
Thom Troy 0310f607aa Update EphEmber to show new operations modes (#5967)
* Include EphEmber operation modes

* Remove All Day state from supported modes

* ✏️ Spelling
2018-08-13 20:56:23 +02:00

1.3 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page EPH Controls EMBER Thermostat Instructions on how to integrate EPH Controls EMBER thermostats within Home Assistant. 2017-10-07 12:40 true false true true ephcontrolsember.png Climate 0.57 Local Polling

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 variables:

  • username (Required): The email address you used to sign up to the EMBER app
  • password (Required): The password you used to sign up to the EMBER app

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.