Hi,
I am using a Cerbo GX running firmware v3.80-13 (or your version) with the new GUI-v2 enabled. I’ve encountered a limitation regarding the CustomName of Digital Inputs.
My Setup is:
Digital Input 1 is set to “User defined”.
I am updating com.victronenergy.settings /Settings/DigitalInput/1/CustomName via Node-RED or D-Bus.
The Issue:
Even though the D-Bus value updates instantly (confirmed via dbus-send), the GUI-v2 interface does not reflect the change. The UI only shows the new name after a full hardware reboot of the Cerbo GX.
Steps taken that DID NOT work:
Restarting the gui service: svc -t /service/start-gui.
Killing the UI process: killall -9 venus-gui-v2 or killall -9 qmlscene.
Restarting localsettings service.
It appears that GUI-v2 caches the input labels at boot and doesn’t update them dynamically. In the old GUI, these labels were dynamic.
Is there a specific D-Bus signal or a different path (like an Alias) that we should use to trigger a label refresh in GUI-v2 without a reboot? Dynamic labeling is essential for my setup to distinguish between different alarm states on the same input.
Thank you!



