Been running a Pi 4 (2GB) with Venus OS Large for about eight months now logging data from my Multiplus-II and a couple of MPPT controllers out in my garden office setup. Works remarkably well — all the data stays local which was the main draw for me rather than relying on VRM cloud.
Currently pulling metrics into InfluxDB and visualising with Grafana. The dashboards have been genuinely useful for spotting patterns, particularly how much the Fogstar Drift LiFePO4 cells respond to temperature changes overnight.
A few questions for anyone else doing similar:
- Retention policies — how long are you storing high-resolution data before downsampling? I'm keeping 1-second intervals for 7 days then dropping to 5-minute averages, but wondering if that's overkill on the SD card
- SD card reliability — had one fail after about four months. Now running off a USB SSD instead, which seems more sensible long-term. Has anyone tried the Pi 5 for this?
- Alerts — are people using Grafana alerting or something separate like Telegraf + a notification service for things like low SOC warnings?
Also curious whether anyone has integrated home automation alongside it — I've been thinking about automating when the garden office immersion heater kicks in based on excess solar, but not sure whether to do that through Node-RED or just write something simple in Python.
The Victron Modbus TCP documentation is decent enough but some of the register maps took a fair bit of digging to get right. Happy to share what I've mapped out if useful to anyone.