2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

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:
nasseeder1 2021-04-12 20:41:10 +00:00
parent ceeafaeac1
commit 35a2a91fab

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);