From 0a134626a50fb34a24633df93f4e91b9d32abdfb Mon Sep 17 00:00:00 2001 From: Tobi177 <63124362+Tobi177@users.noreply.github.com> Date: Fri, 3 Apr 2020 23:27:28 +0200 Subject: [PATCH 1/2] Update README.MD first very limited readme to get a start --- README.MD | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/README.MD b/README.MD index 41eb443..0eb8e2a 100644 --- a/README.MD +++ b/README.MD @@ -1,18 +1,27 @@ - 1. License -========================= + # License + - MIT License + - Use this project at your own risk - 2. Description -========================= + # Description + +This project embeds the Chargery BMS to a Vcitron Enegery Venus OS device to monitor the battery cells. Examples: ![Overview](https://raw.githubusercontent.com/Tobi177/venus-chargerybms/master/examples/overview.png) ![ChargeryBMS](https://raw.githubusercontent.com/Tobi177/venus-chargerybms/master/examples/chargerybms.png) ![ChargeryBMS Cells](https://raw.githubusercontent.com/Tobi177/venus-chargerybms/master/examples/chargerybmscells.png) +# Requirements - 3. Requirements -========================= + - Chargery BMS + - Venus OS device + - FTDI Adapter FT232RL USB TTL Serial (IMPORTANT: Must be flashed with FT_PROG software to invert tx mode) + - ... +# Installation + - TBD - 4. Installation -========================= +# Notes +- Only the Chargery BMS16T is currently supported. However the sources can very easily be changed to support BMS8T and BMS24T as well. +- No multiple languages +- No scripts to resetup the changes automatically on update of Venus OS From 51afe899e01533dbb50f7ac953e8ff7fcebe1e30 Mon Sep 17 00:00:00 2001 From: Tobi177 <63124362+Tobi177@users.noreply.github.com> Date: Fri, 3 Apr 2020 23:30:19 +0200 Subject: [PATCH 2/2] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 0eb8e2a..baf291d 100644 --- a/README.MD +++ b/README.MD @@ -4,7 +4,7 @@ # Description -This project embeds the Chargery BMS to a Vcitron Enegery Venus OS device to monitor the battery cells. Examples: +This project embeds the Chargery BMS to a Victron Enegery Venus OS device to monitor the battery. The serial driver is coded in Python and grabs the data form the RS232 USB interface every second. Example Images: ![Overview](https://raw.githubusercontent.com/Tobi177/venus-chargerybms/master/examples/overview.png) ![ChargeryBMS](https://raw.githubusercontent.com/Tobi177/venus-chargerybms/master/examples/chargerybms.png)