Skip to content
EN | DE

TinkerForge WARP2 Smart + Energy Manager

Firmware v2 required. 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

NameDescriptionValueLevel
uriURI

HTTP(S) address

optional
userUsername

e.g. email address, user id, etc.

optional
passwordPassword

Service account password

optional
energyManagerUriEnergy Manager URI

HTTP(S) address of the WARP Energy Manager

optional
energyManagerUserEnergy Manager Username

e.g. email address, user id, etc.

optional
energyManagerPasswordEnergy Manager Passwordoptional
energyMeterIndexEnergy Meter Index

Index of the meter configured in the WARP charger whose values should be used.

Default: 0
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-warp2-em-ws
uri: # URI, HTTP(S) address
user: # Username, e.g. email address, user id, etc. (optional)
password: # Password, Service account password (optional)
energyManagerUri: # Energy Manager URI, HTTP(S) address of the WARP Energy Manager (optional)
energyManagerUser: # Energy Manager Username, e.g. email address, user id, etc. (optional)
energyManagerPassword: # Energy Manager Password, optional
energyMeterIndex: 0 # Energy Meter Index, Index of the meter configured in the WARP charger whose values should be used. (optional)