Software for ESP32 to talk to Hoymiles/TSUN/Solenso Inverters
Go to file
2024-01-07 10:30:12 +01:00
.github merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
.vscode merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
docs merge v23.12.31 2024-01-01 14:50:51 +01:00
include Better handling of out of memory situations in live data websocket (onBattery) 2024-01-06 22:42:34 +01:00
lib use frozen::string and frozen::map where reasonable (#593) 2024-01-04 23:28:34 +01:00
patches/esp32c3 Added functionality to apply custom patch files during building 2023-04-20 23:13:18 +02:00
pio-scripts dummy commit to check system info 2023-08-10 16:40:17 +02:00
src Prevent config corruption by checking whether memory allocation was successfull. (onBattery) 2024-01-07 10:30:12 +01:00
test Initial commit 2022-04-09 11:05:14 +02:00
webapp webapp: update dependencies 2024-01-05 22:04:54 +01:00
webapp_dist add webapp 2024-01-05 23:03:09 +01:00
.DS_Store First version 2022-08-11 17:26:00 +02:00
.gitignore Add new log location to .gitignore 2023-05-19 18:21:07 +02:00
COPYING Updated license file to match right phrase 2022-07-15 19:35:08 +02:00
LICENSE Change License to GPLv2 as the RF24 lib uses GPL-2.0-only 2022-07-15 18:05:58 +02:00
partitions_custom.csv BREAKING CHANGE: Updated partition table: Make sure you have a configuration backup and completly reflash the device! 2023-03-15 20:39:32 +01:00
platformio_override.ini Merge branch 'pr/MalteSchm/144' into development 2023-03-27 22:16:53 +02:00
platformio.ini Fix: define _TASK_THREAD_SAFE for TaskScheduler 2024-01-05 21:55:15 +01:00
README_onBattery.md remove description of DPL from README (#588) 2024-01-04 15:17:43 +01:00
README.md Replace Readme with wiki home page 2023-07-24 13:02:12 +02:00

OpenDTU-onBattery

This is a fork from the Hoymiles project OpenDTU.

GitHub tag (latest SemVer)

OpenDTU-onBattery Build cpplint Yarn Linting

What is OpenDTU-onBattery

OpenDTU-onBattery is an extension of the original OpenDTU to support battery chargers, battery management systems (BMS) and power meters on a single esp32. With the help of a dynamic power limiter, the power production can be adjusted to the actual consumption. In this way, it is possible to come as close as possible to the goal of zero feed-in.

History of the project

The original OpenDTU project was started from this discussion (Mikrocontroller.net). It was the goal to replace the original Hoymiles DTU (Telemetry Gateway) with their cloud access. With a lot of reverse engineering the Hoymiles protocol was decrypted and analyzed.

Summer 2022 I bought my Victron MPPT battery charger, and didn't like the idea to set up a separate esp32 to recieve the charger data. I decided to fork OpenDTU and extend it with battery charger support and a dynamic power limitter to my own needs. Hoping someone can make use of it.

Highlights of OpenDTU-onBattery

This project is still under development and adds following features:

Warning

In contrast to the original openDTU, with release 2023.05.23.post1 openDTU-onBattery supports only 5 inverters. Otherwise, there is not enough memory for the liveData view.

  • Support Victron's Ve.Direct protocol on the same chip (cable based serial interface!). Additional information about Ve.direct can be downloaded directly from Victron's website.
  • Dynamically sets the Hoymiles power limited according to the currently used energy in the household. Needs an HTTP JSON based power meter (e.g. Tasmota), an MQTT based power meter like Shelly 3EM or an SDM power meter.
  • Battery support: Read the voltage from Victron MPPT charge controller or from the Hoymiles DC inputs and starts/stops the power producing based on configurable voltage thresholds
  • Voltage correction that takes the voltage drop because of the current output load into account (not 100% reliable calculation)
  • Can read the current solar panel power from the Victron MPPT and adjust the limiter accordingly to not save energy in the battery (for increased system efficiency). Increases the battery lifespan and reduces energy loses.
  • Settings can be configured in the UI
  • Pylontech Battery support (via CAN bus interface). Use the SOC for starting/stopping the power output and provide the battery data via MQTT (autodiscovery for home assistant is currently not supported). Pin Mapping is supported (default RX PIN 27, TX PIN 26). Actual no live view support for Pylontech Battery.
  • Huawei R4850G2 power supply unit that can act as AC charger. Supports status shown on the web interface and options to set voltage and current limits on the web interface and via MQTT. Connection is done using CAN bus (needs to be separate from Pylontech CAN bus) via SN65HVD230 interface.

Documentation

Full documentation of OpenDTU-onBattery extensions can be found at the project's wiki.

For documentation of openDTU core functionality I refer to the original repo and its wiki.

Please note that openDTU-onBattery may change significantly during its development. Bug reports, comments, feature requests and fixes are most welcome!

To find out what's new or improved have a look at the changelog.

Acknowledgment

A special Thank to Thomas Basler (tbnobody) the author of the original OpenDTU project. You are doing a great job!

Last but not least, I would like to thank all the contributors. With your ideas and enhancements, you have made OpenDTU-onBattery much more than I originally had in mind.