From 491c5bcf4a9079505ac5a3d46533fccc47dc4494 Mon Sep 17 00:00:00 2001 From: w1ll1am23 Date: Sat, 6 Feb 2021 20:20:53 -0500 Subject: [PATCH 1/4] Updated econet.markdown for climate updates --- source/_integrations/econet.markdown | 30 +++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/source/_integrations/econet.markdown b/source/_integrations/econet.markdown index 0748fad3942f..d5b28077391c 100644 --- a/source/_integrations/econet.markdown +++ b/source/_integrations/econet.markdown @@ -2,6 +2,9 @@ title: Rheem EcoNet Products description: Instructions on how to integrate Rheem EcoNet water heaters into Home Assistant. ha_category: + - Binary Sensor + - Climate + - Sensor - Water Heater ha_release: 0.61 ha_iot_class: Cloud Push @@ -12,9 +15,34 @@ ha_codeowners: ha_config_flow: true --- -The `econet` water heater platform is consuming the information provided by a [EcoNet enabled Rheem water heater](https://www.rheem.com/EcoNet/Home). This platform allows you to set the temperature, the operation mode, and away mode. It also provides access to several device sensors depending on your model of water heater. +The `econet` platform is consuming the information provided by a [EcoNet enabled Rheem water heater or thermostat](https://www.rheem.com/EcoNet/Home). ## Configuration 1. From the Home Assistant front-end, navigate to 'Configuration' then 'Integrations'. Under 'Set up a new integration' locate 'Rheem EcoNet Products' and click 'Configure'. 2. Enter the information requested, email and password, and click 'Submit'. + +## Platforms + +EcoNet devices may be represented by one or more platforms. + +- [Binary Sensor](#binary-sensor) +- [Climate](#climate) +- [Sensor](#sensor) +- [Water Heater](#water-heater) + +### Binary Sensor + +The EcoNet Binary Sensor platform lets you view binary states of sensors associated with your EcoNet thermostat or water heater. For example, if the device is curently running. + +### Climate + +The EcoNet Climate platform lets you control your EcoNet thermostat. Multi zone HVAC systems will have 1 Climate entity per zone. + +### Sensor + +The EcoNet Sensor platform lets you view sensors associated with your EcoNet thermostat or water heater. For example, alert count or availble hot water. + +### Water Heater + +The EcoNet Water Heater platform lets you control your EcoNet water heater. Water Heaters do not report the current water temperature. From 04c2a9d42a919b727d899083b6277787f4ade1b1 Mon Sep 17 00:00:00 2001 From: William Scanlon Date: Sun, 21 Mar 2021 13:11:17 -0400 Subject: [PATCH 2/4] Fixed typo --- source/_integrations/econet.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/econet.markdown b/source/_integrations/econet.markdown index f6f817193efd..ae21d2c8d7f1 100644 --- a/source/_integrations/econet.markdown +++ b/source/_integrations/econet.markdown @@ -45,7 +45,7 @@ The EcoNet Climate platform lets you control your EcoNet thermostat. Multi zone ### Sensor -The EcoNet Sensor platform lets you view sensors associated with your EcoNet thermostat or water heater. For example, alert count or availble hot water. +The EcoNet Sensor platform lets you view sensors associated with your EcoNet thermostat or water heater. For example, alert count or available hot water. ### Water Heater From 4bfcfe7cd6fdb24981789c99d33637d09e45ca4a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 29 Mar 2021 09:49:15 +0200 Subject: [PATCH 3/4] Tweaks --- source/_integrations/econet.markdown | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/source/_integrations/econet.markdown b/source/_integrations/econet.markdown index ae21d2c8d7f1..8bc0644edeae 100644 --- a/source/_integrations/econet.markdown +++ b/source/_integrations/econet.markdown @@ -19,12 +19,9 @@ ha_platforms: - water_heater --- -The `econet` platform is consuming the information provided by a [EcoNet enabled Rheem water heater or thermostat](https://www.rheem.com/EcoNet/Home). +The EcoNet integrations is consuming the information provided by a [EcoNet enabled Rheem water heater or thermostat](https://www.rheem.com/EcoNet/Home). -## Configuration - -1. From the Home Assistant front-end, navigate to 'Configuration' then 'Integrations'. Under 'Set up a new integration' locate 'Rheem EcoNet Products' and click 'Configure'. -2. Enter the information requested, email and password, and click 'Submit'. +{% include integrations/config_flow.md %} ## Platforms @@ -37,11 +34,11 @@ EcoNet devices may be represented by one or more platforms. ### Binary Sensor -The EcoNet Binary Sensor platform lets you view binary states of sensors associated with your EcoNet thermostat or water heater. For example, if the device is curently running. +The EcoNet Binary Sensor platform lets you view binary states of sensors associated with your EcoNet thermostat or water heater. For example, if the device is currently running. ### Climate -The EcoNet Climate platform lets you control your EcoNet thermostat. Multi zone HVAC systems will have 1 Climate entity per zone. +The EcoNet Climate platform lets you control your EcoNet thermostat. Multi-zone HVAC systems will have 1 Climate entity per zone. ### Sensor @@ -50,5 +47,3 @@ The EcoNet Sensor platform lets you view sensors associated with your EcoNet the ### Water Heater The EcoNet Water Heater platform lets you control your EcoNet water heater. Water Heaters do not report the current water temperature. - -{% include integrations/config_flow.md %} From 77307b25f93b4377a0bc3a58e9fae1e600133e8f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 29 Mar 2021 09:55:11 +0200 Subject: [PATCH 4/4] Tweak --- source/_integrations/econet.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/econet.markdown b/source/_integrations/econet.markdown index 8bc0644edeae..de6cc6b9b822 100644 --- a/source/_integrations/econet.markdown +++ b/source/_integrations/econet.markdown @@ -19,7 +19,7 @@ ha_platforms: - water_heater --- -The EcoNet integrations is consuming the information provided by a [EcoNet enabled Rheem water heater or thermostat](https://www.rheem.com/EcoNet/Home). +The EcoNet integration is consuming the information provided by a [EcoNet enabled Rheem water heater or thermostat](https://www.rheem.com/EcoNet/Home). {% include integrations/config_flow.md %}