andig
andig
It seems neither `mergo` nor `mapstructure` currently provide this ability. Made a small addition to allow arbitrarily matching map keys: ```go func merge(dst, src map[string]any, depth int) map[string]any { if...
In https://github.com/evcc-io/evcc/issues/16049 we're regularly experiencing timeout errors with multiple devices on a single serial bus. It turns out the frame length calculation according to theMODBUS over Serial Line Specification and...
### You have a proposal, explain it! 0.5 adds a breaking change by removing/replacing sprout.FuncMap ### Describe the solution you'd like It doesn't seem necessary to do so. Instead of...
### Describe the feature or problem you’d like to solve `gh search` already allows to search issues and PRs, but not discussions. ### Proposed solution Feature parity with ui. Super...
Du meinst: ``` (nested2) hendrikn@MacBook-Pro-von-Hendrik log % evcc charger --log trace,db:error --disable [main ] INFO 2024/10/20 16:58:32 evcc 0.130.13 [main ] INFO 2024/10/20 16:58:32 using config file: /etc/evcc.yaml [solax ]...
Refs https://github.com/evcc-io/evcc/issues/6192. Depends on https://github.com/evcc-io/evcc/pull/16274. This PR adds a new `solarShare` setting that determines how much solar energy is required to start or continue the charging process in percent. This...
Currently, evcc tries to adjust grid consumption for the LPC use case. Regulation seems to require tuning down new SteuVEs, but not a) all chargers and b) not tune down...
Ja, Duration-Felder in Config UI scheinen noch eine Baustelle zu sein. Die Eingabe erfolgt immer in Sekunden (also nicht als Go Duration Strings), aber wir kommunizieren das nicht und zeigen...
**OCPP version:** [x] **1.6** [ ] **2.0.1** **I'm submitting a ...** [x] bug report [ ] feature request **Current behavior:** See this `-race` test; ``` ================== WARNING: DATA RACE Write...