Phoenix Contact CHARX
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
id | Modbus ID | int | required |
host | IP address or hostname | required | |
port | Port | int | required |
connector | Connector number For multi-connector stations. Numbering starts at 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: phoenix-charx
# Modbus TCP modbus: tcpip id: 255 host: # Hostname port: 502 # Port connector: 1 # Connector number, For multi-connector stations. Numbering starts at 1. (optional)