Been tinkering with Grafana on the narrowboat for about eighteen months now, and I've got to say it's been a game-changer for understanding what's actually happening with the solar setup rather than just squinting at the Victron screen.
Started simple — just pulling data from the MPPT controller via Modbus, plotting voltage and current. But once you see your generation patterns visualised properly, you start spotting things. Like how the panels catch morning light off the water but get shaded by the bank come mid-afternoon. Changed our mooring position because of that chart.
The real benefit though is the battery side. I've got alerts set up for when the SOC drops below certain thresholds, and it logs consumption patterns across seasons. Makes a massive difference when you're planning winter months on the canal.
What's your setup like? I'm using InfluxDB to store the data — seemed more sensible than hammering a traditional database with constant sensor reads. Grafana queries it and the whole thing runs on an old Raspberry Pi that barely draws anything.
Curious whether anyone's done the same with a Fogstar or Renogy system, or if there's a particular Grafana dashboard template that people rate? I've cobbled mine together mostly from necessity, but I'd imagine someone's already solved the common problems more elegantly.
Also keen to know if anyone's integrated weather data (rainfall, cloud cover) to correlate with generation. That's my next rabbit hole.