Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
aasanchez committed Oct 14, 2024
1 parent c361ee8 commit 4eeb234
Show file tree
Hide file tree
Showing 19 changed files with 121 additions and 3 deletions.
2 changes: 1 addition & 1 deletion site/docs/connectors/ccs2.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# CSS 2
# CSS2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/docs/protocols/ochp/media/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions site/docs/protocols/ochp/ochp/abbreviations/abbreviations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Abbreviations

| Abbreviation | Meaning |
| :----------- | :--------------------------------------------- |
| CDR | Charge Detail Record |
| CH | Clearing House |
| CHS | Clearing House System |
| CMS | Charge Point Management System |
| Contract-ID | Contract (or Account) Identifier |
| CPO | Charge Point Operator |
| EMP | Electric Mobility Provider |
| EMT-ID | Electric Mobility Token Identifier |
| EV | Electrical Vehicle |
| EVCO-ID | Electrical Vehicle Contract Identifier |
| EVSE | Electrical Vehicle Supply Equipment |
| EVSE-ID | Electrical Vehicle Supply Equipment Identifier |
| EVSE-Op | EVSE Operator |
| EVSP | Electric Vehicle Service Provider |
| ID | Identifier |
| MDM | Master Data Management System |
| NSP | Navigation Service Provider |
| OCHP | Open Clearing House Protocol |
| PDU | Protocol Data Unit |
| PSM | Parking Spot Management System |
| PSO | Parking Spot Operator |
| RA | Roaming Authorisation |
| RFID | Radio-frequency identification |
| VAS | Value Added Service |
2 changes: 0 additions & 2 deletions site/docs/protocols/ochp/ochp/intro.md

This file was deleted.

38 changes: 38 additions & 0 deletions site/docs/protocols/ochp/ochp/ochp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
sidebar_position: 1
---
# OCHP

![Open Clearing House Protocol (OCHP)](../media/logo.png)

## Protocol Release Log

| Prot. Version | Date | Comment |
| :------------ | :--------- | :----------------------------------------------------------------------------------------------------------------------------------------- |
| 0.1 | 28-02-2012 | Concept, Functional specification |
| 0.2 | 21-05-2012 | VAS data added |
| 1.0 | 12-12-2013 | Use-case driven structure; Delta-Synchronization; Live-Authorization; CDR-Validation; Alignment to standardization and market development. |
| 1.2 | 17-06-2014 | Live Status Interface and further enhancements from market requirements. |
| 1.3 | 27-03-2015 | Bug fixes, further enhancements (power ratings, location types, time zones) |
| 1.4 | 15-08-2016 | Tariffs, CDR handling changes, new role: PSO, bug fixes, enhancements |

Copyright (c) 2012-2016 smartlab, elaad.nl

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files
(the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24 changes: 24 additions & 0 deletions site/docs/protocols/ochp/ochp/preface/conventions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
sidebar_position: 3
---
# Conventions

The key words *must*, *must not*, *required*, *shall*, *shall not*, *should*, *should not*, *recommended*, *may* and
*optional* in this document are to be interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119).

The cardinality is defined by the indicators _*_, *+*, *?* and *1*, where the last one is the default. The meaning and
mapping to XML syntax is as follows:

| Meaning | XML Schema | DTD |
| :----------- | :------------------------------------ | --- |
| At most one | `minOccurs="0" maxOccurs="1"` | ? |
| one or more | `minOccurs="1" maxOccurs="unbounded"` | + |
| zero or more | `minOccurs="0" maxOccurs="unbounded"` | * |
| exactly one | *(default)* | 1 |

For some data fields a [Regular Expression](http://en.wikipedia.org/wiki/Regular_expression) is provided as an
additional and very precise definition of the data format.

The character *>* in front of any data field indicates a choice of multiple possibilities.

The character *~* appended to any data field indicates the implementation as an XML attribute instead of an element.
8 changes: 8 additions & 0 deletions site/docs/protocols/ochp/ochp/preface/preface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar_position: 1
---
# Preface

This document defines a standard interface between different parties in the market of electric vehicle charging
infrastructure and a clearing house that provides a common data routing and exchange platform for all these market
shareholders.
10 changes: 10 additions & 0 deletions site/docs/protocols/ochp/ochp/preface/versioning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 2
---
# Document Versioning

The versions of this document refer to the non-functional or proposed enhancements and are not to be confused with the
derived protocol states labelled by the protocol version numeration. To illustrate this, the following figure shows the
development process of this protocol.

![Figure Protocol Versioning](../../media/ProtocolVersioning.png "Protocol Versioning")
12 changes: 12 additions & 0 deletions site/docs/protocols/ochp/ochp_direct/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"label": "OCHPdirect",
"collapsible": true,
"collapsed": true,
"link": {
"type": "generated-index",
"title": "OCHP - Open Clearing House Protocol (Direct Extension)"
},
"customProps": {
"description": "Open Clearing House Protocol direct"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4eeb234

Please sign in to comment.