magpern / venus-chargerybms

MIT License
7 stars 1 forks source link

License

Thanks a lot

Inspired by @Tobi177 : [https://github.com/Tobi177/venus-chargerybms]. He created a driver for a chargery BMS and made it available and thus provided a very good example of how to create such a driver Many Thanks!

Deviation from original code

Description

The serial driver receives data from the Chargery BMS and can be used with Venus OS. The serial driver is coded in Python and grabs the data form the RS232 USB interface every second. Example Images:

ChargeryBMS ChargeryBMS Voltages ChargeryBMS Impedances

Requirements

Installation on Venus OS

If you encounter problems running the install.sh, like bad line breaks (edited file on windows) you can clean the file with this command

sed -i -e 's/\r$//' install.sh

Notes