EV Expert EVECUBE
Requires HTTP API access.
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 Hostname or IP address | optional | |
user | Username Username for admin API | optional | |
password | Password Password for admin API | optional | |
connector | Connector number Connector number (1-4) | 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: evecube host: 192.168.1.100 # IP address or hostname, Hostname or IP address user: admin # Username, Username for admin API (optional) password: # Password, Password for admin API (optional) connector: 1 # Connector number, Connector number (1-4) (optional)