diff --git a/README.MD b/README.MD index baf291d..12272a5 100644 --- a/README.MD +++ b/README.MD @@ -4,7 +4,7 @@ # Description -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: +This project embeds the Chargery BMS to a Victron Energy 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) @@ -21,7 +21,9 @@ This project embeds the Chargery BMS to a Victron Enegery Venus OS device to mon - TBD # Notes +- Proof-of-Concept style - 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 +- The devices are "hard-coded" at the qml files, must be adapted (VE.direct devices, etc)