How can I change "Scheduled charging" in Node-Red?
eg: /settings/0/Settings/CGwacs/BatteryLife/Schedule/Charge/0/Soc to 80%?
Assuming this is referring to the local settings service com.victronenergy.settings then an exec node with
dbus-send --system --print-reply --dest=com.victronenergy.settings /settings/0/Settings/CGwacs/BatteryLife/Schedule/Charge/0/Soc com.victronenergy.BusItem.SetValue variant:int32:80
Hi, thanks for this. It's exactly what I needed. I had to use the slightly amended command to make it work on my Cerbo GX
43 People are following this question.