I don't have a Multi or Quattro but still want to show AC power information on the power flow GX Touch screen. In the QML file(s) there are functions that get data to populate the screen, where are these functions defined?
My ultimate goal is to use a current sensor like the ET112 which will send current values to the Cerbo. You can see the current value in a sub menu but I want to bring that value to the power flows screen.
For example in overviewHub.qml -> sys.acLoad:
values: OverviewAcValues {
connection: sys.acLoad
}