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,30 @@
description: >-
Provides a charger information interface, backed by simple KVS interface.
With the optional dependency to another charger information node, it is possible to chain
multiple sources of information.
config:
firmware_version_file:
description: >-
Sometimes the firmware version cannot be retrieved from the key-value interface.
Then it is possible to provide the firmware version string from a simple text file
in the filesystem. The first line of this file is used as-is, the remaining file content
is ignored.
Give the full path to the file which contains the firmware version string.
type: string
provides:
main:
interface: charger_information
description: Provides the charger information interface
requires:
kvs:
interface: kvs
min_connections: 1
max_connections: 10
charger_information:
interface: charger_information
min_connections: 0
max_connections: 1
metadata:
license: https://opensource.org/licenses/Apache-2.0
authors:
- Michael Heimpold