Been running a Pi 4 with Victron's Venus OS large image for about 18 months now and honestly it's the best thing I've done to the cabin setup — finally know what my Fogstar batteries are actually doing rather than just hoping they're fine.
The Pi pulls data via VE.Direct straight into InfluxDB, Grafana does the pretty graphs, and I can see exactly when the EV charging is murdering my state of charge overnight. Took an afternoon to set up if you're comfortable with Linux, about three weeks if you're not.
Simpler alternatives worth considering:
- Victron Cerbo GX — plug and play but you're paying for the privilege (~£200 vs a tenner for a spare Pi)
- Grafana Cloud free tier — skip hosting it locally if your internet's reliable
- VRM Portal — Victron's own cloud dashboard, actually decent and costs nowt
The Pi route does go wrong occasionally. Lost two weeks of data when an SD card died, which is a rite of passage apparently. Move to an SSD if you value your sanity.
Genuinely curious whether anyone's got this working with non-Victron kit — I've seen people mention Pylontech talking to a Pi over RS485 but never tried it myself. Also if anyone's doing any actual automation off the back of the monitoring data rather than just staring at graphs pretending to understand them, do share. My ambition is to auto-schedule the EV charge based on solar forecast but that's firmly in the "one day" pile.