Victron VEConfigure .rvms and .rvsc configuration files without VEConfigure: format, checksum, settings table, editor.
Read, validate, decode, diff and edit the .rvms configuration files that Victron’s VRM Remote
VEConfigure downloads from a MultiPlus or Quattro system, on macOS, Linux or Windows, without
VEConfigure. Zero-dependency Python library and command line.
pip install mk2vsc
mk2vsc show download.rvms
mk2vsc edit download.rvms absorption=56.8 float=54.0
mk2vsc verify download.edited.rvms redownload.rvms
mk2vsc diagnose download.rvms
Source and issues: github.com/kylehart/mk2vsc.