Been running a Pi 4 (2GB) connected to my Cerbo GX via VE.Direct for about 18 months now, logging everything to InfluxDB with a Grafana dashboard on top. Works an absolute treat.
The setup lives in my tiny house alongside a 4.8kWh Fogstar battery bank and a pair of Victron SmartSolar controllers. Having local logging was non-negotiable for me — I didn't want to depend on Victron's cloud if my internet goes down, especially since the whole point is emergency backup resilience.
A few things worth mentioning if you're considering this:
- VictronConnect + Node-RED works really well for pulling data off the Cerbo without much faff
- Keep the Pi on a UPS or small LiFePO4 buffer — SD card corruption from unexpected shutoffs is a real pain
- Set Grafana alerts to push to your phone via Telegram bot — free and surprisingly reliable even on patchy rural signal
The one headache I've had is the Pi occasionally dropping the USB connection to the Cerbo after extended uptime. A simple cron job to check and restart the service sorted it, but it took me a while to diagnose.
Anyone else gone down the Venus OS Large route instead, running Node-RED directly on the Cerbo itself? I've been tempted to simplify and ditch the Pi entirely, but I'm not sure I trust running everything on one device for a backup-critical system.
What are others logging — just the basics like SOC and voltage, or going deeper into individual cell data?