Been mulling this over for a while, ever since I got the static caravan setup running properly last summer. The Victron ecosystem is brilliant, don't get me wrong, but there's always this nagging feeling that you're beholden to their cloud, their app updates, their servers being up somewhere in the Netherlands.
What I actually want is something that runs entirely local — no subscriptions, no phoning home, no "service unavailable" message when I'm trying to check my Fogstar battery state at midnight in a field.
Specifically thinking about a controller that:
- Handles charge prioritisation (solar → battery → load shedding) based on local rules you set yourself
- Works with common BMS protocols (JK, Daly, etc.)
- Has a dead-simple web UI that runs off the device itself, not a cloud portal
- Fails safe — if the controller dies, everything defaults to a sensible state
The Raspberry Pi route is obvious but I've had enough SD card failures on the motorhome to put me off. Something like a dedicated ARM board with proper flash storage feels more right.
I know Venus OS gets close to this, and honestly it's decent — but it's still Victron-centric and the configuration rabbit holes are deep.
Has anyone actually built something genuinely agnostic? Happy to hear about Home Assistant approaches too, though last time I tried that the automations felt fragile for anything safety-critical.
Interested whether people think this is a solved problem I've just not found, or whether there's actually a gap worth filling here.