76_SolarForecast: Version 1.60.0

git-svn-id: https://svn.fhem.de/fhem/trunk@30473 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2025-11-01 23:29:33 +00:00
parent 6c6fd1c2e3
commit fa940f145a

View File

@@ -9582,8 +9582,7 @@ sub _specialActivities {
Log3 ($name, 4, "$name - Daily special tasks - Task 2 started"); Log3 ($name, 4, "$name - Daily special tasks - Task 2 started");
$date = strftime "%Y-%m-%d", localtime($t-7200); # Vortag (2 h Differenz reichen aus) $date = strftime "%Y-%m-%d", localtime($t-7200); # Vortag (2 h Differenz reichen aus)
# $ts = $date." 23:59:59"; $ts = $date." 23:59:59";
$ts = $date." 24:00:00";
$pvfc = ReadingsNum ($name, "Today_Hour24_PVforecast", 0); $pvfc = ReadingsNum ($name, "Today_Hour24_PVforecast", 0);
storeReading ('LastHourPVforecast', "$pvfc Wh", $ts); storeReading ('LastHourPVforecast', "$pvfc Wh", $ts);