Skip to content

Doc for EcoNet water heaters #4299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions source/_components/climate.econet.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
layout: page
title: "EcoNet water heater"
description: "Instructions how to integrate Rheem EcoNet water heaters into Home Assistant."
date: 2017-12-28 14:51
sidebar: true
comments: false
sharing: true
footer: true
logo: econet.png
ha_category: Climate
ha_release: 0.61.0
ha_iot_class: "Cloud Polling"
---


The `econet` water heater platform is consuming the information provided by a [EcoNet enabled Rheem water heater](http://www.rheem.com/EcoNet/Home). This component allows you to set the temperature, the operation mode, and enable vaction mode.

To enable the `econet` water heater platform add the following to your config.


```yaml
# Example configuration.yaml entry
climate:
- 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.

<p class='note'>
The Unix timestamps can be obtained from the input_datetime component. This will allow you to graphically set the start and end date.
</p>

### {% 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.


Binary file added source/images/supported_brands/econet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.