- 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
64 lines
1.8 KiB
YAML
64 lines
1.8 KiB
YAML
description: This defines the board support package for the EV side
|
|
cmds:
|
|
enable:
|
|
description: Enable/disable the simulation
|
|
arguments:
|
|
value:
|
|
description: true to enable, false to disable
|
|
type: boolean
|
|
set_cp_state:
|
|
description: Sets the CP State that should be set by the EV board support driver (controlled by S2)
|
|
arguments:
|
|
cp_state:
|
|
description: The CP State
|
|
type: string
|
|
$ref: /ev_board_support#/EvCpState
|
|
allow_power_on:
|
|
description: >-
|
|
Sets allow_power_on flag. If false, contactor must never be switched on.
|
|
arguments:
|
|
value:
|
|
description: 'True: allow power on, false: do not allow power on.'
|
|
type: boolean
|
|
diode_fail:
|
|
description: Setting a diode failure
|
|
arguments:
|
|
value:
|
|
description: "True: diode failure"
|
|
type: boolean
|
|
set_ac_max_current:
|
|
description: Setting the max current requested from the ev
|
|
arguments:
|
|
current:
|
|
description: Max current requested from the ev
|
|
type: number
|
|
set_three_phases:
|
|
description: Setting three or one phase support
|
|
arguments:
|
|
three_phases:
|
|
description: "True: Three phase support, False: One phase support"
|
|
type: boolean
|
|
set_rcd_error:
|
|
description: Setting a rcd error. Only for simulation purpose.
|
|
arguments:
|
|
rcd_current_mA:
|
|
description: RCD current in mA
|
|
type: number
|
|
vars:
|
|
bsp_event:
|
|
description: >-
|
|
Events from CP/Relais
|
|
type: object
|
|
$ref: /board_support_common#/BspEvent
|
|
bsp_measurement:
|
|
description: >-
|
|
BSP Measurements
|
|
type: object
|
|
$ref: /board_support_common#/BspMeasurement
|
|
ev_info:
|
|
description: More details about the EV if available
|
|
type: object
|
|
$ref: /evse_manager#/EVInfo
|
|
errors:
|
|
- reference: /errors/generic
|