diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm
index 065dc7ce3..a6b93ba95 100644
--- a/fhem/contrib/DS_Starter/76_SolarForecast.pm
+++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm
@@ -1402,7 +1402,7 @@ my %hcsr = (
todayConsumptionForecastDay => { fnr => 4, fn => \&HistoryVal, par => 99, par1 => 'confc', unit => ' Wh', def => '-' },
BatPowerIn_Sum => { fnr => 5, fn => \&CurrentVal, par => 'batpowerinsum', par1 => '', unit => ' W', def => '-' },
BatPowerOut_Sum => { fnr => 5, fn => \&CurrentVal, par => 'batpoweroutsum', par1 => '', unit => ' W', def => '-' },
- BatWeightedTotalSOC => { fnr => 2, fn => \&CurrentVal, par => 'batsoctotal', par1 => '', unit => ' Wh', def => 0 },
+ BatWeightedTotalSOC => { fnr => 2, fn => \&CurrentVal, par => 'batsoctotal', par1 => '', unit => ' %', def => 0 },
SunHours_Remain => { fnr => 5, fn => \&CurrentVal, par => '', par1 => '', unit => '', def => 0 }, # fnr => 3 -> Custom Calc
SunMinutes_Remain => { fnr => 5, fn => \&CurrentVal, par => '', par1 => '', unit => '', def => 0 },
dayAfterTomorrowPVforecast => { fnr => 5, fn => \&RadiationAPIVal, par => 'pv_estimate50', par1 => '', unit => '', def => 0 },
@@ -25635,7 +25635,7 @@ to ensure that the system configuration is correct.
| BatPowerIn_Sum | the sum of the current battery charging power of all defined battery devices |
| BatPowerOut_Sum | the sum of the current battery discharge power of all defined battery devices |
- | BatWeightedTotalSOC | the resulting (weighted) SOC across all installed batteries |
+ | BatWeightedTotalSOC | the resulting (weighted) SOC across all installed batteries in % |
| allStringsFullfilled | Fulfillment status of error-free generation of all strings |
| conForecastTillNextSunrise | Consumption forecast from current hour to the coming sunrise |
| currentAPIinterval | the current polling interval of the selected radiation data API in seconds |
@@ -28242,7 +28242,7 @@ die ordnungsgemäße Anlagenkonfiguration geprüft werden.
| BatPowerIn_Sum | die Summe der momentanen Batterieladeleistung aller definierten Batterie Geräte |
| BatPowerOut_Sum | die Summe der momentanen Batterieentladeleistung aller definierten Batterie Geräte |
- | BatWeightedTotalSOC | der resultierende (gewichtete) SOC über alle installierten Batterien |
+ | BatWeightedTotalSOC | der resultierende (gewichtete) SOC über alle installierten Batterien in % |
| allStringsFullfilled | Erfüllungsstatus der fehlerfreien Generierung aller Strings |
| conForecastTillNextSunrise | Verbrauchsprognose von aktueller Stunde bis zum kommenden Sonnenaufgang |
| currentAPIinterval | das aktuelle Abrufintervall der gewählten Strahlungsdaten-API in Sekunden |