-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
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
Missing load management control entity (previously known as powerboost) in the Wallbox integration #125145
Comments
Hey there @hesselonline, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) wallbox documentation |
Hi, what function in the upsource package are you referring to? And how does this differ in practice from using the SetMaxChargingCurrent? |
Hi @hesselonline the function is "setIcpMaxCurrent" it is used to limit the power draw at the main meter for the whole house while "setMaxChargingCurrent" is used to limit the power output to the car. Depending on the tariff you're on and the installation type you may need to control both factors. e.g. in Italy and Spain you can enter contracts with 32A max draw (at the meter, so house + wallbox) during night and weekends while only 16A or 20A during the day. What you want to do is set maxChargingCurrent to e.g. 32A statically and then control setIcpMaxCurrent to tell the wall box how much total current you can theoretically draw from the main meter. The EVSE will internally compute the max allowed charging current so that the main breaker at the meter doesn't trip, taking into account the current household consumption (dynamic power management, formerly power boost). Original ticket with more in-depth discussion is here: cliviu74/wallbox#32 More discussion can be found in the referneced PR: cliviu74/wallbox#35 (comment) You can figure out if you WB supports ICP MAX CURRENT by checking the state of the wallbox and looking for
|
Ok, will have a look at adding this as it seems quite straightforward. I do suggest closing this issue (as it is basically a feature request and not an issue ;-)) |
The problem
Hello,
I have noticed that the current Wallbox integration in Home Assistant is missing the load management control entity (previously known as "powerboost"). This feature is already supported by the underlying Wallbox library, but it is not available in Home Assistant's integration.
Details of the Issue:
Impact:
The lack of this feature limits the ability of users to fully utilize their Wallbox charging station within Home Assistant. The load management feature is crucial for:
Steps to Reproduce:
Additional Information:
This missing feature significantly impacts users who rely on dynamic energy management solutions through Home Assistant. Adding this support would align the integration with the capabilities of the Wallbox library.
Thank you for considering this issue, and I hope it can be addressed soon!
Next Steps:
What version of Home Assistant Core has the issue?
core-2024.8.3
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
https://www.home-assistant.io/integrations/wallbox
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
The text was updated successfully, but these errors were encountered: