question

karl4 avatar image
karl4 asked

CerboGX AC setting change via script/API

Is there any way change Setting->System setup->AC Input 1 programatically?

tried "dbus -y com.victronenergy.system /Ac/ActiveIn/Source SetValue 3" but it wont do the trick.

I dont try change grid setting, just want see correct name on dashboard when I change from grid to generator and vice versa.

cerbo gx
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
karl4 avatar image
karl4 answered ·

Found answer:

# dbus -y com.victronenergy.settings /Settings/SystemSetup/AcInput1 SetValue 1 # grid

dbus -y com.victronenergy.settings /Settings/SystemSetup/AcInput1 SetValue 2 # generator

2 |3000

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