Been tinkering with something similar on the boat lately and thought I'd chuck it out here for discussion.
Running two separate banks — a small AGM start battery and a Fogstar 200Ah lithium leisure bank. Got a Victron SmartShunt 500A on each, both feeding data into Node-RED via MQTT from the Cerbo GX.
The idea was to automate charge priority between the banks depending on state of charge, engine run time, and solar input from the roof panels. Works a treat most of the time, but I've had a few weird edge cases where the logic gets confused when the alternator and MPPT are both pushing current simultaneously — the SOC readings drift a bit and Node-RED ends up making decisions based on dodgy data.
Anyone else gone down this route with multiple banks on a liveaboard or narrowboat setup? Curious how others have structured their flows — particularly:
- How are you handling the alternator charge side? Got a Victron Orion-Tr Smart isolating the two banks but wondering if there's a smarter way to coordinate it all
- Are you polling the SmartShunts directly over Bluetooth or going through the Cerbo?
- Any decent Node-RED dashboard setups worth nicking inspiration from?
Feel like there's loads of potential here for proper automated battery management but the documentation is a bit sparse when you're dealing with two banks rather than one.
Would be good to compare notes — drop your setup below 👇