Why there is no detail info for “AC charger”? I can see charged power like in this screenshot:
But when I click to that tile then opened detail do not show any info anymore:
Device itself is Smart Shunt confgured as “AC Charger” in victron connect
Why there is no detail info for “AC charger”? I can see charged power like in this screenshot:
also for me,
I think it is a bug cause it opens the detail page of a genset
here the relevant code part
readonly property string detailUrl: inputType === VenusOS.DcInputs_InputType_Alternator ? "/pages/settings/devicelist/dc-in/PageAlternator.qml"
: inputType === VenusOS.DcInputs_InputType_DcGenerator ? "/pages/settings/devicelist/PageGenset.qml"
: "/pages/settings/devicelist/dc-in/PageDcMeter.qml"
EDIT: it has been fixed in gui-v2 1.1.7