Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 842 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 842 Bytes

VenusOS driver for the BSC (Battery safety controller)

Driver to display additional data of the BSC in VictronOS.
The prerequisite is a CAN connection between the BSC and the VenusOS.

The following data is displayed under 'BSC Details':

  • Temperatures of the 64 OneWire sensors-
  • Cell voltages of all BMSs (7x Bluetooth, 11x serial)
  • FET state of the BMSs
  • Balance state + current of the BMSs

Installation

The large image is required to install the driver!

wget https://github.com/shining-man/dbus-bsc-can/archive/main.zip
unzip main.zip
chmod 755 dbus-bsc-can-main/install.sh
./dbus-bsc-can-main/install.sh

Edit the CAN device name

nano /data/dbus-bsc-can/config.ini 

Note

When using with a VenusOS v3.1, use this fork: https://github.com/oezyurt/dbus-bsc-can/tree/VenusOS3.1