I've been running a small off-grid solar setup at my cabin in Wales for about two years now — 400W of panels, a Victron MPPT 100/30, and a 200Ah lithium bank. For ages I was just glancing at the Cerbo GX display occasionally and hoping for the best, but a few months back I decided to build a proper monitoring dashboard using a Raspberry Pi 4 and Node-RED. Pulled in data over VE.Direct USB and now I've got live voltage, state of charge, watts in/out, and daily yield all on a nice visual dashboard I can check from my phone anywhere.
The bit that's been genuinely useful is setting up alerts — I've got a Telegram bot that pings me if the battery drops below 20% SoC or if the MPPT throws a fault code. Saved me once already when a dodgy connection was causing the panels to underperform without me noticing on-site. Total cost of the Pi and bits was maybe £60, and it's running 24/7 off about 2.5W from the system itself.
Wondering if anyone else has gone down a similar DIY monitoring route? I'm particularly curious whether anyone's integrated a smart shunt (Victron or otherwise) and is logging data to InfluxDB and Grafana — I've seen some impressive setups online but not sure if it's worth the extra complexity for a smaller system like mine. Also keen to hear if anyone's found a decent way to monitor grid-tie or hybrid setups rather than purely off-grid.