{{ panelData.operationDays }}
{{ this.$t('homePage.home.safeDaysUnit') }}
{{ panelData.totalCapacity | kwhFormat }}
{{ this.$t('homePage.home.totalCapacity') }}({{
panelData.totalCapacity | kwhUnitFormat
}})
{{ (panelData.systemEfficiency * 100).toFixed(2)
}}
{{ this.$t('homePage.home.systemConversionEfficiency') }}(%)
{{ panelData.currentPower | kWFormat
}}
{{ this.$t('homePage.home.currentPower') }}({{ panelData.currentPower | kwUnitFormat }})
{{ panelData.totalChargeElec | kwhFormat
}}
{{ this.$t('homePage.home.totalCharge') }}({{ panelData.totalChargeElec | kwhUnitFormat }})
{{ panelData.totalDischargeElec | kwhFormat
}}
{{ this.$t('homePage.home.totalDischarge') }}({{ panelData.totalDischargeElec | kwhUnitFormat }})
{{ panelData.dailyChargeElec | kwhFormat
}}
{{ this.$t('homePage.home.dailyCharge') }}({{ panelData.dailyChargeElec | kwhUnitFormat }})
{{ panelData.dailyDischargeElec | kwhFormat }}
{{ this.$t('homePage.home.dailyDischarge') }}({{ panelData.dailyDischargeElec | kwhUnitFormat }})
{{ panelData.cumulativePowerGeneration | kwhFormat
}}
{{ this.$t('homePage.home.dayPhotovoltaic') }}({{ panelData.cumulativePowerGeneration | kwhUnitFormat }})