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

Wallbox integration: Max ICP should not be limited to 32A #134062

Open
ohinterstein opened this issue Dec 26, 2024 · 3 comments
Open

Wallbox integration: Max ICP should not be limited to 32A #134062

ohinterstein opened this issue Dec 26, 2024 · 3 comments

Comments

@ohinterstein
Copy link

ohinterstein commented Dec 26, 2024

The problem

It is impossible to set the Max ICP input number to a value higher than 32A.
My wallbox can charge up to 32A, but my home consumption can be higher than 32A (63A max in my case).
The Max ICP setting allows the Wallbox to adapt its charging current, depending on the home consumption.
If this value cannot be set to more than 32A, it means that if the home consumption is 20A for example, the Wallbox will charge to 12A only, which is not optimized (whereas the home max current can be really higher than 32A).

In the Wallbox app, this value can be set to 0-255A. It should be the same in Home Assistant.

What version of Home Assistant Core has the issue?

2024.12.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Wallbox

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

Hey there @hesselonline, mind taking a look at this issue as it has been labeled with an integration (wallbox) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of wallbox can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign wallbox Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


wallbox documentation
wallbox source
(message by IssueLinks)

@hesselonline
Copy link
Contributor

@ohinterstein are you able to change this on the Wallbox portal, app? Because I believe we are using a value provided by the API (max available current) to set the maximum here. Will check this further on my own installation.

@ohinterstein
Copy link
Author

ohinterstein commented Dec 28, 2024

Hello @hesselonline , actually the ICP param seems not to be available on the Wallbox portal, I only found the "power limit" parameter (which corresponds the max charging power of the wallbox)

But the ICP parameter is available on the phone app, in the "Charging management" part, and should correspond to something like "max current per phase" of the house (sorry for my english... it is the name of the param on my app in French).

But what I can say is that the "Wallbox Maximum ICP current" input of the integration is well linked, because it changes the right setting of the wallbox. The only problem is that it should be possible to set it to a value higher than 32A. (it is up to the user to set the correct value depending on his house; if the value is too high, the circuit breaker will trip, simply...)

Hope it will help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants