From 9dc2a0bdbb63349cd94e530b641aae44ce9349d1 Mon Sep 17 00:00:00 2001 From: Matthew Chellew Date: Thu, 2 Jan 2025 22:10:48 -0800 Subject: [PATCH 1/5] Update tesla_wall_connector.markdown --- .../tesla_wall_connector.markdown | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/source/_integrations/tesla_wall_connector.markdown b/source/_integrations/tesla_wall_connector.markdown index a4c7aa17cf05..c41291d3341b 100644 --- a/source/_integrations/tesla_wall_connector.markdown +++ b/source/_integrations/tesla_wall_connector.markdown @@ -21,3 +21,31 @@ ha_integration_type: integration The Tesla Wall Connector integration allows you to integrate your Gen 3 [Tesla Wall Connector](https://www.tesla.com/support/home-charging-installation/wall-connector) with Wi-Fi into Home Assistant. {% include integrations/config_flow.md %} + +## Entities + +These are the entities available in the Tesla Wall Connector integration. + +| Domain | Name | Enabled | +| ------------- | ------------------ | ------- | +| Sensor | Energy | Yes | +| Sensor | Session energy | Yes | +| Sensor | Status | Yes | +| Binary sensor | Contactor closed | Yes | +| Sensor | Grid frequency | Yes | +| Sensor | Grid voltage | Yes | +| Sensor | Handle temperature | Yes | +| Sensor | MCU temperature | Yes | +| Sensor | PCB temperature | Yes | +| Sensor | Phase A current | Yes | +| Sensor | Phase A voltage | Yes | +| Sensor | Phase B current | Yes | +| Sensor | Phase B voltage | Yes | +| Sensor | Phase C current | Yes | +| Sensor | Phase C voltage | Yes | +| Binary sensor | Vehicle connected | Yes | +| Sensor | Status code | No | + +## Energy dashboard + +Energy usage can be easily added to the built-in Energy dashboard using the Energy sensor. \ No newline at end of file From 8708820fddeb5774f553537343d322270af65586 Mon Sep 17 00:00:00 2001 From: Matthew Chellew Date: Thu, 2 Jan 2025 22:23:12 -0800 Subject: [PATCH 2/5] Update tesla_wall_connector.markdown Fixed nitpicks --- source/_integrations/tesla_wall_connector.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_integrations/tesla_wall_connector.markdown b/source/_integrations/tesla_wall_connector.markdown index c41291d3341b..366a4112c560 100644 --- a/source/_integrations/tesla_wall_connector.markdown +++ b/source/_integrations/tesla_wall_connector.markdown @@ -47,5 +47,11 @@ These are the entities available in the Tesla Wall Connector integration. | Sensor | Status code | No | ## Energy dashboard + +Energy usage can be easily added to the built-in [Energy dashboard](/docs/energy/) using the Energy sensor. -Energy usage can be easily added to the built-in Energy dashboard using the Energy sensor. \ No newline at end of file +To add the Tesla Wall Connector to your Energy dashboard: +1. Navigate to **Settings** > **Dashboards** > **Energy** +2. In the "Electricity grid" section, click **Add consumption** +3. Select the Tesla Wall Connector's "Energy" sensor +4. Click **Save** From 7937d77a56ac61934f15ba7e7054b9c8d9f64b8b Mon Sep 17 00:00:00 2001 From: Matthew Chellew Date: Fri, 3 Jan 2025 06:56:05 -0800 Subject: [PATCH 3/5] Update tesla_wall_connector.markdown Updated to match integration quality standards (https://developers.home-assistant.io/docs/core/integration-quality-scale/rules/docs-supported-functions/) --- .../tesla_wall_connector.markdown | 48 +++++++++---------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/source/_integrations/tesla_wall_connector.markdown b/source/_integrations/tesla_wall_connector.markdown index 366a4112c560..862f34e8dd85 100644 --- a/source/_integrations/tesla_wall_connector.markdown +++ b/source/_integrations/tesla_wall_connector.markdown @@ -22,33 +22,31 @@ The Tesla Wall Connector integration allows you to integrate your Gen 3 [Tesla W {% include integrations/config_flow.md %} -## Entities - -These are the entities available in the Tesla Wall Connector integration. - -| Domain | Name | Enabled | -| ------------- | ------------------ | ------- | -| Sensor | Energy | Yes | -| Sensor | Session energy | Yes | -| Sensor | Status | Yes | -| Binary sensor | Contactor closed | Yes | -| Sensor | Grid frequency | Yes | -| Sensor | Grid voltage | Yes | -| Sensor | Handle temperature | Yes | -| Sensor | MCU temperature | Yes | -| Sensor | PCB temperature | Yes | -| Sensor | Phase A current | Yes | -| Sensor | Phase A voltage | Yes | -| Sensor | Phase B current | Yes | -| Sensor | Phase B voltage | Yes | -| Sensor | Phase C current | Yes | -| Sensor | Phase C voltage | Yes | -| Binary sensor | Vehicle connected | Yes | -| Sensor | Status code | No | +## Supported functionality + +### Entities + +The Tesla Wall Connector integration provides the following entities. + +#### Sensors +- **Energy** - Running total of energy used by the Wall Connector. +- **Session energy** - Energy used during the current charging session. +- **Status** - Present status of the Wall Connector. + - **Possible states** - booting, not_connected, connected, ready, negotiating, error, charging_finished, waiting_car, charging_reduced, charging +- **Contactor closed** - Binary sensor indicating if the Wall Connector is currently charging. +- **Grid frequency** - Sensor for grid frequency of the incoming AC power. +- **Grid voltage** - Sensor for grid voltage of the incoming AC power. +- **Handle temperature** - Sensor for temperature of the Wall Connector handle. +- **MCU temperature** - Sensor for temperature of the Wall Connector Main Computing Unit (MCU). +- **PCB temperature** - Sensor for temperature of the Wall Connector Power Control Board (PCB). +- **Phase current** - Sensor for the power current of each incoming AC electricity phase. +- **Phase voltage** - Sensor for the voltage of each incoming AC electricity phase. +- **Vehicle connected** - Binary sensor indicating if a vehicle is connected. +- **Status code** - Sensor for error codes generated by the Wall Connector. ## Energy dashboard - -Energy usage can be easily added to the built-in [Energy dashboard](/docs/energy/) using the Energy sensor. + +Energy usage can be easily added to the built-in [Energy dashboard](/docs/energy/) using the energy sensor. To add the Tesla Wall Connector to your Energy dashboard: 1. Navigate to **Settings** > **Dashboards** > **Energy** From 3a8d15dbd1d9168998b76c3d99e5525978877e14 Mon Sep 17 00:00:00 2001 From: Matthew Chellew Date: Sat, 4 Jan 2025 17:17:31 -0800 Subject: [PATCH 4/5] Update source/_integrations/tesla_wall_connector.markdown Co-authored-by: Franck Nijhof --- source/_integrations/tesla_wall_connector.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/_integrations/tesla_wall_connector.markdown b/source/_integrations/tesla_wall_connector.markdown index 862f34e8dd85..f4a45546682c 100644 --- a/source/_integrations/tesla_wall_connector.markdown +++ b/source/_integrations/tesla_wall_connector.markdown @@ -49,7 +49,8 @@ The Tesla Wall Connector integration provides the following entities. Energy usage can be easily added to the built-in [Energy dashboard](/docs/energy/) using the energy sensor. To add the Tesla Wall Connector to your Energy dashboard: -1. Navigate to **Settings** > **Dashboards** > **Energy** -2. In the "Electricity grid" section, click **Add consumption** -3. Select the Tesla Wall Connector's "Energy" sensor -4. Click **Save** + +1. Navigate to **Settings** > **Dashboards** > **Energy**. +2. In the "Electricity grid" section, select **Add consumption** +3. Select the Tesla Wall Connector's "Energy" sensor. +4. Select **Save** From a8c73c924b314628750e45628de54dfc851e308c Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:47:12 +0100 Subject: [PATCH 5/5] tiny tweak --- source/_integrations/tesla_wall_connector.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/tesla_wall_connector.markdown b/source/_integrations/tesla_wall_connector.markdown index f4a45546682c..5e028d9c1258 100644 --- a/source/_integrations/tesla_wall_connector.markdown +++ b/source/_integrations/tesla_wall_connector.markdown @@ -51,6 +51,6 @@ Energy usage can be easily added to the built-in [Energy dashboard](/docs/energy To add the Tesla Wall Connector to your Energy dashboard: 1. Navigate to **Settings** > **Dashboards** > **Energy**. -2. In the "Electricity grid" section, select **Add consumption** +2. In the **Electricity grid** section, select **Add consumption**. 3. Select the Tesla Wall Connector's "Energy" sensor. -4. Select **Save** +4. Select **Save**.