citrineos-core icon indicating copy to clipboard operation
citrineos-core copied to clipboard

Charging Station Management System based on OCPP 2.0.1

Results 20 citrineos-core issues
Sort by recently updated
recently updated
newest added

Authorize requests that specify a type of "NoAuthorization" will now result in a "Accepted" response: ![Screenshot 2024-05-07 at 12 33 37](https://github.com/citrineos/citrineos-core/assets/14906622/c43084c3-1de0-479b-a471-2e97ba5c2671)

Adding a websocket "ping" handler to `WebsocketNetworkConnection` to send pongs back with the same incoming payload. This merges into `rc-1.2.0` because I'm not certain what release this will be a...

## Changes * Add CA client interfaces * `IV2GCertificateAuthorityClient` * `IChargingStationCertificateAuthorityClient` * Add 2 Implementations of ca clients: Hubject, ACME (Let's encrypt) * Hubject: process V2G cert in A02 *...

- https://github.com/citrineos/citrineos-core/pull/194 - (Release 1.4) Adding retry setup support for sequelize - https://github.com/citrineos/citrineos-core/pull/223 - (Release 1.4) Enhancing Boot Notification Service/Handler tests - https://github.com/citrineos/citrineos-core/pull/219 - [Cost updated] Improve accuracy of cost...

Fixes citrineos/citrineos#31 Added npm restore as shorthand to npm ci. Changed npm i to ci in dockerbuild Added package-lock.json to be used by npm ci and removed it from gitignore

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ws](https://togithub.com/websockets/ws) | [`8.13.0` -> `8.17.1`](https://renovatebot.com/diffs/npm/ws/8.13.0/8.17.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ws/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [zod](https://zod.dev) ([source](https://togithub.com/colinhacks/zod)) | [`3.22.2` -> `3.22.3`](https://renovatebot.com/diffs/npm/zod/3.22.2/3.22.3) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sequelize-typescript](https://togithub.com/RobinBuschmann/sequelize-typescript) | [`2.1.5` -> `2.1.6`](https://renovatebot.com/diffs/npm/sequelize-typescript/2.1.5/2.1.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sequelize-typescript/2.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR introduces modifications to the `Start Transaction API` by eliminating the requirement for the `remoteStartId` in the payload. Instead, the remoteStartId will now be generated server-side now.