2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-30 05:57:08 +00:00

76_SolarForecast: contrib 1.44.3

git-svn-id: https://svn.fhem.de/fhem/trunk@29576 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2025-01-25 23:03:51 +00:00
parent f65b884534
commit 562ab88c38

View File

@ -15375,9 +15375,11 @@ sub __batRcmdOnBeam {
" W, Rcmd: ".(defined $hfcg->{$i}{'rcdchargebat'.$bn} ? $hfcg->{$i}{'rcdchargebat'.$bn} : 'undef').
", SoC: ".(defined $hfcg->{$i}{'soc'.$bn} ? $hfcg->{$i}{'soc'.$bn} : 'undef')." %");
my $image = FW_makeImage ($bicon);
my $image = defined $hfcg->{$i}{'rcdchargebat'.$bn} ? FW_makeImage ($bicon) : '';
$ret .= "<td class='solarfc' width='$width' style='margin:1px; vertical-align:middle align:center; padding-bottom:1px;' title='$title'>$image</td>";
Log3 ($name, 1, "$name - Test orig title: $title");
$ret .= "<td title='Ersatztitle' class='solarfc' width='$width' style='margin:1px; vertical-align:middle align:center; padding-bottom:1px;'>$image</td>";
}
$ret .= "<td class='solarfc'></td></tr>" if($ret); # freier Platz am Ende der Icon Zeile