You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Instructions on how to integrate EPH Controls Ember thermostats within Home Assistant."
5
+
date: 2017-10-07 12:40
6
+
sidebar: true
7
+
comments: false
8
+
sharing: true
9
+
footer: true
10
+
logo: ephcontrolsember.png
11
+
ha_category: Climate
12
+
ha_release: "0.55"
13
+
ha_iot_class: "Local Polling"
14
+
---
15
+
16
+
17
+
The `ephember` climate platform lets you control [EPH Controls](http://emberapp.ephcontrols.com/) thermostats. The module only works if you have a WiFi gateway to control your EPH system and an account on the ember app.
18
+
19
+
To set it up, add the following information to your `configuration.yaml` file:
20
+
21
+
```yaml
22
+
climate:
23
+
- platform: ephember
24
+
username: YOUR_EMAIL
25
+
password: YOUR_PASSWORD
26
+
```
27
+
28
+
A single interface can handle up to 32 connected devices.
29
+
30
+
Configuration variables:
31
+
32
+
- **username** (*Required*): The email address you used to sign up to the ember app
33
+
- **password** (*Required*): The password you used to sign up to the ember app
0 commit comments