2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 23:09:26 +00:00

76_SolarForecast.pm: contrib 0.54.1

git-svn-id: https://svn.fhem.de/fhem/trunk@24675 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2021-06-23 20:04:26 +00:00
parent a6a9544f8c
commit fd09b55eb6

View File

@ -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 });
Log3 ($name, 5, 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 = '<b>???<b/>';
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});