Skip to content
EN | DE

GoodWe ET/EH/BT/BH Hybrid Inverter (WiFi)

This page shows the nightly version. Switch to the release version.

Supported features

  • Battery control: External control of home battery charging and discharging via evcc.

Usage areas

  • Grid meter
  • Solar production
  • Battery

Parameters

NameDescriptionValueLevel
hostIP address or hostname
Example: 192.0.2.2
optional
capacity [kWh]Battery capacity
Example: 50
optional
minsoc [%]Minimum charge

Lower limit when discharging the battery in normal operation

Default: 10
Example: 25
optional
maxsoc [%]Maximum charge

Upper limit when charging the battery from the grid

Default: 100
Example: 95
optional
delayDelay
Default: 0.1s
advanced
maxchargepower [W]Maximum charge power

For forced charging of the battery.

Default: 10000
advanced
maxdischargepower [W]Maximum discharge power

Maximum discharge power of the storage.

Default: 10000
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_grid
type: template
template: goodwe-wifi-et
usage: grid
host: 192.0.2.2 # IP address or hostname
delay: 0.1s # Delay, optional
meters:
- name: my_pv
type: template
template: goodwe-wifi-et
usage: pv
host: 192.0.2.2 # IP address or hostname
delay: 0.1s # Delay, optional
meters:
- name: my_battery
type: template
template: goodwe-wifi-et
usage: battery
host: 192.0.2.2 # IP address or hostname
capacity: 50 # Battery capacity (kWh), optional
minsoc: 10 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
maxsoc: 100 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
delay: 0.1s # Delay, optional
maxchargepower: 10000 # Maximum charge power (W), For forced charging of the battery. (optional)
maxdischargepower: 10000 # Maximum discharge power (W), Maximum discharge power of the storage. (optional)