Ran into something similar a while back with my own little island setup here in Kent — panel feeding into an MPPT, batteries, then a Phoenix inverter doing the heavy lifting for the odd AC load.
Was monitoring everything through VictronConnect on Linux (AppImage build) and noticed the AC load readout was just sitting at zero no matter what I plugged in. Kettle, lamp, the lot — nothing registering. The inverter itself was clearly working because the devices were running fine.
Turned out the AppImage version I was on wasn't pulling the AC consumption data correctly over the VE.Direct cable. The cable was reading battery voltage and state of charge fine, but the load side seemed to be getting dropped somewhere in the data handshake.
A few things worth checking if you're in the same boat:
- Which AppImage version are you on? I found 6.41 had a quirk on certain Debian-based distros where the AC load widget wouldn't populate unless you toggled the display settings
- Is your VE.Direct cable the genuine Victron one or a third-party? I had grief with a knockoff that dropped certain data frames intermittently
- Try running the AppImage from terminal — sometimes you get error output that the GUI swallows silently
What's your battery setup? I'm on a small Fogstar lithium bank and wondering whether the BMS comms interfere with anything downstream on the Phoenix side of things.
Would be good to know if others running Linux monitoring have cracked this — feels like it shouldn't be this fiddly for what's a fairly standard small off-grid stack.