question

bww avatar image
bww asked

"Scheduled charging" and Node-Red

How can I change "Scheduled charging" in Node-Red?


eg: /settings/0/Settings/CGwacs/BatteryLife/Schedule/Charge/0/Soc to 80%?

Node-RED
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

1 Answer
pulquero avatar image
pulquero answered ·

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
1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Andrew Ellis avatar image Andrew Ellis commented ·

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

  1. dbus-send --system --print-reply --dest=com.victronenergy.settings /Settings/CGwacs/BatteryLife/Schedule/Charge/0/Soc com.victronenergy.BusItem.SetValue variant:int32:80
0 Likes 0 ·