Cellpower BMS - dalathegreat/Battery-Emulator GitHub Wiki
Cellpower support
The Battery-Emulator has support for Cellpower BMS, used on Intercel CLPL batteries
Setting up the Battery-Emulator configuration
[!IMPORTANT] The Cellpower BMS runs at 250kbps CAN speed. Due to this it cannot be connected to same CAN bus as solar inverters
Start by connecting the CAN port of the BMS, to the Native CAN port on the Battery-Emulator
- If you have a Modbus inverter, connect it to the RS485 port of the Battery-Emulator
- If you have a CAN inverter, you need to connect it to a separate 500kbps CAN channel, since the BMS runs at 250kbps
- One option is to use add on MCP2515 board
- Another options is to use add on CAN-FD MCP2518 board
- Third option is to use Stark CMR board
- Fourth option is to use Double LilyGo setup
Compile the software with the #define CELLPOWER_BMS
option enabled in USER_SETTINGS.h
. Also remember to tweak the battery limits in CELLPOWER-BMS.h
file