Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tertiush authored Feb 25, 2024
1 parent 9412a90 commit 1516414
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ Many brands using the PACE BMS, including:
* SOK 48V (100Ah)
* YouthPower Rack Module 48V 100AH 4U-5U Lifepo4
* Allith 10kW LifePo4
* Joyvoit BW5KW
* etc.......

If your ports look something like this, its likely a PACE BMS:

![PACE BMS Ports](https://github.com/Tertiush/bmspace/blob/main/pace-bms-ports.png?raw=true)

## 3. Configuring
**Currently the DEV version is the most capable, and should work for most.**
### 3.1 Manually
Install the pre-requisites as per requirements.txt. Then edit the config.yaml file to suit your needs and run the script bms.py
NB: Tested with Python 3.9. Should work on later version as well.
Expand All @@ -41,6 +43,8 @@ All configuration options are available from within Home Assistant.
### 3.3 Notes on configuration options
* **debug_output**: Options are 0 for minimal, 1 for minor errors such as checksums, 2-3 for more severe debug logs.
* **force_pack_offset**: This is currently available in the development version. This offset is used to force a defined offset between the data read from **multiple packs**. If you have more than one pack and only the first is read successfully, you can force an offset here to get subsequent packs to read in successfully. Default is 0, multiple of 2 (e.g. 2, 4, 6....) may work. As large as 20 has been used in one instance.
* **zero_pad_number_cells**: Adds leading 0's to the cell voltages, forcing then to display sequential in some dasboarding tools. E.g. setting this to 2 will display voltages as cell_01 rahter than cell_1.
* **zero_pad_number_packs**: Same as for _cells padding above.

## 4. RJ11 Interface (Typical, confirm your own model!)

Expand Down

0 comments on commit 1516414

Please sign in to comment.