Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to index.md #9

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 29 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ and battery peripherals. It is an alternative to Hoymiles Data Transfer Units
inverter with two DTUs. Mixing up multiple DTUs may lead to unexpected
behavior!

## Key Features

* Dynamic Power Limiter to adjust one inverter's limit dynamically
* Power Meter interface to read the household power consumption
* Victron VE.Direct interface to communicate with Victron charge controllers
* Battery interface (JK BMS, Pylontech, Victron SmartShunt) to know a battery's state
* AC charger interface to control a Huawei AC charger

## Key Features inherited from the upstream project

Expand All @@ -48,6 +42,35 @@ and battery peripherals. It is an alternative to Hoymiles Data Transfer Units
* Configuration management (export / import configurations)
* Dark Theme

## Key Features

* Dynamically adjusts one Hoymiles' production to match the currently used energy in the household
* Power Meter interface to read the household power consumption
* Victron VE.Direct interface to communicate with up to two Victron MPPT charge controllers
* Battery interface. Reads the SOC% for starting/stopping the power output and provide the battery data:
- via CAN bus (SN65HVD230 interface) for Pylontech/Pylontech compatible batteries
- via Victron SmartShunt (using Ve.Direct protocol)
- via Jikong (JK) BMS (using serial connection)
- via MQTT (Broker)
* Battery safety: Reads the voltage from Victron MPPT charge controller or from the Hoymiles DC inputs and starts/stops the power producing based on configurable voltage thresholds
* Battery lifespan efficiency: Reads the actual solar panel power produced by Victron MPPT and adjusts the Hoymiles production accordingly in order to not further charge the battery above a defined SOC%
* Voltage correction that takes the voltage drop because of the current output load into account
* AC charger interface to control a 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 MCP2515/TJA1050 interface
* Examples (illustrative)
* Zero feed-in (in German: Nulleinspeisung)
![Logo](assets/images/Home/Schematic_Nulleinspeisung.png)

* With Battery and DC charging via (up to two) Victron MPPT and (optional) Victron SmartShunt. *Note: Due to the limitation of most ESP32 boards, you can only use two 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.*
![Logo](assets/images/Home/Schematic_howtochargeaSystemwithVICTRON+SHUNT+Battery.png)

* With Pylontech Battery and DC charging via (up to two) Victron MPPT
![Logo](assets/images/Home/Schematic_howtochargeaSystemwithVICTRON+Pylon.png)

* With Battery and AC charging via Huawei Rectifier (using the Huawei AC charger in combination with the CMT2300A radio board for HMT- HMS- Inverters is not supported at the moment)
![Logo](assets/images/Home/Schematic_howtochargeaSystemwithHuaweiR4850.png)



## Features for developers

* The microcontroller part
Expand Down
Loading