E3/DC Multi Connect II Wallbox
Username and password are identical to Web Portal or My E3/DC App access. Key (=RSCP-Password) must be set in the E3/DC system at Personalize/User Profile.
For phase switching, "Automatic phase switching" must be disabled in E3DC dashboard.
Supported features
- RFID: Integrated RFID card reader for vehicle identification.
- 1P/3P: Automatic phase switching. Useful for solar surplus charging.
- Built-in meter: Support for an integrated meter. Availability may vary between models.
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
host | IP address or hostname | optional | |
user | E3DC portal username e.g. email address, user id, etc. | optional | |
password | E3DC portal password Service account password | optional | |
key | RSCP password Must be set on the screen of your E3/DC system at 'Personalize' > 'User Profile'. | optional | |
port | Port | optional | |
id | Wallbox index (0 for first wallbox) | 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: e3dc-rscp host: 192.0.2.2 # IP address or hostname user: # E3DC portal username, e.g. email address, user id, etc. password: # E3DC portal password, Service account password key: # RSCP password, Must be set on the screen of your E3/DC system at 'Personalize' > 'User Profile'. port: 5033 # Port, optional id: 0 # Wallbox index (0 for first wallbox), optional