TinkerForge WARP3 Pro
If necessary, WARP's own automatic phase switching will be deactivated by EVCC when connecting to the wallbox. See docs.warp-charger.com.
Supported features
- mA regulation: Finer charging current regulation (mA instead of A) for better solar surplus use.
- RFID: Integrated RFID card reader for vehicle identification.
- 1P/3P: Automatic phase switching. Useful for solar surplus charging.
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
uri | URI HTTP(S) address | optional | |
user | Username e.g. email address, user id, etc. | optional | |
password | Password Service account password | optional | |
energyMeterIndex | Energy Meter Index Index of the meter configured in the WARP charger whose values should be used. | 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: tinkerforge-warp-ws uri: # URI, HTTP(S) address user: # Username, e.g. email address, user id, etc. (optional) password: # Password, Service account password (optional) energyMeterIndex: 0 # Energy Meter Index, Index of the meter configured in the WARP charger whose values should be used. (optional)