Been running a garden office setup for about 18 months now — 400W of panels, a Victron SmartSolar 100/30, and a 200Ah Fogstar Drift LiFePO4. The VRM portal does the job for remote monitoring but I've been itching to get the data pulled locally onto a Pi so I can do my own dashboards and logging without relying on Victron's cloud.
Found the victron-venus-influxdb-exporter project and got InfluxDB + Grafana running on a Pi 4. It's mostly working but I'm hitting some weird gaps in the time-series data — looks like the Pi is occasionally missing polling cycles and I end up with holes in my Grafana graphs. Not sure if it's a network hiccup, the Pi throttling, or something with the Modbus TCP connection dropping.
Anyone gone down this route? Particularly interested in whether you're running Venus OS Large on a Cerbo GX or just connecting directly to the MPPT over Bluetooth/USB. Also curious if there's a cleaner way to handle reconnection logic — right now if the connection drops it just silently fails rather than retrying. Narrowboat community seems to be ahead of the curve on this stuff so any pointers welcome.