13.1.34. Huawei_V100R023C10¶
Driver for the Huawei FusionCharge V100R023C10 DC Power Unit. Currently the driver only supports a single connector per dispenser (per host).
13.1.34.1. Module Configuration¶
ethernet_interface:string <optional>
default: “eth0”
Ethernet interface name to use for communication with the power supply.
psu_ip:string <optional>
default: “192.168.11.1”
IP address of the power supply.
psu_port:integer <optional>
default: 502
Modbus port of the power supply.
tls_enabled:boolean <optional>
default: False
Enable TLS encryption for the connection to the power supply.
If set to true, the psu_ca, the client_cert and client_key must be provided.
psu_ca_cert:string <optional>
default: “”
Path to the CA certificate file for the power supply.
If not provided, the connection will not be encrypted.
client_cert:string <optional>
default: “”
Path to the client certificate file for the power supply.
If not provided, the connection will not be encrypted.
client_key:string <optional>
default: “”
Path to the client key file for the power supply.
If not provided, the connection will not be encrypted.
module_placeholder_allocation_timeout_s:integer <optional>
default: 5
Timeout in seconds for the allocation of a module placeholder.
esn:string <optional>
default: “0000000000000000”
Electronic Serial Number of the dispenser.
Required to identify the dispenser in case there are multiple dispensers.
HACK_publish_requested_voltage_current:boolean <optional>
default: False
Just publish the requested voltage and current to the power supply.
This is a hack useful for testing in a SIL environment.
secure_goose:boolean <optional>
default: True
Enable secure GOOSE communication with the power supply.
If set to true, the goose_ca, the goose_client_cert and goose_client_key must be provided.
13.1.34.2. Provides¶
connector_1:power_supply_DC
Power supply interface for the first connector.
config:
global_connector_number:
description:Number of the connector.
Required to identify the connector.
type:integer
max_export_current_A:
description:Maximum current that the connector can deliver.
type:number
max_export_power_W:
description:Maximum power that the connector can deliver.
type:number
config:
global_connector_number:integer <required>
Number of the connector.
Required to identify the connector.
max_export_current_A:number <optional>
default: 0
Maximum current that the connector can deliver.
max_export_power_W:number <optional>
default: 0
Maximum power that the connector can deliver.
connector_2:power_supply_DC
Power supply interface for the second connector.
config:
global_connector_number:
description:Number of the connector.
Required to identify the connector.
type:integer
max_export_current_A:
description:Maximum current that the connector can deliver.
type:number
max_export_power_W:
description:Maximum power that the connector can deliver.
type:number
config:
global_connector_number:integer <optional>
default: -1
Number of the connector.
Required to identify the connector.
max_export_current_A:number <optional>
default: 0
Maximum current that the connector can deliver.
max_export_power_W:number <optional>
default: 0
Maximum power that the connector can deliver.
connector_3:power_supply_DC
Power supply interface for the third connector.
config:
global_connector_number:
description:Number of the connector.
Required to identify the connector.
type:integer
max_export_current_A:
description:Maximum current that the connector can deliver.
type:number
max_export_power_W:
description:Maximum power that the connector can deliver.
type:number
config:
global_connector_number:integer <optional>
default: -1
Number of the connector.
Required to identify the connector.
max_export_current_A:number <optional>
default: 0
Maximum current that the connector can deliver.
max_export_power_W:number <optional>
default: 0
Maximum power that the connector can deliver.
connector_4:power_supply_DC
Power supply interface for the fourth connector.
config:
global_connector_number:
description:Number of the connector.
Required to identify the connector.
type:integer
max_export_current_A:
description:Maximum current that the connector can deliver.
type:number
max_export_power_W:
description:Maximum power that the connector can deliver.
type:number
config:
global_connector_number:integer <optional>
default: -1
Number of the connector.
Required to identify the connector.
max_export_current_A:number <optional>
default: 0
Maximum current that the connector can deliver.
max_export_power_W:number <optional>
default: 0
Maximum power that the connector can deliver.
13.1.34.3. Requirements¶
board_support:evse_board_support 1..4
isolation_monitor:isolation_monitor 1..4
carside_powermeter:powermeter 0..4