You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using your ocpp-go library for an OCPP 2.0.1 implementation. I'm trying to send custom, vendor-specific data to the charge point within OCPP messages like AuthorizeResponse.
However, after reviewing the Go struct definitions for requests and responses (e.g., AuthorizeResponse), it appears that a CustomData field isn't explicitly included in the structures.
As customData is a standard feature in OCPP 2.0.1 for conveying vendor-specific information, I'd like to understand how your library intends for users to achieve this.
Could you please clarify how I can pass customData within OCPP 2.0.1 requests and responses using ocpp-go? Any guidance or examples would be greatly appreciated.
Thank you for your time and assistance.
Which OCPP version referring to?
OCPP 1.6
OCPP 2.0.1
Are you using any OCPP extensions?
OCPP 1.6 Security
OCPP 1.6 Plug and Charge
👀 Have you spent some time to check if this question has been asked before?
I checked and didn't find a similar issue
The text was updated successfully, but these errors were encountered:
Gozikyu
changed the title
❔ Question:
❔ Question: how to handle customData
May 25, 2025
Gozikyu
changed the title
❔ Question: how to handle customData
❔ Question: How to handle customData
May 25, 2025
❔ What is your question?
Question about
customData
in OCPP 2.0.1 messagesI'm currently using your
ocpp-go
library for an OCPP 2.0.1 implementation. I'm trying to send custom, vendor-specific data to the charge point within OCPP messages likeAuthorizeResponse
.However, after reviewing the Go struct definitions for requests and responses (e.g.,
AuthorizeResponse
), it appears that aCustomData
field isn't explicitly included in the structures.As
customData
is a standard feature in OCPP 2.0.1 for conveying vendor-specific information, I'd like to understand how your library intends for users to achieve this.Could you please clarify how I can pass
customData
within OCPP 2.0.1 requests and responses usingocpp-go
? Any guidance or examples would be greatly appreciated.Thank you for your time and assistance.
Which OCPP version referring to?
Are you using any OCPP extensions?
👀 Have you spent some time to check if this question has been asked before?
The text was updated successfully, but these errors were encountered: