andig

Results 374 issues of andig

Refs https://github.com/simonvetter/modbus/issues/19

It would be nice- especially for testing- if an existing listener could be used instead of the server creating it's own listener. Doing so would also externalise the entire TLS...

Fix https://github.com/lorenzodonini/ocpp-go/issues/176 I've attempted to multiplex OCPP and HTTP traffic on a single port. This is currently not possible since the HTTP handler construction is part of the `websocket.Server`. This...

In https://github.com/evcc-io/evcc/issues/10339 we've noticed that `GetConfiguration` requests to charger timed out: ``` [ocpp ] TRACE 2023/09/02 12:49:19 sent JSON message to Wall-E: [2,"4010434209","GetConfiguration",{}] [ocpp ] TRACE 2023/09/02 12:49:19 received JSON...

Seems the new identity manager supports token refresh (`scopes_supported: offline_access`). A simple exchange doesn't do the trick though- probably needs additional headers. Any idea how token refresh could be supported?

I was trying https://github.com/Farfar/seatconnect 1.1.8 directly; posting here since issues are not enabled. Fails with Leon Hybrid: ``` ... DEBUG:seatconnect.connection:User consent is valid, no missing information for profile DEBUG:seatconnect.connection:Client "vwg"...

See https://github.com/golang/go/issues/59835. Thanks for the ride!

I've previously used eeml with Cosm. Now, as Cosm has become Xively, they seem to offer their own official python api. Should I still be using eeml or switch? Cheers,...

I would like to be able to build the target struct that decode maps into across different contributing pieces that are only stitched together at runtime. My approach for doing...