{{panelData.cabinetTemperatureLeft | isNull}}
{{$t('homePage.device.leftTemCabin')}}(℃)
{{panelData.cabinetHumidityLeft | isNull}}
{{$t('homePage.device.leftHubCabin')}}(%)
{{panelData.cabinetTemperatureRight | isNull}}
{{$t('homePage.device.rightTemCabin')}}(℃)
{{panelData.cabinetHumidityRight | isNull}}
{{$t('homePage.device.rightHubCabin')}}(%)
{{panelData.outputPower | isNull}}
{{$t('homePage.device.stackCurrent')}}(A)
{{panelData.stackTotalVol | isNull}}
{{$t('homePage.device.stackTotalVol')}}(V)
{{panelData.stackTotalCurrent | isNull}}
{{$t('homePage.device.stackTotalCurrent')}}(A)
{{panelData.soc | isNull}}
{{$t('homePage.device.stackSoc')}}(%)
{{(panelData.totalCharge / 1000).toFixed(2) | isNull}}
{{$t('homePage.device.CumulativeCharge')}}(MWh)
{{(panelData.totalDischarge / 1000).toFixed(2) | isNull}}
{{$t('homePage.device.CumulativeDischarge')}}(MWh)
{{panelData.stackInsulationPositiveResistance | isNull}}
{{$t('homePage.device.zdz')}}(kΩ)
{{panelData.stackInsulationNegativeResistance | isNull}}
{{$t('homePage.device.fdz')}}(kΩ)
{{panelData.rechargeCapacity | kwhFormat}}
{{$t('homePage.device.rechargeCapacity')}}({{panelData.rechargeCapacity | kwhUnitFormat}})
{{panelData.dischargeCapacity | kwhFormat}}
{{$t('homePage.device.dischargeCapacity')}}({{panelData.dischargeCapacity | kwhUnitFormat}})
{{$t('homePage.device.totalMaxVolData')}}
{{panelData.totalMaxVolData | isNull}}V
{{$t('homePage.device.stackCell')}}:{{panelData.totalMaxVolNum | isNull}}
{{$t('homePage.device.totalMinVolData')}}
{{panelData.totalMinVolData | isNull}}V
{{$t('homePage.device.stackCell')}}:{{panelData.totalMinVolNum | isNull}}
{{$t('homePage.device.maxvolDiff')}}
{{(panelData.singleMaxVolData - panelData.singleMinVolData).toFixed(3) | isNull }}V
{{$t('homePage.device.maxCellVol')}}
{{panelData.singleMaxVolData | isNull}}V
{{$t('homePage.device.stackNum')}}:{{panelData.singleMaxVolNum | isNull}}
{{$t('homePage.device.groupNum')}}:{{panelData.singleMaxVolBMUNum | isNull}}
{{$t('homePage.device.cellLocation')}}:{{panelData.singleMaxVolBoxNum | isNull}}
{{$t('homePage.device.minCellVol')}}
{{panelData.singleMinVolData | isNull}}V
{{$t('homePage.device.stackNum')}}:{{panelData.singleMinVolNum | isNull}}
{{$t('homePage.device.groupNum')}}:{{panelData.singleMinVolBMUNum | isNull}}
{{$t('homePage.device.cellLocation')}}:{{panelData.singleMinVolBoxNum | isNull}}
{{$t('homePage.device.maxTemDiff')}}
{{ panelData.singleMaxTemData - panelData.singleMinTemData | isNull}}℃
{{$t('homePage.device.maxCellTem')}}
{{ panelData.singleMaxTemData | isNull}}℃
{{$t('homePage.device.stackNum')}}:{{ panelData.singleMaxTemNum | isNull}}
{{$t('homePage.device.groupNum')}}:{{ panelData.singleMaxTemBMUNum | isNull}}
{{$t('homePage.device.cellLocation')}}:{{ panelData.singleMaxTemBoxNum | isNull}}
{{$t('homePage.device.minCellTem')}}
{{ panelData.singleMinTemData | isNull}}℃
{{$t('homePage.device.stackNum')}}:{{ panelData.singleMinTemNum | isNull}}
{{$t('homePage.device.groupNum')}}:{{ panelData.singleMinTemBMUNum | isNull}}
{{$t('homePage.device.cellLocation')}}:{{ panelData.singleMinTemBoxNum | isNull }}