Been running a Pi 4 with Venus OS for about eight months now across my garden office setup and it's been rock solid. Pulls all the Victron data via the VE.Direct USB cable from my SmartSolar and feeds it into InfluxDB, then Grafana for the dashboards.
Main reason I went local rather than just relying on VRM is keeping historical data indefinitely without paying for anything — VRM's free tier is fine but I wanted more granular control over what gets stored and how.
A few things I've learnt along the way:
- SD card wear is a real concern. Worth pointing the InfluxDB write path to a USB SSD rather than the card itself
- Venus OS Large image gives you the Node-RED integration which is genuinely useful if you want automations based on SOC thresholds
- Power consumption of the Pi is worth factoring in — mine draws around 3-4W, which adds up when you're running off a modest battery bank
Currently doing the same for my van conversion project but that one's trickier — debating whether a Pi Zero 2W is sufficient or if I should just stick with the full Pi 4.
Anyone running Cerbo GX alongside a Pi, or have you replaced the Cerbo entirely? I've seen people argue both ways but can't work out if the Cerbo adds enough to justify the cost given what a Pi can do for a fraction of the price.
Also curious whether anyone's set up alerts — MQTT to a Telegram bot or similar — for things like low SOC or grid disconnect events.