From a6a9544f8cb017f187dacb12c904ade4f5739708 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Wed, 23 Jun 2021 19:44:44 +0000 Subject: [PATCH] 76_SolarForecast.pm: contrib 0.54.1 git-svn-id: https://svn.fhem.de/fhem/trunk@24674 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 4cd2cf8b9..a27df6c7e 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -4963,7 +4963,7 @@ sub __weatherOnBeam { $icon_name .= ($hfcg->{$i}{weather} < 100 ) ? '@'.$colorw : '@'.$colorwn; my $val = FW_makeImage($icon_name); - +Log3 ($name, 2, qq{$name - Icon val: $val , $icon_name: icon_name }); if ($val eq $icon_name) { # passendes Icon beim User nicht vorhanden ! ( attr web iconPath falsch/prüfen/update ? ) $val = '???'; Log3 ($name, 2, qq{$name - the icon "$weather_ids{$hfcg->{$i}{weather}}{icon}" not found. Please check attribute "iconPath" of your FHEMWEB instance and/or update your FHEM software});