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

Improvement in uei implementation guide #158

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rajaneeshk90
Copy link
Contributor

The following changes were made in the UEI: EV charging implementation guide.

  1. Charging Station Details: Added charging station details in the catalog at message.catalog.providers[idx].locations[idx].
  2. Charging Point Details: Added charging point information in the catalog. This is included in the catalog.providers[idx]. fulfillments[idx].tags as a tag group named Charging Point Specifications
  3. Quotation Object: Remove the quotation object from the confirm API payload. Update the quotation object in the on_select, on_init, on_confirm etc.
  4. Current Charging Details: Added details related to the current charging status—such as state of charge, energy delivered, current voltage, etc.—in the on_status payload. This is included in the catalog.providers[idx]. fulfillments[idx].tags tag group.

Other changes:

  1. Removed quotation object from the confirm request, quotation is not passed from BAP to BPP. BPP sends quotations in callbacks.
  2. Added fulfillment details like start time, charging point, connector in the select request.

…lememtation requirements from participants

	- Add charging point details in the fulfillments array section of catalog
	- Charging Station Details in the locations array section of the catalog
	- updating the quotation object
	- Addign SOC (state of charge) details in the on_status api as tags
…nnectors, and one item can be at one location only
"descriptor": {
"name": "ABC Charging station, sector 81"
},
"address": "824, peter lane, street 8"
Copy link
Contributor Author

@rajaneeshk90 rajaneeshk90 Nov 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are the "Charging Station Details" (Point 1)

"currency": "INR"
}
}
]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A new item was added just to showcase how to map multiple charging points to a single charging station.

"value": "Available"
}
]
}
Copy link
Contributor Author

@rajaneeshk90 rajaneeshk90 Nov 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This tag group contains the "Charging Point Details". (point 2
)

}
]
},
{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This tag group contains connector details.

}
}
]
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This quotation object was removed. (Point 3)

]
},
{
"descriptor": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added "Current Charging Details"/ Live charging details. (Point 4)

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

Successfully merging this pull request may close these issues.

2 participants