Skip to content
Manos1966 edited this page Sep 16, 2024 · 65 revisions

OpenDTU-OnBattery

OpenDTU-OnBattery is a fork of OpenDTU by Thomas Basler (tbnobody).
The main idea behind this project is to limit the amount of unused solar energy from small solar installations (in German "Balkonkraftwerke") that is otherwise injected into the electricity network without the user receiving any money.
Instead of giving it away, this unused solar energy can now be stored into a battery for later use.
OpenDTU-OnBattery supports a multitude of battery/battery-charger combinations, always using the HOYMILES inverter series for electricity production.

The canonical documentation of OpenDTU-OnBattery is hosted at https://opendtu-onbattery.net.

This community-driven Wiki may contain additional helpful information.

Examples

(illustrative, in reality all inverter Inputs must be connected to the battery)

Zero feed-in (in German: Nulleinspeisung)

Schematic - Nulleinspeisung

With Battery and DC charging via (up to two/three) Victron MPPT
Note: Due to the limitation of most ESP32 boards, you can only use two out of three Victron units, i.e. two Victron MPPTs or one Victron MPPT and a Victron SmartShunt. You can not use two Victron MPPTs and a Victron SmartShunt at the same time. Using a second MPPT will also conflict with the SDM powermeter.
On ESP32-S3-USB boards you can use up to three Victron MPPTs. If three MPPTs are defined in the pin mapping, you will not be able to use the SmartShunt and JK BMS battery interfaces.

Schematic - how to charge a System with VICTRON+Battery

With Battery and DC charging via (up to two) Victron MPPT and (optional) Victron SmartShunt (see conditions mentioned above)
Schematic - how to charge a System with VICTRON+SHUNT+Battery

With JK BMS, Battery and DC charging via (up to two) Victron MPPT
Schematic - how to charge a System with VICTRON+JK_BMS+Battery

With Pylontech Battery and DC charging via (up to two) Victron MPPT

Schematic - how to charge a System with VICTRON+Pylon

With Battery and AC charging via Huawei Rectifier
using the Huawei AC charger in combination with the CMT2300A radio board for HMT- and HMS-inverters is supported as of Firmware Version 2024.09.11
Schematic - how to charge a System with HuaweiR4850

Clone this wiki locally