diff --git a/FileSets/VersionIndependent/MultiEnhanced.qml b/FileSets/VersionIndependent/MultiEnhanced.qml index dc1de80f..f9563da1 100644 --- a/FileSets/VersionIndependent/MultiEnhanced.qml +++ b/FileSets/VersionIndependent/MultiEnhanced.qml @@ -51,7 +51,6 @@ MbIcon { horizontalCenter: multi.horizontalCenter; horizontalCenterOffset: -6.5 verticalCenter: multi.verticalCenter; verticalCenterOffset: 8 } - visible: inverterMode.valid } Text { @@ -68,7 +67,6 @@ MbIcon { text: inverterModeText () lineHeightMode: Text.FixedHeight lineHeight: 12 - visible: inverterMode.valid } function inverterModeText () { @@ -100,7 +98,7 @@ MbIcon { } } else - return "" + return "?" } Column { diff --git a/FileSets/VersionIndependent/MultiEnhancedGP.qml b/FileSets/VersionIndependent/MultiEnhancedGP.qml index 21ca4758..559579f1 100644 --- a/FileSets/VersionIndependent/MultiEnhancedGP.qml +++ b/FileSets/VersionIndependent/MultiEnhancedGP.qml @@ -50,7 +50,6 @@ MbIcon { horizontalCenter: multi.horizontalCenter; horizontalCenterOffset: -6.5 verticalCenter: multi.verticalCenter; verticalCenterOffset: 15 } - visible: inverterMode.valid } Text { @@ -68,7 +67,6 @@ MbIcon { text: inverterModeText () lineHeightMode: Text.FixedHeight lineHeight: 12 - visible: inverterMode.valid } function inverterModeText () { @@ -100,7 +98,7 @@ MbIcon { } } else - return "" + return "?" } Column { diff --git a/FileSets/v2.73/OverviewHubEnhanced.qml b/FileSets/v2.73/OverviewHubEnhanced.qml index 86969235..3702f86b 100644 --- a/FileSets/v2.73/OverviewHubEnhanced.qml +++ b/FileSets/v2.73/OverviewHubEnhanced.qml @@ -330,7 +330,8 @@ OverviewPage { top: parent.top; topMargin: 3 } inverterService: root.inverterService - visible: showInverter + opacity: showAcInput ? 1 : disabledTileOpacity + visible: showAcInput || showInactiveTiles ////// add power bar graph PowerGaugeMulti { diff --git a/FileSets/v3.01/OverviewFlowComplex.qml b/FileSets/v3.01/OverviewFlowComplex.qml index 8560dc2e..8347eed9 100644 --- a/FileSets/v3.01/OverviewFlowComplex.qml +++ b/FileSets/v3.01/OverviewFlowComplex.qml @@ -359,7 +359,8 @@ OverviewPage { MultiEnhancedGP { id: multi iconId: "overview-inverter-short" - visible: showInverter + opacity: showAcInput ? 1 : disabledTileOpacity + visible: showAcInput || showInactiveTiles anchors { horizontalCenter: parent.horizontalCenter top: acInBox.top diff --git a/FileSets/v3.01/OverviewHubEnhanced.qml b/FileSets/v3.01/OverviewHubEnhanced.qml index afa01357..69c2a624 100644 --- a/FileSets/v3.01/OverviewHubEnhanced.qml +++ b/FileSets/v3.01/OverviewHubEnhanced.qml @@ -337,7 +337,8 @@ OverviewPage { horizontalCenter: parent.horizontalCenter top: parent.top; topMargin: 3 } - visible: showInverter + opacity: showAcInput ? 1 : disabledTileOpacity + visible: showAcInput || showInactiveTiles inverterService: root.inverterService ////// add power bar graph PowerGaugeMulti diff --git a/FileSets/v3.40~29/OverviewFlowComplex.qml b/FileSets/v3.40~29/OverviewFlowComplex.qml index ecc89eda..b3e2c5c5 100644 --- a/FileSets/v3.40~29/OverviewFlowComplex.qml +++ b/FileSets/v3.40~29/OverviewFlowComplex.qml @@ -359,7 +359,8 @@ OverviewPage { MultiEnhancedGP { id: multi iconId: "overview-inverter-short" - visible: showInverter + opacity: showAcInput ? 1 : disabledTileOpacity + visible: showAcInput || showInactiveTiles anchors { horizontalCenter: parent.horizontalCenter top: acInBox.top diff --git a/FileSets/v3.40~29/OverviewHubEnhanced.qml b/FileSets/v3.40~29/OverviewHubEnhanced.qml index dc9424e2..bf699f14 100644 --- a/FileSets/v3.40~29/OverviewHubEnhanced.qml +++ b/FileSets/v3.40~29/OverviewHubEnhanced.qml @@ -337,7 +337,8 @@ OverviewPage { top: parent.top; topMargin: 3 } inverterService: root.inverterService - visible: showInverter + opacity: showAcInput ? 1 : disabledTileOpacity + visible: showAcInput || showInactiveTiles ////// add power bar graph PowerGaugeMulti { diff --git a/FileSets/v3.40~8/OverviewFlowComplex.qml b/FileSets/v3.40~8/OverviewFlowComplex.qml index 49d7aaf5..8bd7552b 100644 --- a/FileSets/v3.40~8/OverviewFlowComplex.qml +++ b/FileSets/v3.40~8/OverviewFlowComplex.qml @@ -359,7 +359,8 @@ OverviewPage { MultiEnhancedGP { id: multi iconId: "overview-inverter-short" - visible: showInverter + opacity: showAcInput ? 1 : disabledTileOpacity + visible: showAcInput || showInactiveTiles anchors { horizontalCenter: parent.horizontalCenter top: acInBox.top diff --git a/FileSets/v3.40~8/OverviewHubEnhanced.qml b/FileSets/v3.40~8/OverviewHubEnhanced.qml index 49d67460..4749e01d 100644 --- a/FileSets/v3.40~8/OverviewHubEnhanced.qml +++ b/FileSets/v3.40~8/OverviewHubEnhanced.qml @@ -337,7 +337,8 @@ OverviewPage { top: parent.top; topMargin: 3 } inverterService: root.inverterService - visible: showInverter + opacity: showAcInput ? 1 : disabledTileOpacity + visible: showAcInput || showInactiveTiles ////// add power bar graph PowerGaugeMulti { diff --git a/changes b/changes index c133d209..e6e08cb4 100644 --- a/changes +++ b/changes @@ -1,3 +1,6 @@ +v10.45: + more fixes for missing Multi tile + v10.44: add support for v3.40~29 diff --git a/version b/version index efe7098a..5f9099e2 100644 --- a/version +++ b/version @@ -1 +1 @@ -v10.44 +v10.45