Tobi177 / venus-chargerybms

Driver to embed the Chargery BMS to a Venus OS device
MIT License
32 stars 7 forks source link

License

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:

Overview ChargeryBMS ChargeryBMS Voltages ChargeryBMS Impedances

Requirements

Installation without Venus OS support

Installation Venus OS

Command Line Parameters

usage: chargerybms.py [-h] [--version] [--debug] [--test] [--victron] -d
                      DEVICE

Chargery BMS driver

optional arguments:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  --debug               enable debug logging
  --test                test some stored examples network packets
  --victron             enable Victron DBUS support for VenusOS

required arguments:
  -d DEVICE, --device DEVICE
                        serial device for data (eg /dev/ttyUSB0)

Notes