.. _everest_modules_Huawei_V100R023C10: ################## Huawei_V100R023C10 ################## | Driver for the Huawei FusionCharge V100R023C10 DC Power Unit. Currently the driver only supports a single connector per dispenser (per host). ******************** Module Configuration ******************** | **ethernet_interface**:*string* | *default: "eth0"* | Ethernet interface name to use for communication with the power supply. | **psu_ip**:*string* | *default: "192.168.11.1"* | IP address of the power supply. | **psu_port**:*integer* | *default: 502* | Modbus port of the power supply. | **tls_enabled**:*boolean* | *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* | *default: ""* | Path to the CA certificate file for the power supply. | If not provided, the connection will not be encrypted. | | **client_cert**:*string* | *default: ""* | Path to the client certificate file for the power supply. | If not provided, the connection will not be encrypted. | | **client_key**:*string* | *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* | *default: 5* | Timeout in seconds for the allocation of a module placeholder. | | **esn**:*string* | *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* | *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* | *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. | ******** Provides ******** | **connector_1**::ref:`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* | Number of the connector. | Required to identify the connector. | | **max_export_current_A**:*number* | *default: 0* | Maximum current that the connector can deliver. | **max_export_power_W**:*number* | *default: 0* | Maximum power that the connector can deliver. | **connector_2**::ref:`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* | *default: -1* | Number of the connector. | Required to identify the connector. | | **max_export_current_A**:*number* | *default: 0* | Maximum current that the connector can deliver. | **max_export_power_W**:*number* | *default: 0* | Maximum power that the connector can deliver. | **connector_3**::ref:`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* | *default: -1* | Number of the connector. | Required to identify the connector. | | **max_export_current_A**:*number* | *default: 0* | Maximum current that the connector can deliver. | **max_export_power_W**:*number* | *default: 0* | Maximum power that the connector can deliver. | **connector_4**::ref:`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* | *default: -1* | Number of the connector. | Required to identify the connector. | | **max_export_current_A**:*number* | *default: 0* | Maximum current that the connector can deliver. | **max_export_power_W**:*number* | *default: 0* | Maximum power that the connector can deliver. ************ Requirements ************ | **board_support**::ref:`evse_board_support ` 1..4 | **isolation_monitor**::ref:`isolation_monitor ` 1..4 | **carside_powermeter**::ref:`powermeter ` 0..4 ******** Metadata ******** Authors ======= | Frickly Systems GmbH | Fabian Gajek | Mark Oude Elberink | Cornelius Claussen License ======= | https://opensource.org/licenses/Apache-2.0