I am attempting to change the ESS Mode from it's current setting, Optimized with Battery Life, to Keep batteries charged, using this command, while logged in as root from the command line:
root@beaglebone:/usr/bin# dbus -y com.victronenergy.settings/Settings/CGwacs/BatteryLife/State9
Previously, I had been using "State 9" with a space in-between which was throwing an error. The command above without a space returns no errors, but when I check the console, ESS is still set to Optimized.
Can anyone provide any insight as to what I am doing incorrectly?