Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter

- CitrineOS core extracted (CSMS OCPP 2.0.1)
- OpenOCPP extracted (firmware OCPP 1.6J/2.0.1)
- ShapeShifter library installed (pip install -e)
- ShapeShifter specification extracted
- EVerest extracted

TODO updated with progress
This commit is contained in:
Eric F
2026-06-08 00:38:27 -04:00
parent 468cfeaa50
commit d398a6ced2
7326 changed files with 1177561 additions and 7 deletions

View File

@@ -0,0 +1,38 @@
description: >-
Dummy token provider that listens to AuthRequired event from evse_manager and then publishes one token
provides:
main:
description: Main implementation of dummy token provider always returning one configured token
interface: auth_token_provider
config:
token:
description: Dummy token string to return
type: string
minLength: 1
maxLength: 20
default: DEADBEEF
type:
description: Type to report for our dummy token
type: string
minLength: 2
maxLength: 32
default: RFID
timeout:
description: Time our dummy token is valid (in s)
type: number
minimum: 0
maximum: 120
default: 10
connector_id:
description: If >0, the generated token is only valid for this connector_id
type: integer
minimum: 0
default: 0
requires:
evse:
interface: evse_manager
metadata:
license: https://opensource.org/licenses/Apache-2.0
authors:
- Thilo Molitor
- Cornelius Claussen