I tried to be able to use linux simple mosquitto_pub to change the following setting: Settings/CGwacs/MaxDischargePower
so i used: mosquitto_pub -h XXXXXXXXXXXX -t ‘N/XXXXXXXXX/settings/0/Settings/CGwacs/MaxDischargePower’ -m ‘{“value”:"100"}’
but it does not work at all. tried various versions...also other discussions but no success.
https://community.victronenergy.com/questions/8545/write-mqtt-msg-to-change-current-limit.html
Any idea what else i could try? Should this work at all to change settings? I hope so.