andig

Results 374 issues of andig

Fix https://github.com/enbility/eebus-go/issues/182

Consider this difference (current vs currents): ``` mpc.DataUpdateCurrentsPerPhase mgcp.DataUpdateCurrentPerPhase ``` vs ``` mpc.DataUpdateVoltagePerPhase mgcp.DataUpdateVoltagePerPhase ``` Not sure if this is from the spec or internal. If you want to let...

Current examples show parsing code but it seems unfeasible to be repeated in every consumer. See https://github.com/mark3labs/mcp-go/blob/0fdb1974c5728a74ae061e650d25bf90c5c43437/README.md?plain=1#L285.

Mit dem demo call aus https://akkudoktor-eos.readthedocs.io/en/latest/akkudoktoreos/optimization.html kommt es zu diesem Fehler: ```json {"detail":[{"type":"value_error","loc":["body","ems"],"msg":"Value error, Input lists have different lengths","input":{"preis_euro_pro_wh_akku":0.0007,"einspeiseverguetung_euro_pro_wh":7e-05,"gesamtlast":[500,500,500,500],"pv_prognose_wh":[300,0,0,2160,1840],"strompreis_euro_pro_wh":[0.0003784,0.0003868,0.00034102,0.00033709]},"ctx":{"error":{}}}]} ``` 1. Der Fehler ist merkwürdig da er diverse Properties erwähnt...

documentation
enhancement

In der EOS Api werden vielerorts deutsch und englisch gemischt (`preis_euro_pro_wh_akku` aber `initial_soc_percentage`). Das macht es für Entwickler unmöglich, sich effektiv in die API-Nutzung einzuarbeiten. Es sollte eine einheitliche Strategie...

enhancement

> my home battery can draw up to 9 kW > > evcc is not aware of that. Blatantly: grid charging does not participate in load management. If dimmed (§14a)...

We need to document the new feature introduced in this PR: https://github.com/evcc-io/evcc/pull/23927

For English browsers, default to English.

Currently this will panic in `addLegends`.

What am I doing: parse a spec containing `requestBody` into an `openapi3.T`: ```json "/session/{id}": { "put": { "description": "Update vehicle of charging session. [Read more.](https://docs.evcc.io/en/docs/features/sessions)\n", "requestBody": { "content": { "application/json":...