andig
andig
Maybe @konstantinschubert wants to share his integration (https://github.com/evcc-io/evcc/issues/25562#issuecomment-3580736852)
What would it take to implement something like this? While `Eval`ing is straightforward for simple types it gets much more ugly and may require additional parsing with e.g. assigning a...
Just stumbled again across if _, err := vm.Eval(fmt.Sprintf("ts = time.Unix(%d, 0)", ts.Unix())); err != nil { return 0, err } which could become interp.Set("pkg.Vars.ts", ts) and save the round...
Seems this can be resolved using a `Loader`: ```go var doc *openapi3.T if err := json.Unmarshal(spec, &doc); err != nil { return nil, fmt.Errorf("failed to load OpenAPI spec: %v", err)...
> The mentioned optimization properties are all lists. See https://github.com/Akkudoktor-EOS/EOS/issues/627 for solution. Thank you. It would be helpful to update the docs example. > The /v1 interface (which is in...
Bitte mal (ohne HA!): evcc meter --log error,modbus:trace und evcc meter --log error,modbus:trace -b hold
@premultiply magst Du mal rein schauen?
> sehe ich aber auch immer mal wieder Der Speicher antwortet nicht. Netzwerkproblem oder Fehler der Speicherfirmware. Anders als oben, denn da scheint es ja nie zu funktionieren. In 124.0...
> soweit ich weiß, war die Version 0.124.6 die letzte, ohne Battery Control für den SAX Speicher. Was ja dann erklärt warum eine Version on das Feature keinen Fehler mit...
Genau. Keine Antwort innerhalb timeout. Ihr könnt natürlich mal probieren, einen höheren Timeout zu setzen.