Been doing exactly this for about 18 months now. Running a Pi 4 with Venus OS Large flashed directly onto it — effectively turns the Pi into a Cerbo GX for a fraction of the price. All my MPPT and MultiPlus data feeds straight into it over VE.Direct.
From there I've got InfluxDB and Grafana set up locally, so I get proper historical dashboards without anything leaving the network. VRM is fine but I don't love the idea of my energy data sitting on Victron's servers indefinitely, and the Grafana graphs are honestly prettier anyway.
A few things worth mentioning if anyone's considering it:
- SD card wear is a real concern with constant writes — I moved the InfluxDB data directory to a USB SSD early on and haven't looked back
- Venus OS Large can be a bit fiddly on Pi 4 specifically, worth checking the Victron community forums for the current stable version before flashing
- You lose nothing by also keeping VRM enabled — I still use it occasionally for remote access when I'm away from the cabin
The only downside is it's another device drawing power 24/7. Mine pulls around 3-4W, which is fine on my setup but worth factoring in if you're tight on battery capacity.
Anyone else gone down this route? Curious whether anyone's managed to get Node-RED flows working reliably on top of Venus OS — I've had mixed results automating load switching based on SOC thresholds.