Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Parameters in DC BPT Parameter Set sent by SECC #428

Open
AKKA-AntonioAlmeida opened this issue Aug 21, 2024 · 1 comment
Open

Wrong Parameters in DC BPT Parameter Set sent by SECC #428

AKKA-AntonioAlmeida opened this issue Aug 21, 2024 · 1 comment

Comments

@AKKA-AntonioAlmeida
Copy link

In state ServiceDetails, when executing an EV (following 15118-20 and using DC BPT) against your SECC, the ServiceDetailRes presents parameter sets with the wrong parameters.

The ServiceDetailRes sent is

{
    "ServiceDetailRes": {
        "Header": {
            "SessionID": "594BDDEAA4B9B6D1",
            "TimeStamp": 1724245420
        },
        "ResponseCode": "OK",
        "ServiceID": 6,
        "ServiceParameterList": {
            "ParameterSet": [
                {
                    "ParameterSetID": 1,
                    "Parameter": [
                        {
                            "Name": "Connector",
                            "intValue": 2
                        },
                        {
                            "Name": "EVSENominalVoltage",
                            "intValue": 400
                        },
                        {
                            "Name": "Pricing",
                            "intValue": 0
                        },
                        {
                            "Name": "ControlMode",
                            "intValue": 1
                        },
                        {
                            "Name": "MobilityNeedsMode",
                            "intValue": 1
                        }
                    ]
                },
                {
                    "ParameterSetID": 2,
                    "Parameter": [
                        {
                            "Name": "Connector",
                            "intValue": 2
                        },
                        {
                            "Name": "EVSENominalVoltage",
                            "intValue": 400
                        },
                        {
                            "Name": "Pricing",
                            "intValue": 0
                        },
                        {
                            "Name": "ControlMode",
                            "intValue": 2
                        },
                        {
                            "Name": "MobilityNeedsMode",
                            "intValue": 2
                        }
                    ]
                },
                {
                    "ParameterSetID": 3,
                    "Parameter": [
                        {
                            "Name": "Connector",
                            "intValue": 2
                        },
                        {
                            "Name": "EVSENominalVoltage",
                            "intValue": 400
                        },
                        {
                            "Name": "Pricing",
                            "intValue": 0
                        },
                        {
                            "Name": "ControlMode",
                            "intValue": 2
                        },
                        {
                            "Name": "MobilityNeedsMode",
                            "intValue": 1
                        }
                    ]
                },
                
            ]
        }
    }
}

when the expected list of parameters is

  1. Connector
  2. ControlMode
  3. MobilityMode
  4. Pricing
  5. BPTChannel
  6. GeneratorMode

If you could solve this as quickly as possible, we would be extremely grateful. Thank you in advance!

@Chingshion
Copy link

i have same problem,do you have solved this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants