I've been running a small off-grid solar setup at my place in rural Wales for about two years now — 400W of panels, a Victron SmartSolar 100/30 MPPT, and a 200Ah lithium battery bank. For ages I just relied on the Victron app and the occasional glance at the colour control GX, but I kept feeling like I was missing the bigger picture. So about three months ago I started experimenting with a Raspberry Pi 4 to pull data via VE.Direct and log everything to a local InfluxDB instance with Grafana dashboards on top.
It's been genuinely brilliant for spotting patterns I'd never have noticed otherwise. I can see exactly how the battery behaves overnight, when the BMS protection kicks in during cold snaps, and I've already identified that I was losing a surprising amount of capacity due to parasitic loads I'd completely overlooked — something like 15-20Ah per day disappearing to a couple of old inverters on standby.
I'm curious whether anyone else has gone down a similar route, or if there are simpler alternatives I should know about. I looked briefly at Home Assistant as a front end instead of Grafana, but wasn't sure if the Victron integration was solid enough. Has anyone compared the two? Also wondering if there's a slicker way to handle alerts — right now I've bodged together some Python scripts to send me a text if the SOC drops below 20%, but it feels a bit fragile.