lorenzodonini

Results 63 comments of lorenzodonini

Not sure if this was mentioned in another issue already, but it would also be very nice to see a list of the recent events when displaying the details of...

I've been experiencing something similar. I have the following configuration: ``` debug = true trace = true server_name = nats.myserver port = 4222 monitor_port = 8222 jetstream = { store_dir...

@ripienaar I thought it would still be possible to combine authorization-like permission maps with Jetstream. Thanks for the clarification, docs weren't clear about that. Error seems to be gone 😃

> It is possible from CS, starts the Remote Transaction? The central system can request a charge point to start a transaction using a `RemoteStartTransactionRequest` message. The library itself only...

> I too have encountered the same problem, also I would like to understand how to integrate the reading of MeterValues in the example script Are you referring to https://github.com/lorenzodonini/ocpp-go/blob/master/example/1.6/cs/handler.go#L90?...

> How I can try the "Unlock connector" remotly? Like this: ``` myCallback := func(confirmation *core.UnlockConnectorConfirmation, err error) { if err != nil { // Handle error } else if...

Sounds like a certificate issue, if the same code works before introducing TLS. 1. What's the exact error message you are seeing? 2. What go version are you using? 3....

Hey, thanks for spotting the issue, it's in the constant value of `V201Subprotocol` as you correctly identified (`2.0.1.1` is a typo and obviously incorrect). I pushed a fix, so you...

Absolutely! I'll add a contributing section soon, but I definitely appreciate extra help 😄

Hey, the initialization snippet looks good to me, although 8s seems a bit low. The timeout you are setting simply makes sure an outgoing request is canceled, if no response...