I wanted to document what I had to do to get Victron Connect 6.13 running under Linux Mint 22 for anyone else trying to make it work.
I needed to use a MK3 device plugged into my USB port to connect up to the Ethernet out of a Multiplus to be able to change the settings.
Forum mods - feel free to move this post to the appropriate area if needed.
- After downloading VictronConnect-x86_64-v6.13.AppImage I changed it’s permission to be runnable and when it is double clicked it does not run.
- Found the log file at /tmp/VictronConnect.log which indicated a software component was missing.
- From another post I found that I needed to open a terminal and run “sudo apt install libxcb-cursor0” to install some new QT components.
- After this the application would run but it still would not connect through the MK3 device plugged into my USB port. Looking at the log it appears that no serial connections could be made.
- After more searching on forums it appears that under Linux you need your user to be in the “tty” and “dialout” groups.
- I went to user management and edited my user to add those two groups to my logged in user.
- I rebooted just for good luck
- Running Victron Connect now works properly, connects to my multiplus, and allows me to see all the settings.