andig
andig
## Proposed changes Refs https://github.com/lorenzodonini/ocpp-go/issues/294. This PR allows developing custom handlers without having to reimplement the entire default handler. ## Types of changes What types of changes does your code...
## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves...
Hope it is ok to ask this question. I couldn't find this in the docs: CS functions take a callback that already _receives_ an error. What is the meaning of...
**OCPP version:** [x] **1.6** [ ] **2.0.1** **I'm submitting a ...** [x] bug report [ ] feature request **Current behavior:** In https://github.com/evcc-io/evcc/issues/15890 we're seeing that `ocpp16.ChargePointConnectionHandler` does not seem to...
**Description:** Currently, I have to add ```yaml with: go-version-file: go.mod ``` for all builds to specify a go version. Instead, the "default" go version that any go program would use...
Fix https://github.com/spali/go-rscp/issues/69
While Send takes a Message it returns a *Message. Send uses SendMultiple which works on Message only. Internally, receive works on Messages only. I suggest to change the Send signature...
In https://github.com/evcc-io/evcc/discussions/12852#discussioncomment-12606558, we're having problems with some modbus devices that have issues on ModbusTCP: - device is resource-limited - it quickly closes idle connections (device timeout 4s) - library will...
We need to document the new feature introduced in this PR: https://github.com/evcc-io/evcc/pull/21477
We need to document the new feature introduced in this PR: https://github.com/evcc-io/evcc/pull/21319