-
Notifications
You must be signed in to change notification settings - Fork 12
Inverter Configuration
Matthias Strubel edited this page May 13, 2025
·
7 revisions
This is the uppler limit to charge the battery from grid. Value is WATT. This value should not be above the limit of your inverter.
Default:
max_grid_charge_rate: 5000
This limits the used amount of PV to charge the battery. Value is WATT.
With adding # in front of the value, this limit is not set and will push all PV into the battery.
Default:
#max_pv_charge_rate: 3000 (Disabled)
This enables the Fronius GEN24 inverter.
inverter:
type: fronius_gen24 #currently only fronius_gen24 supported
address: 192.168.0.XX # the local IP of your inverter. needs to be reachable from the machine that runs batcontrol
user: customer #customer or technician lowercase only!!
password: YOUR-PASSWORD #
max_grid_charge_rate: 5000 # Watt
This option is for testing purposes only
*** Sample needs to be added ***