andig

Results 274 issues of andig

/cc @acasademont

The io package declares an EOF error like this: var EOF = errors.New("EOF") using this pattern to raise custom errors leads to ugly stack traces since the errors are generated...

Intention of this PR is to remove the need for ducktyping like this: if handler, ok := q.handler.(*modbus.RTUClientHandler); ok { handler.SlaveId = deviceid } else if handler, ok := q.handler.(*modbus.TCPClientHandler);...

With recent advancements in go, most notable `dep` and as of golang 1.11 go modules, it would be nice to tag a version. What do you think about tagging a...

This PR removes the dependency on the `log` library and allows other logging implementations like e.g. sirupsen/logrus. See https://github.com/sirupsen/logrus/issues/828 for a detailed discussion.

Hallo, was ich so lese und selber feststelle, hat der VW ID ein Problem mit Ladeunterbrechnungen. Wird der Ladevorgang bei PV Überschussladen zweimal unterbrochen, startet der ID das Laden nicht...

enhancement
ux

...to provide better user feedback. With only one vehicle, detection should be stopped after the first candidate is identified. With multiple candidate vehicles, detection does continue for 10min to identify...

enhancement
ux

Fix https://github.com/evcc-io/evcc/issues/4113 `lp.onDisconnect` enthält die Defaults des Loadpoints.

bug