Joris Drenth 9983818340
Update Wallbox integration docs with solar charging (#38684)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-05-19 08:46:19 +02:00

67 lines
1.8 KiB
Markdown

---
title: Wallbox
description: Instructions on how to integrate sensors Wallbox EV chargers to Home Assistant
ha_category:
- Car
ha_release: 2021.6
ha_iot_class: Cloud Polling
ha_domain: wallbox
ha_platforms:
- lock
- number
- select
- sensor
- switch
ha_config_flow: true
ha_codeowners:
- '@hesselonline'
ha_integration_type: integration
---
The **Wallbox** {% term integration %} pulls data from the [MyWallbox Portal](https://my.wallbox.com) for your Wallbox charging station.
{% include integrations/config_flow.md %}
## Sensors
The {% term integration %} adds the following sensors:
- Added energy (kWh)
- Added green energy (kWh)
- Added grid energy (kWh)
- Added range (km)
- Charging power (kW)
- Charging speed
- Charging time
- Cost ([default currency])
- Current mode
- Depot price ([default currency]/kWh)
- Energy price ([default currency]/kWh)
- Max available power (A)
- State of charge (%)
- Status description
- Max charging current (A)
- Max ICP current (A)
## Number
The {% term integration %} adds the following number entities:
- Max charging current (A)
- Max ICP current; this is the maximum current available for load balancing (A)
- Energy price ([default currency]/kWh)
The number {% term entity %} is only loaded if the supplied username has sufficient rights to change the Max. Charging Current.
## Lock
The {% term integration %} adds a lock {% term entity %}, allowing you to lock the charger. Please note, this only works with a user with admin rights.
## Select
The {% term integration %} adds a select {% term entity %} to control solar charging options, allowing you to choose between **Eco mode**, **Full solar**, or **Disable solar charging**.
## Switch
The {% term integration %} adds a switch {% term entity %}, allowing you to pause/resume the charging process.