Skip to content
EN | DE

NRGkick Gen2

Supported features

  • mA regulation: Finer charging current regulation (mA instead of A) for better solar surplus use.
  • 1P/3P: Automatic phase switching. Useful for solar surplus charging.
  • Built-in meter: Support for an integrated meter. Availability may vary between models.

Parameters

NameDescriptionValueLevel
idModbus ID
Default: 1
intrequired
hostIP address or hostname
Example: 192.0.2.2
required
portPort
Default: 502
intrequired
phases1p3pPhase Switching enabled

Extended feature "Phase Switching" must be activated in the NRGKick app.

Default: false
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: nrggen2
# Modbus TCP
modbus: tcpip
id: 1
host: # Hostname
port: 502 # Port
phases1p3p: false # Phase Switching enabled, Extended feature "Phase Switching" must be activated in the NRGKick app. (optional)