Skip to content

Commit

Permalink
fixed: PV chargers, temps, multi not always showing up in v10.41/42
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem committed Jun 16, 2024
1 parent 535a9af commit ef155a2
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions FileSets/v2.73/OverviewHubEnhanced.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OverviewPage {
property bool showAcLoads: isMulti || sys.acLoad.power.valid || veDirectInverterService != ""
property bool showDcSystem: (hasDcSystemItem.valid && hasDcSystemItem.value > 0) || showAllTiles
property bool hasInverter: false
property bool showInverter: hasInverter || showAllTiles
property bool showInverter: hasInverter || inverterService != "" || showAllTiles

property bool hasAcSolarOnAcIn1: sys.pvOnAcIn1.power.valid
property bool hasAcSolarOnAcIn2: sys.pvOnAcIn2.power.valid
Expand Down Expand Up @@ -1221,7 +1221,7 @@ OverviewPage {
//////// add for PV CHARGER voltage and current display
case DBusService.DBUS_SERVICE_SOLAR_CHARGER:
case DBusService.DBUS_SERVICE_MULTI_RS:
if ( service.type == DBUS_SERVICE_MULTI_RS )
if ( service.type == DBusService.DBUS_SERVICE_MULTI_RS )
hasInverter = true
numberOfPvChargers++
if (numberOfPvChargers === 1)
Expand Down
2 changes: 1 addition & 1 deletion FileSets/v3.01/OverviewFlowComplex.qml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ OverviewPage {
property bool showAllTiles: showInactiveTilesItem.valid && showInactiveTilesItem.value == 3

property bool hasInverter: false
property bool showInverter: hasInverter || showAllTiles
property bool showInverter: hasInverter || inverterService != "" || showAllTiles

property bool showLoadsOnOutput: showInverter || outputLoad.power.valid
property bool showAcInput: isMulti || sys.acInput.power.valid || showAllTiles
Expand Down
4 changes: 2 additions & 2 deletions FileSets/v3.01/OverviewHubEnhanced.qml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ OverviewPage {
property bool showAcLoads: isMulti || sys.acLoad.power.valid || veDirectInverterService != ""
property bool showDcSystem: (hasDcSystemItem.valid && hasDcSystemItem.value > 0) || showAllTiles
property bool hasInverter: false
property bool showInverter: hasInverter || showAllTiles
property bool showInverter: hasInverter || inverterService != "" || showAllTiles

property bool hasAcSolarOnAcIn1: sys.pvOnAcIn1.power.valid
property bool hasAcSolarOnAcIn2: sys.pvOnAcIn2.power.valid
Expand Down Expand Up @@ -1280,7 +1280,7 @@ OverviewPage {
//////// add for PV CHARGER voltage and current display
case DBusService.DBUS_SERVICE_SOLAR_CHARGER:
case DBusService.DBUS_SERVICE_MULTI_RS:
if ( service.type == DBUS_SERVICE_MULTI_RS )
if ( service.type == DBusService.DBUS_SERVICE_MULTI_RS )
hasInverter = true
numberOfPvChargers++
if (numberOfPvChargers === 1)
Expand Down
2 changes: 1 addition & 1 deletion FileSets/v3.40~27/OverviewFlowComplex.qml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ OverviewPage {
property bool showAllTiles: showInactiveTilesItem.valid && showInactiveTilesItem.value == 3

property bool hasInverter: false
property bool showInverter: hasInverter || showAllTiles
property bool showInverter: hasInverter || inverterService != "" || showAllTiles

property bool showLoadsOnOutput: showInverter || outputLoad.power.valid
property bool showAcInput: isMulti || sys.acInput.power.valid || showAllTiles
Expand Down
4 changes: 2 additions & 2 deletions FileSets/v3.40~27/OverviewHubEnhanced.qml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ OverviewPage {
property bool showAcLoads: isMulti || sys.acLoad.power.valid || veDirectInverterService != ""
property bool showDcSystem: (hasDcSystemItem.valid && hasDcSystemItem.value > 0) || showAllTiles
property bool hasInverter: false
property bool showInverter: hasInverter || showAllTiles
property bool showInverter: hasInverter || inverterService != "" || showAllTiles

property bool hasAcSolarOnAcIn1: sys.pvOnAcIn1.power.valid
property bool hasAcSolarOnAcIn2: sys.pvOnAcIn2.power.valid
Expand Down Expand Up @@ -1276,7 +1276,7 @@ OverviewPage {
//////// add for PV CHARGER voltage and current display
case DBusService.DBUS_SERVICE_SOLAR_CHARGER:
case DBusService.DBUS_SERVICE_MULTI_RS:
if ( service.type == DBUS_SERVICE_MULTI_RS )
if ( service.type == DBusService.DBUS_SERVICE_MULTI_RS )
hasInverter = true
numberOfPvChargers++
if (numberOfPvChargers === 1)
Expand Down
2 changes: 1 addition & 1 deletion FileSets/v3.40~8/OverviewFlowComplex.qml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ OverviewPage {
property bool showAllTiles: showInactiveTilesItem.valid && showInactiveTilesItem.value == 3

property bool hasInverter: false
property bool showInverter: hasInverter || showAllTiles
property bool showInverter: hasInverter || inverterService != "" || showAllTiles

property bool showLoadsOnOutput: showInverter || outputLoad.power.valid
property bool showAcInput: isMulti || sys.acInput.power.valid || showAllTiles
Expand Down
4 changes: 2 additions & 2 deletions FileSets/v3.40~8/OverviewHubEnhanced.qml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ OverviewPage {
property bool showAcLoads: isMulti || sys.acLoad.power.valid || veDirectInverterService != ""
property bool showDcSystem: (hasDcSystemItem.valid && hasDcSystemItem.value > 0) || showAllTiles
property bool hasInverter: false
property bool showInverter: hasInverter || showAllTiles
property bool showInverter: hasInverter || inverterService != "" || showAllTiles

property bool hasAcSolarOnAcIn1: sys.pvOnAcIn1.power.valid
property bool hasAcSolarOnAcIn2: sys.pvOnAcIn2.power.valid
Expand Down Expand Up @@ -1277,7 +1277,7 @@ OverviewPage {
//////// add for PV CHARGER voltage and current display
case DBusService.DBUS_SERVICE_SOLAR_CHARGER:
case DBusService.DBUS_SERVICE_MULTI_RS:
if ( service.type == DBUS_SERVICE_MULTI_RS )
if ( service.type == DBusService.DBUS_SERVICE_MULTI_RS )
hasInverter = true
numberOfPvChargers++
if (numberOfPvChargers === 1)
Expand Down
3 changes: 3 additions & 0 deletions changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
c10.43:
fixed: PV chargers, temps, multi not always showing up in v10.41/42

v10.42:
fixed: gui crash in v10.41

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.42
v10.43

0 comments on commit ef155a2

Please sign in to comment.