From 765ea62959030229456bb5a02ca4915758cbc8a9 Mon Sep 17 00:00:00 2001 From: Hessel Date: Sat, 5 Jul 2025 06:22:30 +0200 Subject: [PATCH] Wallbox Integration - Update documentation (#39844) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/wallbox.markdown | 36 ++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/source/_integrations/wallbox.markdown b/source/_integrations/wallbox.markdown index 28eac6ab260..b1acc40c13b 100644 --- a/source/_integrations/wallbox.markdown +++ b/source/_integrations/wallbox.markdown @@ -18,10 +18,18 @@ ha_codeowners: ha_integration_type: integration --- -The **Wallbox** {% term integration %} pulls data from the [MyWallbox Portal](https://my.wallbox.com) for your Wallbox charging station. +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 %} +