Skip to content
EN | DE

ChargeX Connect

ChargeX wallboxes with Modbus TCP support (firmware 1.0+). Modbus TCP must be enabled by ChargeX support team. The wallbox is controlled via power (watts) instead of current (amperes).

Supported features

  • mA regulation: Finer charging current regulation (mA instead of A) for better solar surplus use.
  • Built-in meter: Support for an integrated meter. Availability may vary between models.

Parameters

NameDescriptionValueLevel
idModbus ID
Default: 1
intrequired
hostIP address or hostname
Example: 192.0.2.2
required
portPort
Default: 502
intrequired
connectorConnector number

For multi-connector stations. Numbering starts at 1.

Default: 1
advanced
Configuration example for evcc.yaml

If you don't want to configure via the UI, you can alternatively use this YAML block.

chargers:
- name: my_charger
type: template
template: chargex
# Modbus TCP
modbus: tcpip
id: 10
host: # Hostname
port: 1502 # Port
connector: 1 # Connector number, For multi-connector stations. Numbering starts at 1. (optional)