Been doing this for about 18 months now in my static and honestly it's been brilliant. Running a Pi 4 with Venus OS Large on it — pulls everything off the Cerbo GX via MQTT and shoves it into InfluxDB. Grafana dashboards on top and you've got proper visibility of what your system's doing.
Main reason I went local rather than relying on VRM portal was the internet out here is patchy at best. Still get all my historical data even when the connection drops.
Few things I learned the hard way:
- Use a decent SD card or better yet boot from SSD — I killed two cards in the first year with all the constant writes
- Set InfluxDB to downsample older data or your storage fills up fast
- Worth setting up Tailscale so you can check in remotely when you do have signal
Currently logging my Victron MPPT, MultiPlus-II and battery state from my Fogstar DIY LiFePO4 bank. The granularity you get compared to VRM is just on another level — 10 second intervals if you want them.
Anyone else gone down this rabbit hole? Curious whether others are using Node-RED in the mix as well, I've been tempted to set up some basic automations but not sure it's worth the added complexity on a simple van/caravan setup.