Michael Seibt

Results 187 comments of Michael Seibt

> > @mdhom regarding #59 set_wallbox_max_charge_current... Do you think it's useful to build an exception, if the parameter value (int) is higher as the possible/permitted value in the S10 (I...

My wallbox has a key switch either for locking or for restriction to sun mode (depending on the wallbox configuration in the E3DC settings). The keystate can be requested with...

> awesome, where did you find those infos / how were you able to reverse-engineer those values? I'll add the Keystate and discharge priority to this PR? I have watched...

> * `HasClippedControl()` - **~2.5 seconds**, which is 60%+ of the observed 4 seconds. Sorry, my bad. I noticed a little slowdown when I added this but not such tremendous.

These are the git commands called until the dashboard is shown on Win (taken from the GE git command log - hotkey `F12`): ``` git config --get ą git git...

> So the only problem is, that it is not getting output and/or return value of git call. I think this will be difficult because `CreateProcess` does not return a...

> Looks like GitExtensions is calling more git processes in parallel. Yes, it does.

GE sets `HOME` before running git. The logic can be found in https://github.com/gitextensions/gitextensions/blob/master/GitCommands/Git/EnvironmentConfiguration.cs starting with `ComputeHomeLocation` at line 67.

The error should have been traced in the Git Command Log (`F12`). The current dev build pops up the git error message. Though I have not managed yet to add...

The error messages and warnings are incomplete and pretty misleading, either without `%(prefix)/` or if with then not with three slashes! > So I imagine that the good command line...