Zendure Hyper 2000
Usage areas
- Solar production
- Battery
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
account | Account ID | optional | |
serial | Serial You can find this in the Zendure App in the settings of the device | optional | |
region | Region | optional | |
minsoc [%] | Minimum charge Lower limit when discharging the battery in normal operation | optional | |
maxsoc [%] | Maximum charge Upper limit when charging the battery from the grid | optional | |
timeout | Timeout | optional | |
capacity [kWh] | Battery capacity | advanced | |
maxchargepower [W] | Maximum charge power For forced charging of the battery. | advanced | |
maxdischargepower [W] | Maximum discharge power Maximum discharge power of the storage. | 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, optionalmeters: - 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)