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 2 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
34 changes: 34 additions & 0 deletions source/_integrations/tesla_wall_connector.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,37 @@ 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
pearlythepirate marked this conversation as resolved.
Show resolved Hide resolved

These are the entities available in the Tesla Wall Connector integration.

| Domain | Name | Enabled |
pearlythepirate marked this conversation as resolved.
Show resolved Hide resolved
| ------------- | ------------------ | ------- |
| 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](/docs/energy/) using the Energy sensor.
pearlythepirate marked this conversation as resolved.
Show resolved Hide resolved

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**
pearlythepirate marked this conversation as resolved.
Show resolved Hide resolved
Loading