From 35a2a91fabaad12b80b45a654b8530b039c13a92 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Mon, 12 Apr 2021 20:41:10 +0000 Subject: [PATCH] 76_SolarForecast.pm: contrib 0.35.0 git-svn-id: https://svn.fhem.de/fhem/trunk@24228 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index e457ba93a..1ae5aef0c 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -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);