Skip to content
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

Update tesla_wall_connector.markdown #36670

Merged
merged 6 commits into from
Jan 7, 2025
Merged
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
33 changes: 33 additions & 0 deletions source/_integrations/tesla_wall_connector.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,36 @@ 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 %}

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

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**.
3. Select the Tesla Wall Connector's "Energy" sensor.
4. Select **Save**.
Loading