| {{ $t('battery.Property') }} | {{ $t('battery.Value') }} | {{ $t('battery.Unit') }} |
|---|---|---|
| {{ $t('battery.stateOfCharge') }} | {{ batteryData.stateOfCharge.v.toFixed(1) }} | {{ batteryData.stateOfCharge.u }} |
| {{ $t('battery.stateOfHealth') }} | {{ batteryData.stateOfHealth.v.toFixed(1) }} | {{ batteryData.stateOfHealth.u }} |
| {{ $t('battery.voltage') }} | {{ batteryData.voltage.v.toFixed(1) }} | {{ batteryData.voltage.u }} |
| {{ $t('battery.current') }} | {{ batteryData.current.v.toFixed(1) }} | {{ batteryData.current.u }} |
| {{ $t('battery.temperature') }} | {{ batteryData.temperature.v.toFixed(1) }} | {{ batteryData.temperature.u }} |
| {{ $t('battery.chargeVoltage') }} | {{ batteryData.chargeVoltage.v.toFixed(1) }} | {{ batteryData.chargeVoltage.u }} |
| {{ $t('battery.chargeCurrentLimitation') }} | {{ batteryData.chargeCurrentLimitation.v }} | {{ batteryData.chargeCurrentLimitation.u }} |
| {{ $t('battery.dischargeCurrentLimitation') }} | {{ batteryData.dischargeCurrentLimitation.v }} | {{ batteryData.dischargeCurrentLimitation.u }} |
| {{ $t('battery.Property') }} | {{ $t('battery.alarm') }} | {{ $t('battery.warning') }} |
|---|---|---|
| {{ $t('battery.dischargeCurrent') }} | {{ $t('battery.ok') }} {{ $t('battery.alarm') }} | {{ $t('battery.ok') }} {{ $t('battery.warning') }} |
| {{ $t('battery.chargeCurrent') }} | {{ $t('battery.ok') }} {{ $t('battery.alarm') }} | {{ $t('battery.ok') }} {{ $t('battery.warning') }} |
| {{ $t('battery.lowTemperature') }} | {{ $t('battery.ok') }} {{ $t('battery.alarm') }} | {{ $t('battery.ok') }} {{ $t('battery.warning') }} |
| {{ $t('battery.highTemperature') }} | {{ $t('battery.ok') }} {{ $t('battery.alarm') }} | {{ $t('battery.ok') }} {{ $t('battery.warning') }} |
| {{ $t('battery.lowVoltage') }} | {{ $t('battery.ok') }} {{ $t('battery.alarm') }} | {{ $t('battery.ok') }} {{ $t('battery.warning') }} |
| {{ $t('battery.highVoltage') }} | {{ $t('battery.ok') }} {{ $t('battery.alarm') }} | {{ $t('battery.ok') }} {{ $t('battery.warning') }} |
| {{ $t('battery.bmsInternal') }} | {{ $t('battery.ok') }} {{ $t('battery.alarm') }} | {{ $t('battery.ok') }} {{ $t('battery.warning') }} |