Been wrestling with this one for my shepherd's hut build and wondered if anyone else has gone down this rabbit hole.
The setup I want is fairly straightforward in theory — solar as primary, shore power (from the farmhouse) only kicks in when the batteries drop below a certain threshold. No ESS because I'm not on a grid-tied system and frankly the ESS licensing on Victron feels like overkill for what I need.
I'd been pulling my hair out trying to get this working cleanly in Node-RED. The logic itself isn't complicated but translating it into actual flows that reliably talk to my Multiplus via MQTT was doing my head in. Eventually I had a bit of a lightbulb moment using an AI coding assistant to help me work through the Node-RED logic — something I'd been putting off for months because the learning curve felt too steep. Genuinely surprised how quickly it came together once I stopped trying to figure it out purely from documentation.
Current thinking is:
- MPPT handles solar as normal
- Multiplus set to charger-only mode by default
- Node-RED monitors SOC via Venus OS, switches the Multiplus on via a relay when SOC drops below ~20%
- Shore disconnects again once we're back above 80%
Has anyone actually got something similar running without going full ESS? Particularly curious whether the Multiplus handles being toggled on and off regularly without complaining, and whether there are any gotchas with the Fogstar lithium cells I'm running in terms of charge profile conflicts when shore kicks in unexpectedly.