EPH Controls
The ephember
integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] lets you control EPH Controls
To set it up, add the following information to your configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file:
After changing the configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file, restart Home Assistant to apply the changes. The integration is now shown on the integrations page under Settings > Devices & services. Its entities are listed on the integration card itself and on the Entities tab.
climate:
- platform: ephember
username: YOUR_EMAIL
password: YOUR_PASSWORD
A single interface can handle up to 32 connected devices.
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.
To Boost your heating, you should use the climate.set_aux_heater
action on your zone entity. This will then Boost that zone for 1 hour.