mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Update README.md
This commit is contained in:
parent
8a40c9467c
commit
99d2b2cc02
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -1,8 +1,10 @@
|
||||||
# BYD-Battery-Emulator-For-Gen24
|
# BYD-Battery-Emulator-For-Gen24
|
||||||
This software converts the LEAF CAN into Modbus RTU registers understood by solar inverters that take the BYD 11kWh HVM battery
|
This software converts the LEAF CAN into Modbus RTU registers understood by solar inverters that accept the BYD 11kWh HVM battery
|
||||||
|
|
||||||
## Hardware requirements
|
## Hardware requirements
|
||||||
This code fits on the LilyGo ESP32 T-CAN485 devboard , see https://github.com/Xinyuan-LilyGO/T-CAN485
|
This code fits on the LilyGo ESP32 T-CAN485 devboard , see https://github.com/Xinyuan-LilyGO/T-CAN485
|
||||||
|
You will also need a Nissan LEAF battery, any model year will do
|
||||||
|
Finally, you will need a hybrid solar inverter that accepts the BYD battery communication standard, for example the Fronius Gen24
|
||||||
|
|
||||||
## Installation basics
|
## Installation basics
|
||||||
1. Connect one end of the LilyGo RS485 to the Gen24 Modbus
|
1. Connect one end of the LilyGo RS485 to the Gen24 Modbus
|
||||||
|
@ -16,6 +18,12 @@ This code fits on the LilyGo ESP32 T-CAN485 devboard , see https://github.com/Xi
|
||||||
Here's how to wire up the communication between the components.
|
Here's how to wire up the communication between the components.
|
||||||

|

|
||||||
|
|
||||||
|
Here's how to connect the high voltage lines
|
||||||
|

|
||||||
|
|
||||||
|
Here's how to wire up battery low voltage wiring
|
||||||
|

|
||||||
|
|
||||||
## How to compile the software
|
## How to compile the software
|
||||||
1. Download the Arduino IDE: https://www.arduino.cc/en/software
|
1. Download the Arduino IDE: https://www.arduino.cc/en/software
|
||||||
2. When the Arduino IDE has been started;
|
2. When the Arduino IDE has been started;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue