Ensure dynamic mode is paused during EVCC controlled charging.#28365
Ensure dynamic mode is paused during EVCC controlled charging.#28365grobihh wants to merge 4 commits intoevcc-io:masterfrom
Conversation
That allows EVCC to control the charging power.
|
Can you explain what dynamic mode is? Should we ask the user to disable it upfront? |
|
I did not find much about it. In #28169 I tried to explain my observations. To me it seems the parameter 'Dynamic' can switch that behaviour on (1) or off (0). But then there is the parameter 'PauseDynamic' (0=unpaused, 1=paused). I opened this as a draft because I wanted to do a little bit more testing. I will provide my test results to confirm the explained logic. |
Wow, that's as stupid as they come... This does mean, that dynamic mode must be enabled, yet we need to pause it and should so do immedieately and once and for all. There can only be a single controller- and that should be evcc. |
Added a condition to only change 'pauseDynamic' if 'Dynamic' mode is enabled. Users may want to use the V2C application as backup to EVCC.
|
I think I got it now. Start charging and set PauseDynamic. EVCC changing charging power #1: Stop charging and reset PauseDynamic. 'PauseDynamic' will only be changed if 'Dynamic' (dynamic power control) is enabled. |
This should fix the charger power control discussed in #28169 (reply in thread)
I did already tested that and it looks fine.