andig
andig
- gh cli installieren (https://cli.github.com) - go installieren (https://go.dev/dl/) - gh pr checkout xyz - make
Danke euch beiden bei der Fehlersuche. Nachdem ich nun mindestens 6x einen zufälligen 12stellige Hex-String generiert, in der Config eingefügt und den EVCC Container neugestartet habe aber dabei nie ein...
See https://github.com/evcc-io/evcc/pull/3555 /cc @lucaber
> Mein System läuft auch in einem Proxmox Container und ich habe in meinem Setup nix mit einer machine id gemacht. Einfache Installation und Konfiguration, fertig. Das Problem ist, dass...
Ah, verstanden. Das sollte gehen: body: { "charging_amps": ${maxcurrent} } Die `maxcurrent` ist sowieso `int64`, deshalb ist keine zusätzliche Formatierung notwendig _Originally posted by @andig in https://github.com/evcc-io/evcc/discussions/2309#discussioncomment-2022117_
``` {"query":"query GetBatteryData($vin:String!){getBatteryData(vin: $vin){batteryChargeLevelPercentage,chargerConnectionStatus,chargingStatus,estimatedChargingTimeToFullMinutes,estimatedDistanceToEmptyKm}}","variables":{"vin":"..."},"operationName":"GetBatteryData"} HTTP/2.0 400 Bad Request {"errors":[{"message":"Cannot query field \"getBatteryData\" on type \"Query\".","extensions":{"code":"GRAPHQL_VALIDATION_FAILED","exception":{"stacktrace":["GraphQLError: Cannot query field \"getBatteryData\" on type \"Query\". {"query":"query GetOdometerData($vin:String!){getOdometerData(vin: $vin){odometerMeters}}","variables":{"vin":"..."},"operationName":"GetOdometerData"} HTTP/2.0 400 Bad Request {"errors":[{"message":"Cannot...
**Describe the bug** Adapter has stopped working for my i3 (no changes on vehicle/ user/ password side): **Expected behavior** Successful adapter start **Screenshots & Logfiles** ``` bmw.0 2025-04-26 12:49:41.166 error...
On Darwin MAC-A25058-FVFF634UQ05N 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:06 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T8103 arm64 ``` ❯ go install github.com/ofabry/go-callvis@master go: downloading github.com/ofabry/go-callvis v0.7.2-0.20250102153122-fb6b442a4144 go: downloading github.com/goccy/go-graphviz v0.1.2 go:...
`RetryAfterError` is used to indicate that a (failed) operation should be retried, for example for an HTTP rate limit. It would be helpful if `RetryAfterError` contained the inner error as...
Sometimes, errors can vary between retries. For this purpose it would be nice to optionally return all errors if the final result is an error. This should be optional, maybe...