Wallbox Integration - Update documentation (#39844)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Hessel 2025-07-05 06:22:30 +02:00 committed by GitHub
parent e80f61c6d4
commit 765ea62959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,9 +19,17 @@ ha_integration_type: integration
---
The **Wallbox** {% term integration %} pulls data from the [MyWallbox Portal](https://my.wallbox.com) for your Wallbox charging station.
Use this integration to monitor the charging of your car by the **Wallbox** charger and modify settings such as **Charging Power**, **Energy Price**, **Solar Charging** and **Pause/Resume**. The energy usage collected by this integration can be used in the [Energy dashboard](/home-energy-management).
{% include integrations/config_flow.md %}
{% configuration_basic %}
Station Serial Number:
description: "The Serial number of your charger. You can find it in the Wallbox App or on the Wallbox Portal."
Username:
description: "This integration only supports a regular / email login, Apple or Google accounts are not supported."
{% endconfiguration_basic %}
## Sensors
The {% term integration %} adds the following sensors:
@ -64,3 +72,29 @@ The {% term integration %} adds a select {% term entity %} to control solar char
## Switch
The {% term integration %} adds a switch {% term entity %}, allowing you to pause/resume the charging process.
## Data updates
Data is refreshed once every minute. Note that this update interval has been chosen in conjunction with Wallbox to prevent overloading their infrastructure. Altering this refresh rate is not recommended.
## Troubleshooting
### Setup errors
- You can only use a regular login with this integration.
- Google or Apple logins are not supported.
- You can find the serial number of your charger in the Wallbox app or on the Wallbox Portal under the Chargers section.
### Connection failures
Users often report issues with the Wi-Fi reception of their charger; use a wired connection if possible. Also verify that the charger is communicating with the Wallbox Portal.
### Other issues
Always first check whether the data is being received by the Wallbox Portal as this integration uses the same API. Many problems are related to the connectivity of the charger.
## Removing the integration
{% include integrations/remove_device_service.md %}