ABB Terra current control? #474
Replies: 7 comments 17 replies
-
Copying the contents of custom_components instead of using HACS should work fine. Did you change the log level in your configuration.yaml file? |
Beta Was this translation helpful? Give feedback.
-
yes, i did. this is the content of the log. i started charging, tried to change the max current three times and stopped the charging.
This is shown in the "Features" list: Profiles.AUTH|REM|FW|CORE |
Beta Was this translation helpful? Give feedback.
-
There may be a configuration setting for it. My Wallbox has that. You can get a list of all configuration settings by calling the ocpp.get_configuration service with an empty key and checking your log.
|
Beta Was this translation helpful? Give feedback.
-
I got it to work! :) but step by step... I called "ocpp.get_configuration" as you recommended it looks very strange to me, that it has options like "ChargingScheduleAllowedChargingRateUnit" and "ChargingScheduleMaxPeriods", although smart charging isn't in the "SupportedFeatureProfiles". as I said, it works in ioBroker. so I configured the Charging Profile in your api.py (line 563) exactly the same way, as it is in the ioBroker adapter.
and it works:
this was the rejection with the original profile in your api.py:
Link to ioBroker adapter charging profile (Line 447): |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I`ve read through all your suggestions regarding the use of the ABB Terra, but I´m still struggling in setting the max current for a smart charge control via a script. Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
-
I got the automations working but after rebooting HASS, even if my ABB Terra is online and the standard integrated "ABBTerra_availability" switch is active, I get an error message that there seems to be an issue with calling the service "number.set_value" and the logger says the following: Logger: homeassistant.core Error executing service: <ServiceCall number.set_value (c:01GB3F76SJX5ZJ1X26Z9PP7CCW): value=0.0, entity_id=['number.abbrechts_maximum_current']> During handling of the above exception, another exception occurred: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for sharing all this. I was also able to basically make current control work with my ABB . However, I am not able to obtain a total charging current of greater than 15A. I tried it with 6A (per phase) giving 11.99A:
I tried it with 8A giving a total of 15A:
And finally I tried also 10A giving a total of 15A as well:
Anyone experienced this before? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have the "ABB Terra AC TAC-W11-G5-R-0" Wallbox and I'm able to start and stop the charging by switching the "Charge_Control", but I would also like to control the current. I try to set a value for the "Maximum_Current", but it's ignored and stays at 16, no matter what I enter. I checked the debug log, but there are no entries created when I try to change the max current.
Any idea, why it doesn't work?
I installed your integration manually, by copying the contents of the "custom_components" folder to my home assistant instance, I'm not sure if that does matter.
I also tried to connect the Wallbox to the OCPP adapter of ioBroker. I was able to control the current there, so I'm sure, the Wallbox supports current control via OCPP.
Beta Was this translation helpful? Give feedback.
All reactions