Skip to content
EN | DE

Zendure Hyper 2000

Usage areas

  • Solar production
  • Battery

Parameters

NameDescriptionValueLevel
accountAccount ID
Example: dev@zendure.com
optional
serialSerial

You can find this in the Zendure App in the settings of the device

Example: VU5D99F74021B04
optional
regionRegion
Default: EU
optional
minsoc [%]Minimum charge

Lower limit when discharging the battery in normal operation

Example: 25
optional
maxsoc [%]Maximum charge

Upper limit when charging the battery from the grid

Example: 95
optional
timeoutTimeout
Example: 10s
optional
capacity [kWh]Battery capacity
Default: 2
Example: 50
advanced
maxchargepower [W]Maximum charge power

For forced charging of the battery.

Default: 1200
advanced
maxdischargepower [W]Maximum discharge power

Maximum discharge power of the storage.

Default: 800
advanced
Configuration example for evcc.yaml

If you don't want to configure via the UI, you can alternatively use this YAML block.

meters:
- name: my_pv
type: template
template: zendure-hyper
usage: pv
account: dev@zendure.com # Account ID
serial: VU5D99F74021B04 # Serial, You can find this in the Zendure App in the settings of the device
region: EU # Region, [EU, Global]
timeout: 10s # Timeout, optional
meters:
- name: my_battery
type: template
template: zendure-hyper
usage: battery
account: dev@zendure.com # Account ID
serial: VU5D99F74021B04 # Serial, You can find this in the Zendure App in the settings of the device
region: EU # Region, [EU, Global]
minsoc: 25 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
maxsoc: 95 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
timeout: 10s # Timeout, optional
capacity: 2 # Battery capacity (kWh), optional
maxchargepower: 1200 # Maximum charge power (W), For forced charging of the battery. (optional)
maxdischargepower: 800 # Maximum discharge power (W), Maximum discharge power of the storage. (optional)