Been running a Pi 4 with VenusOS for about 18 months now on my cabin setup and honestly it's transformed how I manage the system. Pulls data straight from the Multiplus II via VE.Direct and logs everything locally to InfluxDB, then Grafana for the pretty graphs.
Main reason I went this route rather than Victron's own GX device — cost. A Pi 4 + VE.Direct USB cable is a fraction of a Cerbo GX. Does 90% of the same job for my use case.
Few things worth mentioning if you're setting it up:
- VenusOS large image is the one you want, gives you the full Node-RED integration
- SD card reliability is a real concern — run yours from a USB SSD if you can, saves headaches
- Local logging means your data survives if Victron ever changes their cloud situation
Only gripe is occasional crashes after power cuts, which is ironic given it's monitoring a backup system 😅. Added a small UPS on the Pi itself which sorted it.
Anyone else running Node-RED automations on top? I've got basic low-battery alerts going to my phone via Telegram but wondering how complex people are getting with their setups. Also curious if anyone's integrated solar weather forecasting data to predict charge cycles — seen it mentioned elsewhere but not tried it.