home-assistant.io/source/_components/water_heater.econet.markdown
William Scanlon 5fed8d57cd Added water heater doc and moved econet to water heater (#6676)
* Added water heater doc and moved econet to water heater

* Fixed services and added redirect

* Fix redirect and typos
2018-10-13 23:37:40 +02:00

2.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class, redirect_from
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class redirect_from
page EcoNet water heater Instructions on how to integrate Rheem EcoNet water heaters into Home Assistant. 2017-12-28 14:51 true false true true econet.png Water heater 0.61.0 Cloud Polling /components/climate.econet/

The econet water heater platform is consuming the information provided by a EcoNet enabled Rheem water heater. This platform allows you to set the temperature, the operation mode, and enable vaction mode.

{% linkable_title Configuration %}

To enable the econet water heater platform, add the following information to your configuration.yaml file:

# Example configuration.yaml entry
water_heater:
  - platform: econet
    username: YOUR_ECONET_EMAIL
    password: YOUR_ECONET_PASSWORD

{% configuration %} username: description: The username used to connect to your EcoNet account. required: true type: string password: description: The password used to connect to your EcoNet account. required: true type: string {% endconfiguration %}

{% linkable_title Service econet.add_vacation %}

You can use the service econet.add_vacation to create a new vacation for your EcoNet water heaters.

Service data attribute Optional Description
entity_id yes The entity id of the water heater to add the vaction to.
start_date yes This is a Unix timestamp for when the vaction should start.
end_date yes this is a Unix timestamp for when the vaction should end.

The Unix timestamps can be obtained from the `input_datetime` component. This will allow you to graphically set the start and end date.

{% linkable_title Service econet.delete_vacation %}

You can use the service econet.delete_vacation to remove all vactions from an EcoNet water heater.

Service data attribute Optional Description
entity_id yes The entity id of the water heater to remove the vaction from.

Econet water heaters use to live under the `climate` platform prior to release 0.81.