Hi all,
Hoping someone can point me in the right direction. I’m running Venus OS 3.75 on a Raspberry Pi as my GX device, and until recently everything was fine. The Victron system itself is still working — it’s specifically the LAN services on the Venus device that have stopped responding.
GX device is on 192.168.1.201. From another Pi on the same network:
ping 192.168.1.201 — works fine.
But:
nc -zv 192.168.1.201 22 → connection refused
nc -zv 192.168.1.201 1883 → connection refused
nc -zv 192.168.1.201 8883 → connection refused
curl http://192.168.1.201 → connection refused
curl https://192.168.1.201 → connection refused
So it responds to ping but nothing else. I also tried from a Windows PC on the same LAN and got the same refusals on 1883 and 443, so I don’t think this is a Home Assistant or single-client issue.
I noticed this originally through Home Assistant, which pulls data from the GX over MQTT. MQTT access is enabled on Venus OS, and the HA log shows the connection dropped on 29 July 2026 with:
Unexpected disconnection from MQTT broker. Error: Keep alive timeout.
Since then it’s just kept trying to reconnect and failing. HA is on Core 2026.7.3 with victron-mqtt 2026.6.1.1, if that’s relevant.
Things I’ve already tried, none of which helped:
Rebooted the Pi through Venus OS
Pulled power and restarted it physically
Upgraded Venus OS from 3.73 to 3.75
Switched the LAN security profile to Weak, then Unsecured
Double-checked MQTT access and SSH access are both enabled
What’s throwing me is that the Victron side is completely unaffected — VRM is updating normally, the Remote Console works, and I’ve turned on Remote Support which shows “tunnel online”. So the device is clearly up and talking to Victron’s servers, it’s just LAN clients that get refused on every port.
Has anyone seen this before, or know why SSH, HTTP/HTTPS and MQTT would all stop listening locally while VRM and Remote Support keep working fine? Is there a way to check what’s actually running on the box remotely — whether FlashMQ, the web server and sshd are still alive — without SSH access, since that’s also refused?
I’ve held off on a factory reset or reinstall since the core system is working and I don’t want to break something that’s currently fine just to chase the LAN issue. I’ll leave Remote Support on in case it’s useful for anyone from Victron looking into this.
Thanks for any pointers.