76_SolarForecast.pm: contrib 0.35.0

git-svn-id: https://svn.fhem.de/fhem/trunk@24228 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2021-04-12 20:41:10 +00:00
parent dca5f6d8d2
commit 916a2e9277

View File

@@ -1553,7 +1553,8 @@ sub _additionalActivities {
next if(!defined $nhts || !defined $nhfc);
my ($dt, $h) = $nhts =~ /([\w-]+)\s(\d{2})/xs;
addCHANGED ($hash, "PVforecast: ".$nhfc, $dt." ".$h.":59:59");
push @$daref, "PVforecast<>".$nhfc." Wh<>".$dt." ".$h.":59:59";
# addCHANGED ($hash, "PVforecast: ".$nhfc, $dt." ".$h.":59:59");
}
DoTrigger($name, undef, 1);