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:
@@ -0,0 +1,45 @@
|
||||
description: Board support package module for the AD-ACEVSE22KWZ-KIT reference design
|
||||
config:
|
||||
serial_port:
|
||||
description: Serial port the AD-ACEVSE22KWZ-KIT is connected to
|
||||
type: string
|
||||
default: /dev/ttyUSB0
|
||||
baud_rate:
|
||||
description: Serial baud rate to use when communicating with the AD-ACEVSE22KWZ-KIT
|
||||
type: integer
|
||||
minimum: 9600
|
||||
maximum: 230400
|
||||
default: 115200
|
||||
reset_gpio_chip:
|
||||
description: >-
|
||||
Reset GPIO chip to use to HW reset the AD-ACEVSE22KWZ-KIT. If set to empty string, it is disabled.
|
||||
type: string
|
||||
default: 'gpiochip0'
|
||||
reset_gpio:
|
||||
description: GPIO line to use to reset AD-ACEVSE22KWZ-KIT
|
||||
type: integer
|
||||
default: 27
|
||||
caps_min_current_A:
|
||||
description: Minimal current on AC side. For AC this is typically 6, but for HLC this can be less. -1 means use limit reported by HW.
|
||||
type: integer
|
||||
default: -1
|
||||
caps_max_current_A:
|
||||
description: Maximum current on AC side. For AC this is typically 16 or 32, but for HLC this can be less. -1 means use limit reported by HW.
|
||||
type: integer
|
||||
default: -1
|
||||
provides:
|
||||
powermeter:
|
||||
interface: powermeter
|
||||
description: provides the AD-ACEVSE22KWZ-KIT Internal Power Meter
|
||||
board_support:
|
||||
interface: evse_board_support
|
||||
description: provides the board support Interface to low level control control pilot, relais, motor lock
|
||||
enable_telemetry: true
|
||||
metadata:
|
||||
license: https://opensource.org/licenses/Apache-2.0
|
||||
authors:
|
||||
- Cornelius Claussen
|
||||
- Kai-Uwe Hermann
|
||||
- Thilo Molitor
|
||||
- Anton Wöllert
|
||||
- Ryan Wiebe
|
||||
Reference in New Issue
Block a user