Skip to content

v3.0.1

Latest
Compare
Choose a tag to compare
@Privatecoder Privatecoder released this 26 Mar 21:46
· 7 commits to main since this release
eb75e6d

This release follows a different approach and is incompatible with the initial setup of this project.

When multiple batteries are connected through their RS485 port it is possible to query each device, including the master via the CAN port's RS485 part, without having multiple masters on the same bus (as usually the inverter acts as a master when reading the BMS through RS485 instead of CAN, causing multi-master-collisions).

This means, that one has to split the CAN port to pass the CAN connection to the inverter and the RS485 onto the next pack (on the master pack) and also split each slave's CAN port to connect it to the previous and next pack.