-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add senec_wallbox_1_set_icmin #123
Comments
@iot-sle can you remember, why we did not implement the SET_ICMIN ? [I can't remember the details to be honest] It was IMHo related to the value of the attr |
Just as an extra comment, the behavior I am reporting is valid for v2.1 and v3 Systems, maybe the newer 4/E4/P4 devices behave differently... |
as my WB has a maximum charging current of 32 A. I tried first to use limit it by max charging current. The result: It was always changed during the next refresh. The idea was to limit the the charging current by using the "solar optimized" feature and setting the IC_Min to that value, which should be the maximum charging current. By example setting IC_Min to 10A and no solar power available it results in 10A charging current. So it's an workaroung to limit the charging current, because the ic max is not working as expected. |
icMax does work, I use it via rest command, but senec refreshes it every 5 minutes the WB communicates with the servers, but since I set it every 30 seconds, it is maneagable. However, I will do further testing when I have some time... |
Well, I have done some more tests on my side...
This is the sample macro how I write the ic_max to the device with a rest_command. the sensor senec_wb_target_current I use is a template of my own that has gotten quite complex in order to cover everything I need... 😉 In case the values are properly encoded in ieee_754, I am not sure what is going on then, I have not had a chance to check the code.
So my expected behavior would be:
@iot-sle, what are your thoughts about this? Since I have a v3 system, it would be important to make sure this does not break anything on v4 systems, where icmax would end up being irrelevant as there is no local interface afaik... |
Is your feature request related to a problem? Please describe.
From my perception, the field senec_wallbox_1_set_icmax cannot be set, even though it is in the api. The value that the Senec App uses for the WB Current is senec_wallbox_1_set_icmin.
Describe the solution you'd like
Add senec_wallbox_1_set_icmin to be configureable just like icmax, this should primarily be pushed to the webapi rather than the local instance.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Posts like this always cause a response looking like this:
So from my perspective, icmax settings have no impact on the webapi. However, setting the icmax locally (without the web integration) will allow the wallbox to charge with the given current until the storage makes a new refresh with the server. ;)
The text was updated successfully, but these errors were encountered: