Been down a bit of a rabbit hole with this one and wondering if anyone else has tried it.
My static caravan setup runs a Cerbo GX with a couple of Victron SmartSolar MPPTs and a Fogstar Drift 100Ah connected via CAN bus. No inverter/charger in the mix — just solar feeding the battery directly. Works fine for my needs most of the time.
What I'm now wondering is whether I can pull battery data through Node-RED on the Cerbo and use it to trigger/control a standalone inverter that isn't natively part of the Victron ecosystem. Basically a dumb inverter that just needs a switched signal to enable or disable it based on SOC thresholds.
A few questions for anyone who's done something similar:
- Can Node-RED on the Cerbo actually write to a virtual switch or relay output based on MQTT battery data from the BMS?
- Has anyone used the Cerbo's programmable relay this way rather than buying a full Multiplus?
- Is there a risk of the VRM portal throwing fits if you've got components it doesn't recognise being toggled via automation?
I'm trying to avoid splashing out on a Multiplus when the solar + BMS setup already does exactly what I need — it's really just that last piece of "turn the inverter off before the battery tanks" that I'm missing.
Feels like Node-RED should be able to handle this but I've not found a clean example for a UK setup anywhere. Anyone done it?