Config UI: move min charge and default limit into vehicle config modal
depends on https://github.com/evcc-io/evcc/pull/25762
Ok the question is, should this setting moved into the normal car config setting dialog?
The reason, why vehicle minsoc and soclimit are not in config ui is compatibility with evcc.yaml configured vehicles. These vehicles appear in config ui as cards but are not editable.
If we would move these settings to config ui only users with ui configured vehicles will see it. Would be a huge breaking change for all yaml users. especially since is (still) the recommended config method.
An intermediary solution could be to add a reduced config ui modal for yaml-configured vehicles containing only these two settings. Effort for doing this is not high, we'll simplify the plan modal (remove arrival tab). Sounds like a good idea which we should implement once config ui is out of experimental.
Originally posted by @naltatis in https://github.com/evcc-io/evcc/discussions/25952#discussioncomment-15239018
Arrival tab can be modified "on the fly" without reboot. Will this be still possbile within vehicle config?
Yes, should be possible. We might need to do a little extra handling to make this happen.